diff --git a/docs/common/cmd_utils.rst b/docs/common/cmd_util.rst similarity index 100% rename from docs/common/cmd_utils.rst rename to docs/common/cmd_util.rst diff --git a/docs/guide/examples.rst b/docs/guide/examples.rst index ce633e9..4b8d09e 100644 --- a/docs/guide/examples.rst +++ b/docs/guide/examples.rst @@ -9,7 +9,7 @@ Try it online with Colab Notebooks! All the following examples can be executed online using Google colab |colab| notebooks: -- `Full Tutorial `_ +- `Full Tutorial `_ - `All Notebooks `_ - `Getting Started`_ - `Training, Saving, Loading`_ diff --git a/docs/guide/rl_tips.rst b/docs/guide/rl_tips.rst index 27527ce..2226799 100644 --- a/docs/guide/rl_tips.rst +++ b/docs/guide/rl_tips.rst @@ -15,14 +15,14 @@ General advice when using Reinforcement Learning TL;DR ----- -1. Read about RL and Stable Baselines +1. Read about RL and Stable Baselines3 2. Do quantitative experiments and hyperparameter tuning if needed 3. Evaluate the performance using a separate test environment 4. For better performance, increase the training budget Like any other subject, if you want to work with RL, you should first read about it (we have a dedicated `resource page `_ to get you started) -to understand what you are using. We also recommend you read Stable Baselines (SB) documentation and do the `tutorial `_. +to understand what you are using. We also recommend you read Stable Baselines3 (SB3) documentation and do the `tutorial `_. It covers basic usage and guide you towards more advanced concepts of the library (e.g. callbacks and wrappers). Reinforcement Learning differs from other machine learning methods in several ways. The data used to train the agent is collected