Go to file
Antonin RAFFIN eccdc55fdd Add missing param to docstring 2020-12-08 18:03:56 +01:00
.github Update wording and links 2020-10-17 17:04:00 +02:00
docs Update TQC to match SB3 (#14) 2020-12-08 15:35:50 +01:00
sb3_contrib Add missing param to docstring 2020-12-08 18:03:56 +01:00
scripts Update script permissions 2020-09-25 12:53:13 +02:00
tests Add TimeFeatureWrapper (#7) 2020-11-13 13:00:56 +02:00
.coveragerc Add TQC and base scripts 2020-09-25 12:47:45 +02:00
.gitignore Add TQC and base scripts 2020-09-25 12:47:45 +02:00
.readthedocs.yml Fix doc build 2020-10-22 14:46:05 +02:00
CONTRIBUTING.md Fix features extractor issue (#5) 2020-10-27 14:30:35 +01:00
LICENSE Initial commit 2020-09-20 22:09:57 +02:00
Makefile Update wording and links 2020-10-17 17:04:00 +02:00
README.md Add TimeFeatureWrapper (#7) 2020-11-13 13:00:56 +02:00
setup.cfg Add TimeFeatureWrapper (#7) 2020-11-13 13:00:56 +02:00
setup.py Release v0.10.0 2020-10-28 15:08:07 +01:00

README.md

CI codestyle

Stable-Baselines3 - Contrib (SB3-Contrib)

Contrib package for Stable-Baselines3 - Experimental reinforcement learning (RL) code. "sb3-contrib" for short.

What is SB3-Contrib?

A place for RL algorithms and tools that are considered experimental, e.g. implementations of the latest publications. Goal is to keep the simplicity, documentation and style of stable-baselines3 but for less matured implementations.

Why create this repository?

Over the span of stable-baselines and stable-baselines3, the community has been eager to contribute in form of better logging utilities, environment wrappers, extended support (e.g. different action spaces) and learning algorithms.

However sometimes these utilities were too niche to be considered for stable-baselines or proved to be too difficult to integrate well into existing code without a mess. sb3-contrib aims to fix this by not requiring the neatest code integration with existing code and not setting limits on what is too niche: almost everything remotely useful goes! We hope this allows to extend the known quality of stable-baselines style and documentation beyond the relatively small scope of utilities of the main repository.

Features

See documentation for the full list of included features.

RL Algorithms:

Gym Wrappers:

Documentation

Documentation is available online: https://sb3-contrib.readthedocs.io/

Installation

To install Stable Baselines3 contrib with pip, execute:

pip install sb3-contrib

We recommend to use the master version of Stable Baselines3.

To install Stable Baselines3 master version:

pip install git+https://github.com/DLR-RM/stable-baselines3

Install Stable Baselines3 - Contrib using pip:

pip install git+https://github.com/Stable-Baselines-Team/stable-baselines3-contrib

How To Contribute

If you want to contribute, please read CONTRIBUTING.md guide first.

Citing the Project

To cite this repository in publications (please cite SB3 directly):

@misc{stable-baselines3,
  author = {Raffin, Antonin and Hill, Ashley and Ernestus, Maximilian and Gleave, Adam and Kanervisto, Anssi and Dormann, Noah},
  title = {Stable Baselines3},
  year = {2019},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/DLR-RM/stable-baselines3}},
}