We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello First, thank you for your best benchmark. I run your code in offline env.
python -m pysc2.bin.agent --map Simple64
but i receive the error
Error signal: '11' sc2_env.py:740 Environment Close sc_process:227 Shutdown gracefully sc_process:205 Shutdown with return code: -11
Traceback ... ... websocket._exceptions.WebSocketConnectionClosedException: Connection to remote host was lost.
During handling of the above exception, another exception occurred:
Traceback ... ... pysc2.lib.protocol.ConnectionError: connection already closed. SC2 probably crashed. Check the error log.
How can i solve this problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
First, thank you for your best benchmark.
I run your code in offline env.
python -m pysc2.bin.agent --map Simple64
but i receive the error
Error signal: '11'
sc2_env.py:740 Environment Close
sc_process:227 Shutdown gracefully
sc_process:205 Shutdown with return code: -11
Traceback
...
...
websocket._exceptions.WebSocketConnectionClosedException: Connection to remote host was lost.
During handling of the above exception, another exception occurred:
Traceback
...
...
pysc2.lib.protocol.ConnectionError: connection already closed. SC2 probably crashed. Check the error log.
During handling of the above exception, another exception occurred:
Traceback
...
...
pysc2.lib.protocol.ConnectionError:Error during action: Connection already closed. SC2 probably crashed. Check the error log
How can i solve this problem?
The text was updated successfully, but these errors were encountered: