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 COMA with SCII on colab and I am getting this issue -
File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "/content/drive/My Drive/VDACs/src/runners/parallel_runner.py", line 248, in env_worker
env.reset()
File "/usr/local/lib/python3.7/dist-packages/smac/env/starcraft2/starcraft2.py", line 403, in reset
self._launch()
File "/usr/local/lib/python3.7/dist-packages/smac/env/starcraft2/starcraft2.py", line 324, in _launch
window_size=self.window_size, want_rgb=False
File "/usr/local/lib/python3.7/dist-packages/pysc2/run_configs/platforms.py", line 205, in start
want_rgb=want_rgb, extra_args=extra_args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/pysc2/run_configs/platforms.py", line 88, in start
self, exec_path=exec_path, version=self.version, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/pysc2/lib/sc_process.py", line 143, in __init__
self._host, self._port, self, timeout_seconds=timeout_seconds)
File "/usr/local/lib/python3.7/dist-packages/pysc2/lib/remote_controller.py", line 146, in __init__
sock = self._connect(host, port, proc, timeout_seconds)
File "/usr/local/lib/python3.7/dist-packages/pysc2/lib/stopwatch.py", line 212, in _stopwatch
return func(*args, **kwargs)
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?
Is there a way solve this?
The text was updated successfully, but these errors were encountered:
I am trying to COMA with SCII on colab and I am getting this issue -
Is there a way solve this?
The text was updated successfully, but these errors were encountered: