Ver código fonte

Merge branch 'master' of https://github.com/zhm-real/path-planning-algorithms

zhm-real 5 anos atrás
pai
commit
a7a1d4c9e2
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -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