Reinforcement-learning-with-tensorflow
Reinforcement-learning-with-tensorflow copied to clipboard
ValueError: invalid literal for int() with base 10: 'None' when run 'env.render()'
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?