[2017-05-23 12:46:01,511] Making new env: flashgames.EasterEggsChallenge-v0 [2017-05-23 12:46:01,512] Writing logs to file: /tmp/universe-14891.log [2017-05-23 12:46:01,513] Using the golang VNC implementation [2017-05-23 12:46:01,513] Using VNCSession arguments: {'fine_quality_level': 50, 'start_timeout': 7, 'encoding': 'tight', 'subsample_level': 2}. (Customize by running "env.configure(vnc_kwargs={...})" [2017-05-23 12:46:01,514] [0] Connecting to environment: vnc://localhost:5900 password=openai. If desired, you can manually connect a VNC viewer, such as TurboVNC. Most environments provide a convenient in-browser VNC client: http://localhost:15900/viewer/?password=openai 2017/05/23 12:46:01 I0523 12:46:01.515058 14891 gymvnc.go:417] [0:localhost:5900] opening connection to VNC server 2017/05/23 12:46:01 I0523 12:46:01.516377 14891 gymvnc.go:550] [0:localhost:5900] connection established [2017-05-23 12:46:21,531] [0:localhost:5900] ntpdate -q -p 8 localhost call timed out after 20.0s; killing the subprocess. This is ok, but you could have more accurate timings by enabling UDP port 123 traffic to your env. (Alternatively, you can try increasing the timeout by setting environment variable UNIVERSE_NTPDATE_TIMEOUT=10.) [2017-05-23 12:46:21,587] [0:localhost:5900] Sending reset for env_id=flashgames.EasterEggsChallenge-v0 fps=60 episode_id=0 [2017-05-23 12:46:30,966] [0:localhost:5900] Initial reset complete: episode_id=2 [2017-05-23 12:48:44,299] [0] Closing rewarder connection Traceback (most recent call last): File "trigger.py", line 17, in obs, rew, done, inf = env.step([[('PointerEvent', x, y, clicked)]]) File "/usr/local/lib/python3.5/dist-packages/gym/core.py", line 99, in step return self._step(action) File "/home/alex/go/src/github.com/openai/universe/universe/wrappers/blocking_reset.py", line 53, in _step new_observation_n, new_reward_n, new_done_n, new_info = self.env.step(action_n) File "/usr/local/lib/python3.5/dist-packages/gym/core.py", line 99, in step return self._step(action) File "/home/alex/go/src/github.com/openai/universe/universe/wrappers/timer.py", line 23, in _step observation_n, reward_n, done_n, info = self.env.step(action_n) File "/usr/local/lib/python3.5/dist-packages/gym/core.py", line 99, in step return self._step(action) File "/home/alex/go/src/github.com/openai/universe/universe/wrappers/render.py", line 33, in _step observation_n, reward_n, done_n, info_n = self.env.step(action_n) File "/usr/local/lib/python3.5/dist-packages/gym/core.py", line 99, in step return self._step(action) File "/home/alex/go/src/github.com/openai/universe/universe/wrappers/throttle.py", line 117, in _step observation_n, reward_n, done_n, info = self._substep(action_n) File "/home/alex/go/src/github.com/openai/universe/universe/wrappers/throttle.py", line 132, in _substep observation_n, reward_n, done_n, info = self.env.step(action_n) File "/usr/local/lib/python3.5/dist-packages/gym/core.py", line 99, in step return self._step(action) File "/home/alex/go/src/github.com/openai/universe/universe/envs/vnc_env.py", line 464, in _step self._handle_crashed_n(info_n) File "/home/alex/go/src/github.com/openai/universe/universe/envs/vnc_env.py", line 537, in _handle_crashed_n raise error.Error('{}/{} environments have crashed! Most recent error: {}'.format(len(self.crashed), self.n, errors)) universe.error.Error: 1/1 environments have crashed! Most recent error: {'0': 'Rewarder session failed: Lost connection: connection was closed uncleanly (peer dropped the TCP connection without previous WebSocket closing handshake) (clean=False code=1006)'}