Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MizuhoAOKI committed Nov 26, 2023
1 parent 6ebda36 commit d6f2aeb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,13 @@ poetry install
### Path Tracking
<img src="./media/pathtracking.png" width="300px" alt="pendulum">

<!-- [TODO] add scripts/mppi_pathtracking.py -->

- Run path-tracking simulation
```sh
cd python_simple_mppi
poetry run python scripts/mppi_pathtracking.py
```

- Run jupyter notebook if you would like to check mathematical explanations on the algorithm.
```sh
cd python_simple_mppi
poetry run jupyter notebook notebooks/mppi_pathtracking.ipynb
Expand All @@ -67,7 +71,7 @@ poetry install
poetry run python scripts/mppi_pendulum.py
```

- Run jupyter notebook if you would like to check mathematical explanations on the algorithm.
- Run jupyter notebook if you would like to check mathematical explanations on the algorithm.
```sh
cd python_simple_mppi
poetry run jupyter notebook notebooks/mppi_pendulum.ipynb
Expand All @@ -82,7 +86,7 @@ poetry install
poetry run python scripts/mppi_cartpole.py
```

- Run jupyter notebook if you would like to check mathematical explanations on the algorithm.
- Run jupyter notebook if you would like to check mathematical explanations on the algorithm.
```sh
cd python_simple_mppi
poetry run jupyter notebook notebooks/mppi_cartpole.ipynb
Expand Down

0 comments on commit d6f2aeb

Please sign in to comment.