dopamine
dopamine copied to clipboard
Python 3 ModuleNotFoundError: No module named 'atari_py'
if I use python 3 I have the following error
ModuleNotFoundError: No module named 'atari_py'
How to solve that?
You probably forgot to install the dependencies, listed at the instructions: https://github.com/google/dopamine#instructions
@mhtsbt I install all the dependencies listed with pip2 pip3 and conda but I have still this error