stable-baselines3/README.md
2019-11-25 14:00:21 +01:00

1,020 B

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

Roadmap

TODO:

  • save/load
  • better predict
  • complete logger
  • SDE: learn the feature extractor?
  • Refactor: buffer with numpy array instead of pytorch
  • Refactor: remove duplicated code for evaluation
  • plotting? -> zoo

Later:

  • get_parameters / set_parameters
  • CNN policies + normalization
  • tensorboard support
  • DQN
  • TRPO
  • ACER
  • DDPG
  • HER -> use stable-baselines because does not depends on tf?