- 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)