Nathalie
Nathalie

Reputation: 1238

Atary example from open ai install

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

Answers (1)

pierresegonne
pierresegonne

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

Related Questions