Reputation: 1238
I try to run this command
pip install cmake 'gym[atari]' scipy
But I receive this error:
ERROR: Invalid requirement: ''gym[atari]''
I use cmd windows console.
What can I try to fix it?
Upvotes: 0
Views: 82
Reputation: 446
From this issue, you can see that "Sadly atari-py does not support windows to the best of my knowledge. You can try gym-retro though, which does: https://github.com/openai/retro".
Upvotes: 1