You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is another issue that in bit_star_planner.ipynb,
This line: result_refined = BITStarPlanner(num_batch=200, stop_when_success=False).plan(env, start, goal, timeout=('time', 10))
cannot return a valid result.
In addition, in the GNN planner, is the path smoother module missing?
It seems like
bit_star_planner.py
is not fully finished, such as some abstract method is not implemented, using undeclared variable.The text was updated successfully, but these errors were encountered: