From 43df73f24d0ae4ae21b868b5c4bca336e5017db2 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Mon, 19 Feb 2024 21:40:41 +0100 Subject: [PATCH] docs: fix incorrect run command This commit fixes a minor typo in the example run command found in the installation section of the documentation. --- docs/source/usage/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage/installation.rst b/docs/source/usage/installation.rst index f527cd38f..bff530391 100644 --- a/docs/source/usage/installation.rst +++ b/docs/source/usage/installation.rst @@ -185,7 +185,7 @@ the :ref:`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