From c6a2cf124a767a5b8c9cd937e5f63c744c4eb6c5 Mon Sep 17 00:00:00 2001 From: Edoardo Pona Date: Wed, 26 Jul 2023 20:10:07 +0100 Subject: [PATCH] fixed typo in getting started cli docs --- docs/getting-started/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/cli.rst b/docs/getting-started/cli.rst index fd86b6194..c35f03547 100644 --- a/docs/getting-started/cli.rst +++ b/docs/getting-started/cli.rst @@ -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