inarikami / keras-rl2

Reinforcement learning with tensorflow 2 keras
MIT License
251 stars 105 forks source link

It requires tensorflow==2.0.0-beta1 and should require the stable version #8

Closed edurenye closed 5 years ago

edurenye commented 5 years ago

I had the tensorflow 2.0.0 but when I installed keras-rl with pip it uninstalled the stable version and installed the beta1. It should require a version equal or grater than 2.0.0

edurenye commented 5 years ago

Well I see that the code is actually correct, so might be a cache somewhere