Skip to content

Commit

Permalink
fixed typo in getting started cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoardoPona committed Jul 26, 2023
1 parent 8ad4ecb commit c6a2cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ By default, this will use ``ppo``.
python -m imitation.scripts.train_rl with pendulum \
logging.log_dir=output/train_rl/Pendulum-v1/my_run \
Now we can run the imitation sript (in this case DAgger) and pass the path to the demonstrations we just generated
Now we can run the imitation script (in this case DAgger) and pass the path to the demonstrations we just generated

.. code-block:: bash
Expand Down

0 comments on commit c6a2cf1

Please sign in to comment.