From 68edcb939efd7c9a1e9cb57c6454a9929741410d Mon Sep 17 00:00:00 2001 From: Huiming Zhou <64300713+zhm-real@users.noreply.github.com> Date: Fri, 19 Jun 2020 19:06:57 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9140c6..d108769 100644 --- a/README.md +++ b/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