forked from szeplovitch95/AStarGridSearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Created a 2D map discretized into a grid of square cells that can be blocked, unblocked, or partially blocked in Python. Computed the optimal path from a start node to a goal node using a heuristic search algorithm called A*.
hzfmax/AStarGridSearch
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
About
Created a 2D map discretized into a grid of square cells that can be blocked, unblocked, or partially blocked in Python. Computed the optimal path from a start node to a goal node using a heuristic search algorithm called A*.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 82.2%
- TeX 17.8%