atari icon indicating copy to clipboard operation
atari copied to clipboard

atari_py missing

Open azharsalman opened this issue 5 years ago • 1 comments

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)

azharsalman avatar Nov 02 '19 19:11 azharsalman

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

pallyndr avatar Mar 03 '20 20:03 pallyndr