mirror of
https://github.com/zhm-real/PathPlanning.git
synced 2026-08-30 00:50:46 +08:00
Update README.md
This commit is contained in:
@@ -10,7 +10,8 @@ Directory Structure
|
||||
├── bidirectional_a_star.py # Bidirectional A*
|
||||
├── ARAstar.py # Anytime Reparing A*
|
||||
├── IDAstar.py # Iteratively Deepening A*
|
||||
└── LRTAstar.py # Learning Real-time A*
|
||||
├── LRTAstar.py # Learning Real-time A*
|
||||
└── RTAAstar.py # Real-time Adaptive A*
|
||||
└── Search_3D
|
||||
├── Astar3D.py # A*_3D
|
||||
├── bidirectional_Astar3D.py # Bidirectional A*_3D
|
||||
|
||||
Reference in New Issue
Block a user