You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require keras < 2.0.7 due to non-trivial API changes (#134)
* Require keras < 2.0.7 due to non-trivial API changes
* Bump version
* Change URL
* Use pinned version for tests
* Attempt to make Travis happy
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