https://github.com/quanghihicoder/robot_navigation
Robot Navigation
https://github.com/quanghihicoder/robot_navigation
ai astar bfs dfs gbfs python robot-navigation
Last synced: 3 months ago
JSON representation
Robot Navigation
- Host: GitHub
- URL: https://github.com/quanghihicoder/robot_navigation
- Owner: Quanghihicoder
- License: mit
- Created: 2022-08-01T14:39:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T15:09:43.000Z (almost 3 years ago)
- Last Synced: 2025-01-06T00:29:18.191Z (4 months ago)
- Topics: ai, astar, bfs, dfs, gbfs, python, robot-navigation
- Language: Python
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robot_Navigation
Run code:
Type in command: py main.py method_name
There are 7 methods available: DFS, BFS, GBFS, AS, CUS1, CUS2, CUS3
Example: py main.py DFS
Enjoy !