Duckietown Challenges Home Challenges Submissions

Submission 26567

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

187644

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
187644simsuccessyes0:06:59
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
in-drivable-lane_median23.924999999999937
deviation-center-line_median0.5330141709053989
driven_lanedir_consec_median0.624316978031714
survival_time_median29.549999999999965


other stats
deviation-center-line_max0.9068865275660332
deviation-center-line_mean0.5330141709053989
deviation-center-line_min0.15914181424476462
deviation-heading_max4.93649316347438
deviation-heading_mean3.45821788013981
deviation-heading_median3.45821788013981
deviation-heading_min1.9799425968052384
distance-from-start_max5.206138280353709
distance-from-start_mean3.609538065357091
distance-from-start_median3.609538065357091
distance-from-start_min2.0129378503604727
driven_any_max5.584899249458274
driven_any_mean3.981123531724853
driven_any_median3.981123531724853
driven_any_min2.377347813991433
driven_lanedir_consec_max1.155722617474763
driven_lanedir_consec_mean0.624316978031714
driven_lanedir_consec_min0.09291133858866508
driven_lanedir_max1.155722617474763
driven_lanedir_mean0.624316978031714
driven_lanedir_median0.624316978031714
driven_lanedir_min0.09291133858866508
in-drivable-lane_max31.449999999999775
in-drivable-lane_mean23.924999999999937
in-drivable-lane_min16.400000000000098
per-episodes
details{"LF-full-loop-000-ego0": {"driven_any": 5.584899249458274, "survival_time": 40.99999999999981, "driven_lanedir": 1.155722617474763, "in-drivable-lane": 31.449999999999775, "deviation-heading": 4.93649316347438, "distance-from-start": 5.206138280353709, "deviation-center-line": 0.9068865275660332, "driven_lanedir_consec": 1.155722617474763}, "LF-full-loop-001-ego0": {"driven_any": 2.377347813991433, "survival_time": 18.10000000000012, "driven_lanedir": 0.09291133858866508, "in-drivable-lane": 16.400000000000098, "deviation-heading": 1.9799425968052384, "distance-from-start": 2.0129378503604727, "deviation-center-line": 0.15914181424476462, "driven_lanedir_consec": 0.09291133858866508}}
simulation-passed1
survival_time_max40.99999999999981
survival_time_mean29.549999999999965
survival_time_min18.10000000000012
No reset possible
187643simfailedyes0:02:25
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