Huiming Zhou 5 лет назад
Родитель
Сommit
70a5af9654
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -7,9 +7,8 @@ Directory Structure
         ├── dijkstra.py                             # dijkstra's
         ├── dijkstra.py                             # dijkstra's
         ├── a_star.py                               # a*
         ├── a_star.py                               # a*
         ├── queue.py                                # FIFO, FILO, Priority queues
         ├── queue.py                                # FIFO, FILO, Priority queues
-        ├── env.py                                  # environment: working space
-        ├── motion_model.py                         # motion model, feasible input
-        └── tools.py                                # animation, figure generation ...
+        ├── env.py                                  # environment: grid world, motions
+        └── plotting.py                             # animation
     └── Stochastic Shortest Path
     └── Stochastic Shortest Path
         ├── value_iteration.py                      # value iteration
         ├── value_iteration.py                      # value iteration
         ├── policy_iteration.py                     # policy iteration
         ├── policy_iteration.py                     # policy iteration