Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Releases: kngwyu/Rainy

Rainy 0.7.0

24 Apr 11:32
Compare
Choose a tag to compare

Only bug fixes

Rainy 0.6.0

26 Jan 06:00
Compare
Choose a tag to compare
  • ACTC, PPOC
  • New Agent API

Rainy version 0.5.3

13 Dec 07:05
Compare
Choose a tag to compare
  • Some bug fixes
  • Implement separate networks for A2C/PPO

Rainy version 0.5.2

30 Nov 05:30
Compare
Choose a tag to compare
  • Implement SAC
  • Implement BootDQN/RPF
  • New logging interface
  • New Experiment Interface

Rainy version 0.4.0

12 Sep 17:09
Compare
Choose a tag to compare
  • Add DDPG&TD3

Rainy version 0.3.1

15 Aug 16:05
Compare
Choose a tag to compare

Some minor API changes and bugfixes, like

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

Rainy version 0.3.0

09 Jul 07:37
Compare
Choose a tag to compare
  • Add option critic (#28)
  • Distributed PPO using horovod (#29)
  • --override option (#32)