Skip to content

Releases: keras-rl/keras-rl

v0.4.2

01 May 14:27
ea7218b
Compare
Choose a tag to compare
  • Fix Tensorboard support
  • Improve documentation

v0.4.1

10 Apr 07:50
fac1e61
Compare
Choose a tag to compare
  • Add support for current version of Keras and Gym

v0.4.0

04 Dec 11:22
Compare
Choose a tag to compare

v0.3.1

20 Sep 18:19
Compare
Choose a tag to compare
  • Require Keras < 2.0.7 due to non-trivial and breaking API change in optimizer code

v0.3.0

15 Mar 14:41
Compare
Choose a tag to compare
  • Full compatibility with the recently released Keras 2
  • New SarsaAgent implementation
  • New train_policy on DQNAgent and SarsaAgent to allow for different policies at training and test time
  • Minor clean-ups

v0.2.2

15 Feb 20:31
Compare
Choose a tag to compare
  • Fix version mix-up on release, otherwise identical to version v0.2.1

v0.2.1

15 Feb 20:25
Compare
Choose a tag to compare
  • Add Dueling DQN
  • Add support for TensorFlow 1.0
  • Fix problem with default policy if multiple DQN agents are used simultaneously

v0.2.0rc1

17 Oct 18:14
Compare
Choose a tag to compare
v0.2.0rc1 Pre-release
Pre-release
Various improvements for DQN, the replay memory, and CEM (#31)

- Fix various problems with sequential memory
- Fix various problems with CEMAgent
- Remove duplicate forward pass from DQN agent
- Remove performance bottleneck from TrainIntervalLogger
- Add tests for core and memory classes
- Add integration test for CEM