PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
Find a file
2020-01-20 16:21:10 +01:00
docs Build doc 2020-01-20 16:19:35 +01:00
scripts Bug fixes + add evaluate script 2019-09-06 10:44:55 +02:00
tests Update VecNormalize (pickling) and improve tests 2020-01-20 11:58:16 +01:00
torchy_baselines Build doc 2020-01-20 16:19:35 +01:00
.coveragerc Bug fixes + add evaluate script 2019-09-06 10:44:55 +02:00
.gitignore Refactor: CEM-RL closer to TD3 implementation 2019-09-09 13:43:46 +02:00
LICENSE Init: TD3 2019-09-05 17:29:41 +02:00
README.md Build doc 2020-01-20 16:19:35 +01:00
setup.cfg Add flexible mlp 2019-10-17 13:32:25 +02:00
setup.py Build doc 2020-01-20 16:19:35 +01:00

Build Status Documentation Status

Torchy Baselines

PyTorch version of Stable Baselines, a set of improved implementations of reinforcement learning algorithms.

Implemented Algorithms

  • A2C

  • CEM-RL (with TD3)

  • PPO

  • SAC

  • TD3

  • SDE support for A2C, PPO, SAC and TD3.

Roadmap

  • cf github Roadmap

Citing the Project

To cite this repository in publications:

@misc{torchy-baselines,
  author = {Raffin, Antonin and Dormann, Noah and Hill, Ashley and Ernestus, Maximilian and Gleave, Adam and Kanervisto, Anssi},
  title = {Torchy Baselines},
  year = {2019},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/araffin/torchy-baselines}},
}