VinF / deer

DEEp Reinforcement learning framework
Other
485 stars 126 forks source link

updating the references to keras to fix a bug in tensorflow 2.5.0 #91

Closed ghost closed 3 years ago

ghost commented 3 years ago

tensorflow 2.5.0 has a reference issue on Keras, in order to fix it, we need to prefix any keras import with tensorflow ... keras.xxx becomes tensorflow.keras.xxx ... even if tensorflow fix the bug, the new naming will still work, so good to implement :)