Kngwyu Rainy Versions Save

:umbrella: Deep RL agents with PyTorch:umbrella:

v0.7.0

4 years ago

Only bug fixes

v0.6.0

4 years ago
  • ACTC, PPOC
  • New Agent API

v0.5.3

4 years ago
  • Some bug fixes
  • Implement separate networks for A2C/PPO

v0.5.2

4 years ago
  • Implement SAC
  • Implement BootDQN/RPF
  • New logging interface
  • New Experiment Interface

v0.4.0

4 years ago
  • Add DDPG&TD3

v0.3.1

4 years ago

Some minor API changes and bugfixes, like

  • mpi.clip_and_step now takes Param instead of nn.Module
  • ExperimentLog.plot

v0.3.0

4 years ago
  • Add option critic (#28)
  • Distributed PPO using horovod (#29)
  • --override option (#32)