Job ID submission user user label challenge step status up to date evaluator date started date completed duration message 8750Andy Ser Random execution aido1_LF1-v3step2-scoring success yes rudolf-22018-10-13 18:26:10+00:00 2018-10-13 18:26:38+00:00 0:00:28 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
reward -1.3584795961663128 
other stats ep000 details {"nsteps": 500, "reward": -0.7264573476314544}ep001 details {"nsteps": 500, "reward": -0.4420313913449645}ep002 details {"nsteps": 500, "reward": -1.2611878103613854}ep003 details {"nsteps": 500, "reward": -1.7939736261367798}ep004 details {"nsteps": 500, "reward": -2.568747805356979}
No reset possible 8449Andy Ser Tensorflow template aido1_LF1-v3step1-simulation success yes rudolf-22018-10-13 17:34:19+00:00 2018-10-13 17:35:22+00:00 0:01:03 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 8148Andy Ser Solution template aido1_luck-v3step1 success yes rudolf-22018-10-13 16:20:51+00:00 2018-10-13 16:21:07+00:00 0:00:16 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 7546Andrea Censi Python template aido1_amod1-v3step1-simulation success yes rudolf-22018-10-12 22:06:18+00:00 2018-10-12 22:08:53+00:00 0:02:35 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 6739Manfred Diaz Tensorflow template aido1_LF1-v3step2-scoring success yes rudolf-22018-10-12 21:23:21+00:00 2018-10-12 21:23:44+00:00 0:00:23 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
reward -21.378165227326523 
other stats ep000 details {"nsteps": 125, "reward": -8.461144338650746}ep001 details {"nsteps": 63, "reward": -17.303217866029296}ep002 details {"nsteps": 72, "reward": -15.647384925021065}ep003 details {"nsteps": 138, "reward": -7.7087854929976976}ep004 details {"nsteps": 18, "reward": -57.770293513933815}
No reset possible 6339Manfred Diaz Tensorflow template aido1_LF1-v3step1-simulation success yes rudolf-22018-10-12 21:22:24+00:00 2018-10-12 21:23:15+00:00 0:00:51 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 5937Manfred Diaz Tensorflow template aido1_LF1-v3step1-simulation success yes rudolf-22018-10-12 20:05:54+00:00 2018-10-12 20:06:48+00:00 0:00:54 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 5635Liam Paull Tensorflow template aido1_LF1-v3step1-simulation success yes rudolf-22018-10-12 19:34:00+00:00 2018-10-12 19:35:00+00:00 0:01:00 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 5432Manfred Diaz Python template aido1_amod1-v3step2-scoring success yes rudolf-22018-10-12 19:03:12+00:00 2018-10-12 19:03:23+00:00 0:00:11 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
service_quality -7722431.957367571 efficiency -5639904.255262545 fleet_size -1000000000 
No reset possible 5331Manfred Diaz Tensorflow template aido1_LF1-v3step2-scoring success yes rudolf-22018-10-12 19:01:22+00:00 2018-10-12 19:01:46+00:00 0:00:24 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
reward -22.666579160346096 
other stats ep000 details {"nsteps": 99, "reward": -11.191720477615794}ep001 details {"nsteps": 64, "reward": -15.71863554767333}ep002 details {"nsteps": 322, "reward": -3.23227034582276}ep003 details {"nsteps": 62, "reward": -17.420586412291854}ep004 details {"nsteps": 16, "reward": -65.76968301832676}
No reset possible 5130Manfred Diaz Solution template aido1_test_multistep-v3step2 success no rudolf-22018-10-12 19:00:41+00:00 2018-10-12 19:00:55+00:00 0:00:14 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 4830Manfred Diaz Solution template aido1_test_multistep-v3step1 success no rudolf-22018-10-12 19:00:20+00:00 2018-10-12 19:00:35+00:00 0:00:15 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 4125Manfred Diaz Tensorflow template aido1_LF1-v3step1-simulation error yes rudolf-22018-10-12 18:45:01+00:00 2018-10-12 18:45:17+00:00 0:00:16 Uncaught exception w [...] Uncaught exception while running Docker Compose:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/duckietown_challenges-3.0.24-py2.7.egg/duckietown_challenges/runner.py", line 344, in run
    pruned = client.networks.prune()
  File "/usr/local/lib/python2.7/dist-packages/docker/models/networks.py", line 214, in prune
    return self.client.api.prune_networks(filters=filters)
  File "/usr/local/lib/python2.7/dist-packages/docker/utils/decorators.py", line 34, in wrapper
    return f(self, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/docker/api/network.py", line 174, in prune_networks
    return self._result(self._post(url, params=params), True)
  File "/usr/local/lib/python2.7/dist-packages/docker/api/client.py", line 235, in _result
    self._raise_for_status(response)
  File "/usr/local/lib/python2.7/dist-packages/docker/api/client.py", line 231, in _raise_for_status
    raise create_api_error_from_http_exception(e)
  File "/usr/local/lib/python2.7/dist-packages/docker/errors.py", line 31, in create_api_error_from_http_exception
    raise cls(e, response=response, explanation=explanation)
APIError: 409 Client Error: Conflict ("a prune operation is already running")
 
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 3924Liam Paull Solution template aido1_luck-v3step1 success yes rudolf-22018-10-12 18:43:49+00:00 2018-10-12 18:44:25+00:00 0:00:36 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 3622Manfred Diaz null aido1_log_processing-v3logstep1 success yes rudolf-22018-10-12 18:40:17+00:00 2018-10-12 18:40:52+00:00 0:00:35 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 3521Andrea Censi Random execution aido1_LF1-v3step2-scoring success yes rudolf-22018-10-12 18:37:41+00:00 2018-10-12 18:38:08+00:00 0:00:27 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
reward -1.8028458649332388 
other stats ep000 details {"nsteps": 500, "reward": -0.9126967093037676}ep001 details {"nsteps": 500, "reward": -1.3699560401439668}ep002 details {"nsteps": 367, "reward": -4.150276966088474}ep003 details {"nsteps": 500, "reward": -0.48023060137417634}ep004 details {"nsteps": 500, "reward": -2.10106900775581}
No reset possible 3220Manfred Diaz Solution template aido1_luck-v3step1 success yes rudolf-22018-10-12 18:36:05+00:00 2018-10-12 18:36:42+00:00 0:00:37 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 2718Andrea Censi Python template aido1_amod1-v3step1-simulation success yes rudolf-22018-10-12 17:21:27+00:00 2018-10-12 17:24:03+00:00 0:02:36 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 2315Andrea Censi null aido1_log_processing-v3logstep1 aborted yes rudolf-22018-10-12 17:20:55+00:00 2018-10-12 17:21:21+00:00 0:00:26 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible