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
Hi, I attempted to run your script but encountered an unexpected error. The attached terminal output screenshot indicated that the training process failed to complete.
Below is the command line input that led to the error:
scripts/start-container.sh
tools/quick-run.sh train go az 300 -n go_9x9_az_n200 -conf_str env_board_size=9:actor_num_simulation=200
Please help me understand what is going wrong or provide any guidance on resolving this issue.
Thank you so much for your help.
The text was updated successfully, but these errors were encountered:
This is a known issue caused by the zero server when it receives an unexpected incoming message.
Since the zero server opens a public port for worker connections, any client (including unwanted clients) may connect to the server and send a message to it.
In your case, an unexpected message "_\sFjiS$NqFY:A'*+/." was sent to the server, which triggered a false alarm.
It is likely that this message was sent by a security software, which was checking network vulnerabilities just during the training.
This issue will be fixed in a future release. At current, a workaround is to remove these lines:
Hi, I attempted to run your script but encountered an unexpected error. The attached terminal output screenshot indicated that the training process failed to complete.
Below is the command line input that led to the error:
Please help me understand what is going wrong or provide any guidance on resolving this issue.
Thank you so much for your help.
The text was updated successfully, but these errors were encountered: