keiohta / tf2rl

TensorFlow2 Reinforcement Learning
MIT License
465 stars 103 forks source link

Add recent version of TensorFlow #135

Closed sff1019 closed 3 years ago

sff1019 commented 3 years ago

Thank you for this amazing library!

Currently, tf2rl supports only tf_version <= 2.3.0, according to the setup file. Would it be possible to add newer versions of Tensorflow (e.g. 2.4.0)?

sff1019 commented 3 years ago

Ran bash ./test_run_examples.sh without any errors.

(Added future in test dependency: c3e038a)

keiohta commented 3 years ago

Thanks for creating this issue and checked tf2.4 works! I just verified it works too. I'll update master branch soon.

sff1019 commented 3 years ago

Just in case, to reduce workload on your side I've just created a new PR#136.

keiohta commented 3 years ago

I merged your PR, and closing this issue. Thanks for your help !