I am trying to run the Deepmind Environment for Starcraft II, following this tutorial
After running:
$ python -m pysc2.bin.play --map Simple64
I get this error:
raise ConnectError("Failed to connect to the SC2 websocket. Is it up?")
within the pysc2.lib.remote_controller
Any idea how to fix this?