Skip to content

Releases: kngwyu/rlpy3

RLPy3 2.0.0 Beta1

14 Jan 06:51
8f937c1
Compare
Choose a tag to compare
RLPy3 2.0.0 Beta1 Pre-release
Pre-release

Added

  • OpenAI gym interface by #40.
  • Enhanced viewers for GridWorld by #44.

Removed

  • Python 3.5 support

RLPy3 2.0.0 Beta0

19 Nov 08:49
Compare
Choose a tag to compare
RLPy3 2.0.0 Beta0 Pre-release
Pre-release

Added

  • PSRL by #23.
  • CountBasedBonus by #25.
  • DeepSea by #32.
  • BernoulliGridWorld by #33.

Removed

  • Some modules by #31.

Changed

  • Module names by #20.

RLPy3 2.0.0 Alpha

13 Oct 07:13
Compare
Choose a tag to compare
RLPy3 2.0.0 Alpha Pre-release
Pre-release

Added

  • New examples by #5.
  • New CLI by #5.
  • AnyRewardGridWorld by #13.

Removed

  • Old examples by #5.

Fixed

  • Now all tests pass by #2.
  • Work without tkinter(for CI testing/SSH).
  • Some visualizing codes are fixed by #4.

Changed

  • Domain has no class variable by #8.
  • Now the package doesn't depend on future by #2.
  • All packages are formatted by black by #3.