Skip to content

Commit

Permalink
docs: add policy test utility to docker page
Browse files Browse the repository at this point in the history
This commit ensures the policy testing utility is listed on the docker
documentation page.
  • Loading branch information
rickstaa committed Feb 8, 2024
1 parent e7f3cf9 commit 5d39316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Please note that this command lowers the security of your system by allowing loc
Running Other Utilities
-----------------------

The SLC package includes additional utilities such as :ref:`plotting <plotting>` and :ref:`robustness evaluations <robustness_eval>` tools. These can be run in a Docker container similar to the experiments. For example:
The SLC package includes additional utilities such as :ref:`plotting <plotting>`, :ref:`policy testing <policy_test>` and :ref:`robustness evaluation <robustness_eval>` tools. These can be run in a Docker container similar to the experiments. For example:

.. code-block:: bash
Expand Down
2 changes: 2 additions & 0 deletions docs/source/usage/saving_and_loading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ You can change the default results directory by modifying ``DEFAULT_DATA_DIR`` i
Loading and Running Trained Policies
====================================

.. _policy_test:

If Environment Saves Successfully
---------------------------------

Expand Down

0 comments on commit 5d39316

Please sign in to comment.