Why is the evaluation failing at evaluation rollout phase?

Hello,
My codes keep failing at the last stage (evaluation rollout stage) . Even when I am submitting a code which is trivially different from my successful submission it is failing at the last stage. Can you please help me regarding this.

Thanks

Hi @utsav_dey_cs20s009,

Thanks for pointing this out. We are looking into the issue and will soon fix it.

1 Like

Hello @utsav_dey_cs20s009

The issue should be fixed now. We are re-evaluating the effected submissions.

Hello @jyotish and @ashivani ,

Thanks for responding.

The re evaluated failed due to resource temporarily available issue. Pasting the stack trace here.

File “run.py”, line 59, in
train(agent, env)
File “run.py”, line 20, in train
obs, reward, done, info = env.step(action)
File “/srv/conda/envs/notebook/lib/python3.7/site-packages/aicrowd_gym/clients/base.py”, line 225, in step
return self._process_request(data=payload)
File “/srv/conda/envs/notebook/lib/python3.7/site-packages/aicrowd_gym/clients/base.py”, line 283, in _process_request
raw_response = self._send_request(data=data)
File “/srv/conda/envs/notebook/lib/python3.7/site-packages/timeout_decorator/timeout_decorator.py”, line 82, in new_function
return function(*args, **kwargs)
File “/srv/conda/envs/notebook/lib/python3.7/site-packages/aicrowd_gym/clients/zmq_client.py”, line 97, in _send_request
raise zmq_error
File “/srv/conda/envs/notebook/lib/python3.7/site-packages/aicrowd_gym/clients/zmq_client.py”, line 94, in _send_request
return self.socket.recv()
File “zmq/backend/cython/socket.pyx”, line 781, in zmq.backend.cython.socket.Socket.recv
File “zmq/backend/cython/socket.pyx”, line 817, in zmq.backend.cython.socket.Socket.recv
File “zmq/backend/cython/socket.pyx”, line 191, in zmq.backend.cython.socket._recv_copy
File “zmq/backend/cython/socket.pyx”, line 186, in zmq.backend.cython.socket._recv_copy
File “zmq/backend/cython/checkrc.pxd”, line 22, in zmq.backend.cython.checkrc._check_rc
zmq.error.Again: Resource temporarily unavailable

Thanks