Skip to content
New issue

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

Error runing openai/baseline ppo2 agent using gvgai env #17

Open
YangTA0 opened this issue Jul 11, 2020 · 0 comments
Open

Error runing openai/baseline ppo2 agent using gvgai env #17

YangTA0 opened this issue Jul 11, 2020 · 0 comments

Comments

@YangTA0
Copy link

YangTA0 commented Jul 11, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant