소스 검색

Update README.md

Huiming Zhou 5 년 전
부모
커밋
68edcb939e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

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