pysc2-examples
pysc2-examples copied to clipboard
run on the windows 7.
Hi! I tried to run it on the windows 7. But got the problem that I can't install git+https://github.com/openai/baselines (it fails during installing atari-py). Did someone win it?
You can remove atari as a dependency from baseline's setup.py. I don't know if it breaks somethings in run-time but I was able to run the examples in this repo.
I fixed this by cloning atari-py, at
https://github.com/openai/atari-py
then doing
pip install -e .