Duckietown Challenges Home Challenges Submissions

Submission 26562

Submission26562
Competinguser retired
Challengelx22-modcon
UserPanagiota Moraiti
Date submitted
Last status update
Completecomplete
DetailsEvaluation is complete.
Sisters
Result💚
Jobssim: 187639
Next
User labellx22-modcon
Admin priority50
Blessingn/a
User priority50

187639

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
187639simsuccessyes0:08:45
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
in-drivable-lane_median25.499999999999755
deviation-center-line_median1.1318519533904896
driven_lanedir_consec_median0.6337385363156547
survival_time_median39.92499999999944


other stats
deviation-center-line_max1.871309127223924
deviation-center-line_mean1.1318519533904896
deviation-center-line_min0.3923947795570551
deviation-heading_max19.71956033686136
deviation-heading_mean10.666755751466784
deviation-heading_median10.666755751466784
deviation-heading_min1.6139511660722088
distance-from-start_max2.583314057473811
distance-from-start_mean2.0728169844832323
distance-from-start_median2.0728169844832323
distance-from-start_min1.5623199114926534
driven_any_max8.329540223792108
driven_any_mean5.479234763737335
driven_any_median5.479234763737335
driven_any_min2.6289293036825616
driven_lanedir_consec_max0.7392127359119851
driven_lanedir_consec_mean0.6337385363156547
driven_lanedir_consec_min0.5282643367193243
driven_lanedir_max2.1577798579002248
driven_lanedir_mean1.3430220973097744
driven_lanedir_median1.3430220973097744
driven_lanedir_min0.5282643367193243
in-drivable-lane_max35.249999999999375
in-drivable-lane_mean25.499999999999755
in-drivable-lane_min15.750000000000131
per-episodes
details{"LF-full-loop-000-ego0": {"driven_any": 2.6289293036825616, "survival_time": 19.850000000000147, "driven_lanedir": 0.5282643367193243, "in-drivable-lane": 15.750000000000131, "deviation-heading": 1.6139511660722088, "distance-from-start": 2.583314057473811, "deviation-center-line": 0.3923947795570551, "driven_lanedir_consec": 0.5282643367193243}, "LF-full-loop-001-ego0": {"driven_any": 8.329540223792108, "survival_time": 59.99999999999873, "driven_lanedir": 2.1577798579002248, "in-drivable-lane": 35.249999999999375, "deviation-heading": 19.71956033686136, "distance-from-start": 1.5623199114926534, "deviation-center-line": 1.871309127223924, "driven_lanedir_consec": 0.7392127359119851}}
simulation-passed1
survival_time_max59.99999999999873
survival_time_mean39.92499999999944
survival_time_min19.850000000000147
No reset possible
187637simfailedyes0:03:22
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 732, in run_episode
    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 156, in write_topic_and_expect_zero
    msgs = read_reply(self.fpout, timeout=timeout, 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 360, in read_until_over
    raise RemoteNodeAborted(m)
zuper_nodes.structures.RemoteNodeAborted: External node "simulator" aborted:

error in simulator |Exception while handling a message on topic "set_robot_commands".
                   |
                   || Traceback (most recent call last):
                   ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 418, in loop
                   ||     handle_message_node(parsed, receiver0, context0)
                   ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 591, in handle_message_node
                   ||     call_if_fun_exists(agent, expect_fn, data=ob, context=context, timing=timing)
                   ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 21, in call_if_fun_exists
                   ||     f(**kwargs)
                   ||   File "/usr/local/lib/python3.8/dist-packages/duckietown_simulator_gym/code.py", line 731, in on_received_set_robot_commands
                   ||     raise ZException(msg, wheels=wheels)
                   || zuper_commons.types.exceptions.ZException: Received NaNs in commands
                   || wheels:
                   || PWMCommands(motor_left=nan, motor_right=nan)
                   ||

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