Reinforcement-learning-with-tensorflow icon indicating copy to clipboard operation
Reinforcement-learning-with-tensorflow copied to clipboard

ValueError: invalid literal for int() with base 10: 'None' when run 'env.render()'

Open xingyueye opened this issue 6 years ago • 0 comments

I encountered this problem when using gym: ValueError: invalid literal for int() with base 10: 'None' It appears at 'env.render()' My python version is 2.7 Could anyone tell me what is the reason and how to fix it?

xingyueye avatar Sep 02 '19 09:09 xingyueye