Duckietown Challenges Home Challenges Submissions

Submission 17005

Submission17005
Competingyes
Challengemooc-modcon
UserAndrey Naydenko
Date submitted
Last status update
Completecomplete
DetailsEvaluation is complete.
Sisters
Result💚
Jobssim: 108102
Next
User labeltemplate-ros
Admin priority50
Blessingn/a
User priority50

108102

Click the images to see detailed statistics about the episode.

LF-full-loop-000

LF-full-loop-001

Evaluation jobs for this submission

Show only up-to-date jobs
Job IDstepstatusup to datedate starteddate completeddurationmessage
108102simsuccessyes0:04:58
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
in-drivable-lane_median21.400000000000183
deviation-center-line_median0.17211155301004694
driven_lanedir_consec_median0.14120481174757016
survival_time_median23.2750000000002


other stats
deviation-center-line_max0.34422310602009387
deviation-center-line_mean0.17211155301004694
deviation-center-line_min0.0
deviation-heading_max3.668622839088088
deviation-heading_mean1.834311419544044
deviation-heading_median1.834311419544044
deviation-heading_min0.0
distance-from-start_max3.32902121229875
distance-from-start_mean2.60589019869659
distance-from-start_median2.60589019869659
distance-from-start_min1.8827591850944296
driven_any_max4.019401889155938
driven_any_mean3.100515895751516
driven_any_median3.100515895751516
driven_any_min2.181629902347094
driven_lanedir_consec_max0.2824096234951403
driven_lanedir_consec_mean0.14120481174757016
driven_lanedir_consec_min0.0
driven_lanedir_max0.2824096234951403
driven_lanedir_mean0.14120481174757016
driven_lanedir_median0.14120481174757016
driven_lanedir_min0.0
in-drivable-lane_max26.150000000000265
in-drivable-lane_mean21.400000000000183
in-drivable-lane_min16.6500000000001
per-episodes
details{"LF-full-loop-000-ego0": {"driven_any": 4.019401889155938, "survival_time": 29.90000000000029, "driven_lanedir": 0.2824096234951403, "in-drivable-lane": 26.150000000000265, "deviation-heading": 3.668622839088088, "distance-from-start": 3.32902121229875, "deviation-center-line": 0.34422310602009387, "driven_lanedir_consec": 0.2824096234951403}, "LF-full-loop-001-ego0": {"driven_any": 2.181629902347094, "survival_time": 16.6500000000001, "driven_lanedir": 0.0, "in-drivable-lane": 16.6500000000001, "deviation-heading": 0.0, "distance-from-start": 1.8827591850944296, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}
simulation-passed1
survival_time_max29.90000000000029
survival_time_mean23.2750000000002
survival_time_min16.6500000000001
No reset possible
108089simsuccessyes0:02:28
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
108073simsuccessyes0:03:11
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
108061simsuccessyes0:05:19
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
108057simtimeoutyes0:00:10
Timeout because eval [...]
Timeout because evaluator contacted us
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
108054simtimeoutyes0:00:12
Timeout because eval [...]
Timeout because evaluator contacted us
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
84962simsuccessno0:05:21
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
84961simfailedno0:12:16
InvalidSubmission: T [...]
InvalidSubmission:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/zuper_nodes_wrapper/wrapper_outside.py", line 218, in read_one
    msgs = read_reply(self.fpout, timeout=timeout, waiting_for=waiting_for, nickname=self.nickname,)
  File "/usr/local/lib/python3.8/site-packages/zuper_nodes_wrapper/wrapper_outside.py", line 304, in read_reply
    others = read_until_over(fpout, timeout=timeout, nickname=nickname)
  File "/usr/local/lib/python3.8/site-packages/zuper_nodes_wrapper/wrapper_outside.py", line 341, in read_until_over
    raise TimeoutError(msg) from None
TimeoutError: Timeout while reading output of node "ego0".

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/duckietown_experiment_manager/code.py", line 601, in run_episode
    r: MsgReceived = await loop.run_in_executor(executor, f)
  File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.8/site-packages/zuper_nodes_wrapper/wrapper_outside.py", line 135, in write_topic_and_expect
    ob: MsgReceived = self.read_one(expect_topic=expect, timeout=timeout)
  File "/usr/local/lib/python3.8/site-packages/zuper_nodes_wrapper/wrapper_outside.py", line 281, in read_one
    raise TimeoutError(msg) from e
TimeoutError: Timeout detected on /fifos/ego0-out after 351 messages. Expected topic "commands".

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 681, in scoring_context
    yield cie
  File "/usr/local/lib/python3.8/site-packages/duckietown_experiment_manager/experiment_manager.py", line 60, in go
    wrap(cie)
  File "/usr/local/lib/python3.8/site-packages/duckietown_experiment_manager/experiment_manager.py", line 33, in wrap
    asyncio.run(main(cie, logdir, attempts), debug=True)
  File "/usr/local/lib/python3.8/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/local/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
    return future.result()
  File "/usr/local/lib/python3.8/site-packages/duckietown_experiment_manager/code.py", line 315, in main
    length_s = await run_episode(
  File "/usr/local/lib/python3.8/site-packages/duckietown_experiment_manager/code.py", line 605, in run_episode
    raise dc.InvalidSubmission(msg) from e
duckietown_challenges.exceptions.InvalidSubmission: Trouble with communication to the agent.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible