Job ID step status up to date date started date completed duration message 137060
sim-1of5 success yes 2022-10-26 15:03:02+00:00 2022-10-26 15:07:14+00:00 0:04:12 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean 1.4076006073920062
other stats deviation-center-line_max 0.0 deviation-center-line_mean 0.0 deviation-center-line_median 0.0 deviation-center-line_min 0.0 deviation-heading_max 0.0 deviation-heading_mean 0.0 deviation-heading_median 0.0 deviation-heading_min 0.0 distance-from-start_max 1.4076006073920062 distance-from-start_median 1.4076006073920062 distance-from-start_min 1.4076006073920062 driven_any_max 3.437074000493848 driven_any_mean 3.437074000493848 driven_any_median 3.437074000493848 driven_any_min 3.437074000493848 driven_lanedir_consec_max 0.0 driven_lanedir_consec_mean 0.0 driven_lanedir_consec_median 0.0 driven_lanedir_consec_min 0.0 driven_lanedir_max 0.0 driven_lanedir_mean 0.0 driven_lanedir_median 0.0 driven_lanedir_min 0.0 in-drivable-lane_max 9.950000000000006 in-drivable-lane_mean 9.950000000000006 in-drivable-lane_median 9.950000000000006 in-drivable-lane_min 9.950000000000006 per-episodes details {"d45-ego0": {"driven_any": 3.437074000493848, "survival_time": 9.950000000000006, "driven_lanedir": 0.0, "in-drivable-lane": 9.950000000000006, "deviation-heading": 0.0, "distance-from-start": 1.4076006073920062, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}simulation-passed 1 survival_time_max 9.950000000000006 survival_time_mean 9.950000000000006 survival_time_median 9.950000000000006 survival_time_min 9.950000000000006
No reset possible 137055
sim-2of5 success yes 2022-10-26 14:59:24+00:00 2022-10-26 15:02:55+00:00 0:03:31 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean 1.3734366442152923
other stats deviation-center-line_max 0.0 deviation-center-line_mean 0.0 deviation-center-line_median 0.0 deviation-center-line_min 0.0 deviation-heading_max 0.0 deviation-heading_mean 0.0 deviation-heading_median 0.0 deviation-heading_min 0.0 distance-from-start_max 1.3734366442152923 distance-from-start_median 1.3734366442152923 distance-from-start_min 1.3734366442152923 driven_any_max 2.211641666204794 driven_any_mean 2.211641666204794 driven_any_median 2.211641666204794 driven_any_min 2.211641666204794 driven_lanedir_consec_max 0.0 driven_lanedir_consec_mean 0.0 driven_lanedir_consec_median 0.0 driven_lanedir_consec_min 0.0 driven_lanedir_max 0.0 driven_lanedir_mean 0.0 driven_lanedir_median 0.0 driven_lanedir_min 0.0 in-drivable-lane_max 6.749999999999984 in-drivable-lane_mean 6.749999999999984 in-drivable-lane_median 6.749999999999984 in-drivable-lane_min 6.749999999999984 per-episodes details {"d40-ego0": {"driven_any": 2.211641666204794, "survival_time": 6.749999999999984, "driven_lanedir": 0.0, "in-drivable-lane": 6.749999999999984, "deviation-heading": 0.0, "distance-from-start": 1.3734366442152923, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}simulation-passed 1 survival_time_max 6.749999999999984 survival_time_mean 6.749999999999984 survival_time_median 6.749999999999984 survival_time_min 6.749999999999984
No reset possible 137054
sim-1of5 failed yes 2022-10-26 14:57:25+00:00 2022-10-26 15:02:18+00:00 0:04:53 InvalidSubmission:
T [...] InvalidSubmission:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/duckietown_experiment_manager/code.py", line 343, in main
length_s = await run_episode(
File "/usr/local/lib/python3.8/dist-packages/duckietown_experiment_manager/code.py", line 720, in run_episode
msg = await loop.run_in_executor(executor, f)
File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 243, in read_one
msgs = read_reply(self.fpout, timeout=timeout, waiting_for=waiting_for, nickname=self.nickname,
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 333, in read_reply
others = read_until_over(fpout, timeout=timeout, nickname=nickname)
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 370, in read_until_over
raise ExternalTimeout(msg) from None
zuper_nodes.structures.ExternalTimeout: Timeout while reading output of node "ego0" after 120 s.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges/cie_concrete.py", line 691, in scoring_context
yield cie
File "/usr/local/lib/python3.8/dist-packages/duckietown_experiment_manager/experiment_manager.py", line 60, in go
wrap(cie)
File "/usr/local/lib/python3.8/dist-packages/duckietown_experiment_manager/experiment_manager.py", line 33, in wrap
asyncio.run(main(cie, logdir, attempts), debug=True)
File "/usr/lib/python3.8/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/usr/local/lib/python3.8/dist-packages/duckietown_experiment_manager/code.py", line 423, in main
raise dc.InvalidSubmission(msg) from e
duckietown_challenges.exceptions.InvalidSubmission: external protocol violation
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 137053
sim-3of5 success yes 2022-10-26 14:55:30+00:00 2022-10-26 14:59:56+00:00 0:04:26 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean 3.159531432546323
other stats deviation-center-line_max 0.0 deviation-center-line_mean 0.0 deviation-center-line_median 0.0 deviation-center-line_min 0.0 deviation-heading_max 0.0 deviation-heading_mean 0.0 deviation-heading_median 0.0 deviation-heading_min 0.0 distance-from-start_max 3.159531432546323 distance-from-start_median 3.159531432546323 distance-from-start_min 3.159531432546323 driven_any_max 5.270044358132796 driven_any_mean 5.270044358132796 driven_any_median 5.270044358132796 driven_any_min 5.270044358132796 driven_lanedir_consec_max 0.0 driven_lanedir_consec_mean 0.0 driven_lanedir_consec_median 0.0 driven_lanedir_consec_min 0.0 driven_lanedir_max 0.0 driven_lanedir_mean 0.0 driven_lanedir_median 0.0 driven_lanedir_min 0.0 in-drivable-lane_max 14.650000000000071 in-drivable-lane_mean 14.650000000000071 in-drivable-lane_median 14.650000000000071 in-drivable-lane_min 14.650000000000071 per-episodes details {"d50-ego0": {"driven_any": 5.270044358132796, "survival_time": 14.650000000000071, "driven_lanedir": 0.0, "in-drivable-lane": 14.650000000000071, "deviation-heading": 0.0, "distance-from-start": 3.159531432546323, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}simulation-passed 1 survival_time_max 14.650000000000071 survival_time_mean 14.650000000000071 survival_time_median 14.650000000000071 survival_time_min 14.650000000000071
No reset possible 137052
sim-0of5 success yes 2022-10-26 14:55:25+00:00 2022-10-26 15:00:00+00:00 0:04:35 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean 2.2246946368152942
other stats deviation-center-line_max 0.0 deviation-center-line_mean 0.0 deviation-center-line_median 0.0 deviation-center-line_min 0.0 deviation-heading_max 0.0 deviation-heading_mean 0.0 deviation-heading_median 0.0 deviation-heading_min 0.0 distance-from-start_max 2.2246946368152942 distance-from-start_median 2.2246946368152942 distance-from-start_min 2.2246946368152942 driven_any_max 6.2763237990361045 driven_any_mean 6.2763237990361045 driven_any_median 6.2763237990361045 driven_any_min 6.2763237990361045 driven_lanedir_consec_max 0.0 driven_lanedir_consec_mean 0.0 driven_lanedir_consec_median 0.0 driven_lanedir_consec_min 0.0 driven_lanedir_max 0.0 driven_lanedir_mean 0.0 driven_lanedir_median 0.0 driven_lanedir_min 0.0 in-drivable-lane_max 17.500000000000114 in-drivable-lane_mean 17.500000000000114 in-drivable-lane_median 17.500000000000114 in-drivable-lane_min 17.500000000000114 per-episodes details {"d30-ego0": {"driven_any": 6.2763237990361045, "survival_time": 17.500000000000114, "driven_lanedir": 0.0, "in-drivable-lane": 17.500000000000114, "deviation-heading": 0.0, "distance-from-start": 2.2246946368152942, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}simulation-passed 1 survival_time_max 17.500000000000114 survival_time_mean 17.500000000000114 survival_time_median 17.500000000000114 survival_time_min 17.500000000000114
No reset possible 137050
sim-2of5 success yes 2022-10-26 14:54:06+00:00 2022-10-26 14:58:23+00:00 0:04:17 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 137049
sim-4of5 success yes 2022-10-26 14:51:31+00:00 2022-10-26 14:55:32+00:00 0:04:01 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean 2.614794178949702
other stats deviation-center-line_max 0.0 deviation-center-line_mean 0.0 deviation-center-line_median 0.0 deviation-center-line_min 0.0 deviation-heading_max 0.0 deviation-heading_mean 0.0 deviation-heading_median 0.0 deviation-heading_min 0.0 distance-from-start_max 2.614794178949702 distance-from-start_median 2.614794178949702 distance-from-start_min 2.614794178949702 driven_any_max 2.754679028705672 driven_any_mean 2.754679028705672 driven_any_median 2.754679028705672 driven_any_min 2.754679028705672 driven_lanedir_consec_max 0.0 driven_lanedir_consec_mean 0.0 driven_lanedir_consec_median 0.0 driven_lanedir_consec_min 0.0 driven_lanedir_max 0.0 driven_lanedir_mean 0.0 driven_lanedir_median 0.0 driven_lanedir_min 0.0 in-drivable-lane_max 8.199999999999982 in-drivable-lane_mean 8.199999999999982 in-drivable-lane_median 8.199999999999982 in-drivable-lane_min 8.199999999999982 per-episodes details {"d60-ego0": {"driven_any": 2.754679028705672, "survival_time": 8.199999999999982, "driven_lanedir": 0.0, "in-drivable-lane": 8.199999999999982, "deviation-heading": 0.0, "distance-from-start": 2.614794178949702, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}simulation-passed 1 survival_time_max 8.199999999999982 survival_time_mean 8.199999999999982 survival_time_median 8.199999999999982 survival_time_min 8.199999999999982
No reset possible 137044
sim-4of5 success yes 2022-10-26 14:47:48+00:00 2022-10-26 14:51:17+00:00 0:03:29 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible