diff --git a/README.md b/README.md index 18cf42a..3159c05 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,13 @@ poetry install ### Path Tracking pendulum - - - 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 @@ -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 @@ -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