gsurma / atari

AI research environment for the Atari 2600 games 🤖.
https://gsurma.github.io
MIT License
255 stars 81 forks source link

atari_py missing #4

Open azharsalman opened 4 years ago

azharsalman commented 4 years ago

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 commented 4 years ago

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 ...