Explorar el Código

Update README.md

Huiming Zhou hace 5 años
padre
commit
340f4a3ee5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -14,6 +14,7 @@ Directory Structure
             ├── RTAAstar.py                             # Real-time Adaptive A*
             ├── LPAstar.py                              # Lifelong Planning A*
             ├── D_star.py                               # D* (Dynamic A*)
+            ├── Anytime_D_star.py                       # Anytime D*
             └── D_star_Lite.py                          # D* Lite
         └── Search_3D
             ├── Astar3D.py                              # A*_3D