diff --git a/docs/source/usage/docker.rst b/docs/source/usage/docker.rst index d75ba8e6..f563ace0 100644 --- a/docs/source/usage/docker.rst +++ b/docs/source/usage/docker.rst @@ -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 ` and :ref:`robustness evaluations ` 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 `, :ref:`policy testing ` and :ref:`robustness evaluation ` tools. These can be run in a Docker container similar to the experiments. For example: .. code-block:: bash diff --git a/docs/source/usage/saving_and_loading.rst b/docs/source/usage/saving_and_loading.rst index a5c71a37..f6857745 100644 --- a/docs/source/usage/saving_and_loading.rst +++ b/docs/source/usage/saving_and_loading.rst @@ -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 ---------------------------------