farizrahman4u / qlearning4k

Q-learning for Keras
MIT License
385 stars 84 forks source link

Keras 2 compatibility patch #25

Closed jandaldrop closed 6 years ago

jandaldrop commented 6 years ago

Many thanks for providing this great add-on! I implemented fixes for the issues 22 and 23, which are due to the incompatibility with newer Keras versions. Maybe you are interested in this patch. I tested it with python 3.5.3 and keras 2.1.1, but it should work with other versions.