You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the an agent in google colab but I get the following error.
File "/usr/local/lib/python3.7/dist-packages/pysc2/lib/remote_controller.py", line 180, in _connect
raise ConnectError("Failed to connect to the SC2 websocket. Is it up?")
pysc2.lib.remote_controller.ConnectError: Failed to connect to the SC2 websocket. Is it up?
The text was updated successfully, but these errors were encountered:
Do you (or anyone else) have a working colab atm that you could share please?
I'm trying to train something, download the weights and check them out on my machine. Sadly, every tutorial / colab notebook i can find is a few years old and has a bunch of issues.
I am trying to run the an agent in google colab but I get the following error.
File "/usr/local/lib/python3.7/dist-packages/pysc2/lib/remote_controller.py", line 180, in _connect
raise ConnectError("Failed to connect to the SC2 websocket. Is it up?")
pysc2.lib.remote_controller.ConnectError: Failed to connect to the SC2 websocket. Is it up?
The text was updated successfully, but these errors were encountered: