atari
atari copied to clipboard
atari_py missing
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)
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 ...