Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

atari_py missing #4

Open
azharsalman opened this issue Nov 2, 2019 · 1 comment
Open

atari_py missing #4

azharsalman opened this issue Nov 2, 2019 · 1 comment

Comments

@azharsalman
Copy link

azharsalman commented Nov 2, 2019

Hello @gsurma
"atari.py" file is importing atari_py where apparently all the games it can be trained on is listed. Can you please share that file as well?

Plus one more thing, I am trying to run this on my mac, but seems to have some issues with tensorflow. Can you please tell me under what configurations you ran it successfully. (OS, python version etc)

@pallyndr
Copy link

pallyndr commented Mar 3, 2020

Has same issue, but later while debugging, found that error message:

gym.error.DependencyNotInstalled: No module named 'atari_py'. (HINT: you can install Atari dependencies by running 'pip install gym[atari]'.)

That worked for me: pip install gym[atari]

That should probably be documented somewhere ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants