malib icon indicating copy to clipboard operation
malib copied to clipboard

Error in psro_leduc_poker.py

Open williamyuanv0 opened this issue 3 years ago • 0 comments

when run psro_leduc_poker.py , there is an error as follows: …… (pid=262604) /opt/anaconda/envs/malib/lib/python3.7/site-packages/supersuit/init.py:20: UserWarning: You're using SuperSuit 3.0, released 7/7/21. The entire codebase has been rewritten or refactored as part of this release. While we've tested it thoroughly, please ensure everything you're doing still works properly and report any issues at https://github.com/PettingZoo-Team/SuperSuit. This warning will be removed 2 months after release. (pid=262604) warnings.warn("You're using SuperSuit 3.0, released 7/7/21. The entire codebase has been rewritten or refactored as part of this release. While we've tested it thoroughly, please ensure everything you're doing still works properly and report any issues at https://github.com/PettingZoo-Team/SuperSuit. This warning will be removed 2 months after release.") (pid=253991) ######### payoff: (pid=253991) [[-1.01]] (pid=253991) ######### equilibriumn: {'player_0': {'DQN_0': 1.0}, 'player_1': {'DQN_0': 1.0}} (pid=253991) ######### exploitability: 4.729025763649188 (pid=253984) build SimpleRolloutStopper: 55 (pid=253985) build SimpleRolloutStopper: 55 (pid=253993) terminate called after throwing an instance of 'boost::wrapexceptboost::system::system_error' (pid=253993) what(): thread: Resource temporarily unavailable 2021-09-10 07:33:32,796 WARNING worker.py:1115 -- The autoscaler failed with the following error: Traceback (most recent call last): File "/opt/anaconda/envs/malib/lib/python3.7/site-packages/ray/_private/monitor.py", line 284, in run self._run() File "/opt/anaconda/envs/malib/lib/python3.7/site-packages/ray/_private/monitor.py", line 175, in _run self.update_load_metrics() File "/opt/anaconda/envs/malib/lib/python3.7/site-packages/ray/_private/monitor.py", line 140, in update_load_metrics request, timeout=4) File "/opt/anaconda/envs/malib/lib/python3.7/site-packages/grpc/_channel.py", line 946, in call return _end_unary_response_blocking(state, call, False, None) File "/opt/anaconda/envs/malib/lib/python3.7/site-packages/grpc/_channel.py", line 849, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.DEADLINE_EXCEEDED details = "Deadline Exceeded" debug_error_string = "{"created":"@1631259206.469934596","description":"Error received from peer ipv4:10.12.0.6:45239","file":"src/core/lib/surface/call.cc","file_line":1069,"grpc_message":"Deadline Exceeded","grpc_status":4}"

2021-09-10 07:33:33,449 WARNING worker.py:1115 -- A worker died or was killed while executing task ffffffffffffffffa047959d2ed953e0f622778b01000000.

williamyuanv0 avatar Sep 10 '21 08:09 williamyuanv0