Recent Releases of keras-rl
keras-rl - v0.4.0
- Removes legacy code and now requires
Keras >= 2.0.7(https://github.com/matthiasplappert/keras-rl/pull/157) - Adds two new policies (https://github.com/matthiasplappert/keras-rl/pull/156, https://github.com/matthiasplappert/keras-rl/pull/122)
- Fixes a few problems with replay memory sampling being incorrect for certain edge cases (https://github.com/matthiasplappert/keras-rl/pull/138)
- Fixes a problem with dropout in actor model for DDPG (https://github.com/matthiasplappert/keras-rl/pull/150)
- Python
Published by matthiasplappert over 8 years ago
keras-rl -
- Full compatibility with the recently released Keras 2
- New
SarsaAgentimplementation - New
train_policyonDQNAgentandSarsaAgentto allow for different policies at training and test time - Minor clean-ups
- Python
Published by matthiasplappert over 9 years ago
keras-rl -
- Fix version mix-up on release, otherwise identical to version
v0.2.1
- Python
Published by matthiasplappert over 9 years ago
keras-rl -
- Add Dueling DQN
- Add support for TensorFlow 1.0
- Fix problem with default policy if multiple DQN agents are used simultaneously
- Python
Published by matthiasplappert over 9 years ago