Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-12-04 | 506 Bytes | |
v0.4.0 source code.tar.gz | 2017-12-04 | 862.3 kB | |
v0.4.0 source code.zip | 2017-12-04 | 893.5 kB | |
Totals: 3 Items | 1.8 MB | 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)