PyTorch version of Stable Baselines, a set of improved implementations of reinforcement learning algorithms.
NOTE: Python 3.6 is required!
-
A2C
-
PPO
-
SAC
-
TD3
-
SDE support for A2C, PPO, SAC and TD3.
- cf github Roadmap
pip install -e .[tests]
make pytest
pip install -e .[tests]
make type
pip install -e .[docs]
make doc
Spell check for the documentation:
make spelling
To cite this repository in publications:
@misc{torchy-baselines,
author = {Raffin, Antonin and Hill, Ashley and Ernestus, Maximilian and Gleave, Adam and Kanervisto, Anssi and Dormann, Noah},
title = {Torchy Baselines},
year = {2019},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/araffin/torchy-baselines}},
}