Erfan Miahi

Results 2 issues of Erfan Miahi

When I tried to run the [PPO2 baseline](https://colab.research.google.com/drive/1rU20zJ281sZuMD1DHbsODFr1DbASL0RH#scrollTo=f3AsF_nuTpOj), I encountered this error: `Module 'tensorflow' has no attribute 'set_random_seed'` As I dig deeper I realized that in the TF2 this function...

Dear developers, In the newest version of OpenAI gym, `_step` and `_reset` functions are not present. Therefore, I had to change the name of these functions in your source code...