Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 3.06 KB

README.md

File metadata and controls

33 lines (24 loc) · 3.06 KB

Stable Baselines3 RL Colab Notebooks

Colab notebooks part of the documentation of Stable Baselines3 reinforcement learning library

Those notebooks are independent examples.

Documentation: https://stable-baselines3.readthedocs.io/

Content

RL Tutorial JNRR19

We recommend looking at rl-tutorial-jnrr19 for a more complete tutorial.

  1. Getting Started Colab Notebook
  2. Gym Wrappers, saving and loading models Colab Notebook
  3. Multiprocessing Colab Notebook
  4. Callbacks and hyperparameter tuning Colab Notebook
  5. Creating a custom gym environment Colab Notebook