GVGAI_GYM icon indicating copy to clipboard operation
GVGAI_GYM copied to clipboard

Error runing openai/baseline ppo2 agent using gvgai env

Open YangTA0 opened this issue 4 years ago • 0 comments

The error report as below:

ERROR:root:[Errno 104] Connection reset by peer Traceback (most recent call last): File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 63, in readLine msg = self.recv_end() File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 85, in recv_end databuffer = self.socket.recv(self.BUFF_SIZE) ConnectionResetError: [Errno 104] Connection reset by peer Read from server [FAILED] Traceback (most recent call last): File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 63, in readLine msg = self.recv_end() File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 85, in recv_end databuffer = self.socket.recv(self.BUFF_SIZE) ConnectionResetError: [Errno 104] Connection reset by peer

YangTA0 avatar Jul 11 '20 02:07 YangTA0