My code gets terminated after running python3 src/main.py --config=ddn --env-config=sc2 with env_args.map_name=3m t_max=50000. Got
DataHandler: unable to parse websocket frame. RequestQuit command received. Closing Application... CloseHandler: 127.0.0.1:45390 disconnected ResponseThread: No connection, dropping the response. [INFO 11:53:39] absl Shutdown gracefully. [INFO 11:53:39] absl Shutdown with return code: -15 [INFO 11:53:39] my_main Finished Training Exiting Main Stopping all threads Thread Thread-2 is alive! Is daemon: True Thread joined Thread Thread-18 is alive! Is daemon: False Thread joined Exiting script
Seems like it does not come from any error in python code. Please help me.
My code gets terminated after running
python3 src/main.py --config=ddn --env-config=sc2 with env_args.map_name=3m t_max=50000. GotDataHandler: unable to parse websocket frame. RequestQuit command received. Closing Application... CloseHandler: 127.0.0.1:45390 disconnected ResponseThread: No connection, dropping the response. [INFO 11:53:39] absl Shutdown gracefully. [INFO 11:53:39] absl Shutdown with return code: -15 [INFO 11:53:39] my_main Finished Training Exiting Main Stopping all threads Thread Thread-2 is alive! Is daemon: True Thread joined Thread Thread-18 is alive! Is daemon: False Thread joined Exiting scriptSeems like it does not come from any error in python code. Please help me.