baselines
baselines copied to clipboard
A2C Colab Atari - ConnectionResetError: [Errno 104] Connection reset by peer
When I try to run the colab example with the A2C algorithm on an Atari env, I get the following error:
`---------------------------------------------------------------------------
ConnectionResetError Traceback (most recent call last)
4 frames /usr/lib/python3.6/multiprocessing/connection.py in _recv(self, size, read) 377 remaining = size 378 while remaining > 0: --> 379 chunk = read(handle, remaining) 380 n = len(chunk) 381 if n == 0:
ConnectionResetError: [Errno 104] Connection reset by peer`
Check your atari-py
https://github.com/openai/atari-py#roms