Skip to content

Tags: Augustusmyc/keras-rl

Tags

v0.2.0rc1

Various improvements for DQN, the replay memory, and CEM (keras-rl#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