From 9a9870fa9f3eeb6f135d76de6996d9849c98e8dc Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Fri, 8 May 2020 13:27:17 +0200 Subject: [PATCH] Update README --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 214a028..5212235 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Goals of this repository: Github repo: https://github.com/DLR-RM/rl-baselines3-zoo - +Documentation: https://stable-baselines3.readthedocs.io/en/master/guide/rl_zoo.html ## Installation @@ -91,9 +91,9 @@ Github repo: https://github.com/DLR-RM/rl-baselines3-zoo ### Prerequisites Stable Baselines3 requires python 3.6+. - +To install stable-baselines on Windows, please look at the [documentation](https://stable-baselines3.readthedocs.io/en/master/guide/install.html#prerequisites). ### Install using pip @@ -152,14 +152,14 @@ Please read the [documentation](https://stable-baselines3.readthedocs.io/) for m All the following examples can be executed online using Google colab notebooks: - +- [Full Tutorial](https://github.com/araffin/rl-tutorial-jnrr19) - [All Notebooks](https://github.com/Stable-Baselines-Team/rl-colab-notebooks/tree/sb3) - [Getting Started](https://colab.research.google.com/github/Stable-Baselines-Team/rl-colab-notebooks/blob/sb3/stable_baselines_getting_started.ipynb) - +- [Training, Saving, Loading](https://colab.research.google.com/github/Stable-Baselines-Team/rl-colab-notebooks/blob/sb3/saving_loading_dqn.ipynb) + +- [RL Baselines Zoo](https://colab.research.google.com/github/Stable-Baselines-Team/rl-colab-notebooks/blob/sb3/rl-baselines-zoo.ipynb) ## Implemented Algorithms @@ -193,10 +193,10 @@ pip install pytype make type ``` - +please tell us when if you want your project to appear on this page ;) ## Citing the Project