Skip to content

v0.2.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@matthiasplappert matthiasplappert released this 17 Oct 18:14
· 165 commits to master since this 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