-
Notifications
You must be signed in to change notification settings - Fork 159
Shortest path planning #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, |
I totally agree with that. Since the approach based on a planner like SLAM often needs global map information to calculate the optimal path. So any optimal path planning methods would not work until you got the global map. Is it right? |
That is true. Globally optimal plans need full information of the environment (A* for example). If that is missing, you cannot be certain if it is globally optimal. |
Hello, please excuse me, after training and testing in this repo, each random starting point can basically reach a random target point, can this project be used as a global path planning from a random starting point to a random target point? |
Hello, |
Describe the issue
Hello, I have successfully trained and tested your project, basically you can reach the target point, but the path is not the shortest (optimal), I would like to ask if it is feasible to combine your reinforcement learning strategy with traditional path planning algorithms to reach the shortest path, what are your suggestions? Looking forward to your reply, I would appreciate it
The text was updated successfully, but these errors were encountered: