diff --git a/README.md b/README.md index d8ee719..da0419a 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Install the Stable Baselines3 package: pip install stable-baselines3[extra] ``` -This includes an optional dependency OpenCV to display the environments when using `SubprocVecEnv`. If you do not need it, you can install without OpenCV: +This includes an optional dependencies like OpenCV or `atari-py` to train on atari games. If you do not need those, you can use: ``` pip install stable-baselines3 ``` @@ -144,14 +144,14 @@ model = PPO('MlpPolicy', 'CartPole-v1').learn(10000) Please read the [documentation](https://stable-baselines.readthedocs.io/) for more examples. - +- [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) +