dopamine icon indicating copy to clipboard operation
dopamine copied to clipboard

Python 3 ModuleNotFoundError: No module named 'atari_py'

Open stephane-archer opened this issue 5 years ago • 2 comments

if I use python 3 I have the following error ModuleNotFoundError: No module named 'atari_py'

How to solve that?

stephane-archer avatar Feb 27 '19 09:02 stephane-archer

You probably forgot to install the dependencies, listed at the instructions: https://github.com/google/dopamine#instructions

mhtsbt avatar Feb 28 '19 10:02 mhtsbt

@mhtsbt I install all the dependencies listed with pip2 pip3 and conda but I have still this error

stephane-archer avatar Feb 28 '19 14:02 stephane-archer