Update README.md

This commit is contained in:
Huiming Zhou
2020-06-19 19:06:57 -07:00
committed by GitHub
parent 393be320f5
commit 68edcb939e
+1 -1
View File
@@ -9,7 +9,7 @@ Directory Structure
├── queue.py # FIFO, FILO, Priority queues
├── env.py # environment: working space
├── motion_model.py # motion model, feasible input
── tools.py # animation, figure generation ...
── tools.py # animation, figure generation ...
└── Stochastic Shortest Path
├── value_iteration.py # value iteration
├── policy_iteration.py # policy iteration