Skip to content

Commit

Permalink
docs: fix incorrect run command
Browse files Browse the repository at this point in the history
This commit fixes a minor typo in the example run command found in the
installation section of the documentation.
  • Loading branch information
rickstaa committed Feb 19, 2024
1 parent 50b5cab commit 43df73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ the :ref:`LAC <lac>` algorithm on the `CartPoleCost-v1`_ environment of the

.. code-block:: bash
python -m stable_learning_control.run lac --env_name stable_gym:CartPole-v1
python -m stable_learning_control.run lac --env_name stable_gym:CartPoleCost-v1
.. _`Han et al. 2020`: https://arxiv.org/abs/2004.14288
.. _`CartPoleCost-v1`: https://rickstaa.dev/stable-gym/envs/classic_control/cartpole_cost.html

0 comments on commit 43df73f

Please sign in to comment.