Google Dopamine on Windows

Has anyone installed dopamine on windows? Instructions anywhere?
Already have a virtual-env, but how to run ``sudo apt-get update && sudo apt-get install cmake zlib1g-dev??
(am having issues using VM and would be nice just to stick with windows)

My approach is to remove the gin frame and then just call the dopamine class and so on.

You can bypass this step and simply run:

pip3 install absl-py gin-config gym opencv-python

(Do not try to install atary-py, it will not work on Windows.)

Then remove import atari_py from dopamine/discrete_domains/atari_lib.py, and everything should run correctly.

pip install git+github.com/Kojoley/atari-py.git

1 Like

awesomeness, thanks!