shivaverma / OpenAIGym

Solving OpenAI Gym problems.
182 stars 58 forks source link

Tensorflow 2 ? #5

Open rxa254 opened 4 years ago

rxa254 commented 4 years ago

the Pendulum code doesn't run under Tensorflow 2, even after running tf_upgrade_v2. Anyone have luck getting it to work on a modern system?

shivaverma commented 4 years ago

Thanks for pointing. Code is a bit old. Will make it compatible with the new TF version.

shivaverma commented 4 years ago

@rxa254 done.

rxa254 commented 4 years ago

thanks, would it be easy to do this for the pendulum also? I think that one has a cool solution in your code.

shivaverma commented 4 years ago

Will do, missed that.