Duckietown Challenges Home Challenges Submissions

Submission 74

Submission74
Competingyes
Challengeaido1_LF1_r2-v3
UserAndrea Censi 🇨🇭
Date submitted
Last status update
Completecomplete
DetailsEvaluation is complete.
Sisters
Result💚
Jobsstep1-simulation: 244 step2-scoring: 250
Next
User labelRandom execution
Admin priority65
Blessingn/a
User priority65

The highlights are available only to the owner and the admins.

The highlights are available only to the owner and the admins.

Evaluation jobs for this submission

Show only up-to-date jobs
Job IDstepstatusup to datedate starteddate completeddurationmessage
250step2-scoringsuccessyes2:00:27
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
traveled_tiles_median3
survival_time_mean16.613333333333316
good_angle_mean23.20707122186628
valid_direction_mean11.993333333333322


other stats
episodes
details{"ep000": {"nsteps": 500, "reward": -1.0535637301508105, "good_angle": 13.552013968782518, "survival_time": 16.666666666666654, "traveled_tiles": 1, "valid_direction": 13.799999999999995}, "ep001": {"nsteps": 500, "reward": -1.9187823569476603, "good_angle": 6.18571844800465, "survival_time": 16.599999999999984, "traveled_tiles": 3, "valid_direction": 9.36666666666667}, "ep002": {"nsteps": 500, "reward": -1.242627432912588, "good_angle": 76.05253361495349, "survival_time": 16.599999999999984, "traveled_tiles": 3, "valid_direction": 13.76666666666663}, "ep003": {"nsteps": 500, "reward": -1.188151815056801, "good_angle": 6.074301128423805, "survival_time": 16.599999999999984, "traveled_tiles": 3, "valid_direction": 9.499999999999996}, "ep004": {"nsteps": 500, "reward": -0.680690432714764, "good_angle": 14.17078894916694, "survival_time": 16.599999999999984, "traveled_tiles": 3, "valid_direction": 13.53333333333332}}
good_angle_max76.05253361495349
good_angle_median13.552013968782518
good_angle_min6.074301128423805
reward_max-0.680690432714764
reward_mean-1.2167631535565246
reward_median-1.188151815056801
reward_min-1.9187823569476603
survival_time_max16.666666666666654
survival_time_median16.599999999999984
survival_time_min16.599999999999984
traveled_tiles_max3
traveled_tiles_mean2.6
traveled_tiles_min1
valid_direction_max13.799999999999995
valid_direction_median13.53333333333332
valid_direction_min9.36666666666667
No reset possible
249step2-scoringsuccessyes2:00:58
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
248step2-scoringerroryes2:00:41
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.36-py2.7.egg/duckietown_challenges/runner.py", line 390, in run
    run_docker(wd, project, cmd)
  File "/usr/local/lib/python2.7/dist-packages/duckietown_challenges-3.0.36-py2.7.egg/duckietown_challenges/runner.py", line 537, in run_docker
    raise DockerComposeFail(msg)
DockerComposeFail: Could not run ['docker-compose', '-p', 'job248-858', 'up', '--abort-on-container-exit']:

   >  Command '['docker-compose', '-p', 'job248-858', 'up', '--abort-on-container-exit']' returned non-zero exit status 1

 docker-compose stdout  | None
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
247step2-scoringsuccessyes2:01:03
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
246step2-scoringsuccessyes2:00:30
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
245step2-scoringsuccessyes2:00:29
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
244step1-simulationsuccessyes2:01:21
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
simulation-passed1
No reset possible
243step1-simulationsuccessyes2:01:38
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
242step1-simulationsuccessyes2:01:30
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
241step1-simulationsuccessyes2:01:47
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
240step1-simulationsuccessyes2:01:50
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
239step1-simulationsuccessyes2:01:56
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
203step2-scoringabortedyes0:01:15
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
184step2-scoringabortedno0:00:29
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.27-py2.7.egg/duckietown_challenges/runner.py", line 370, in run
    cr = read_challenge_results(wd)
  File "/usr/local/lib/python2.7/dist-packages/duckietown_challenges-3.0.27-py2.7.egg/duckietown_challenges/challenge_results.py", line 66, in read_challenge_results
    data = read_yaml_file(fn)
  File "/usr/local/lib/python2.7/dist-packages/duckietown_challenges-3.0.27-py2.7.egg/duckietown_challenges/yaml_utils.py", line 17, in read_yaml_file
    return yaml.load(data, Loader=yaml.Loader)
  File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/main.py", line 924, in load
    return loader._constructor.get_single_data()
  File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 108, in get_single_data
    return self.construct_document(node)
  File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 118, in construct_document
    for _dummy in generator:
  File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 672, in construct_yaml_map
    value = self.construct_mapping(node)
  File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 399, in construct_mapping
    return BaseConstructor.construct_mapping(self, node, deep=deep)
  File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 242, in construct_mapping
    value = self.construct_object(value_node, deep=deep)
  File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 166, in construct_object
    data = constructor(self, tag_suffix, node)
  File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 938, in construct_python_object_apply
    args = self.construct_sequence(node, deep=True)
  File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 198, in construct_sequence
    return [self.construct_object(child, deep=deep) for child in node.value]
  File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 166, in construct_object
    data = constructor(self, tag_suffix, node)
  File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 950, in construct_python_object_apply
    instance = self.make_python_instance(suffix, node, args, kwds, newobj)
  File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 882, in make_python_instance
    cls = self.find_python_name(suffix, node.start_mark)
  File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/constructor.py", line 835, in find_python_name
    mark,
ConstructorError: while constructing a Python object
cannot find module 'numpy' (No module named numpy)
  in "<byte string>", line 6, column 9:
          - &id001 !!python/object/apply:num ... 
            ^ (line: 6)
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
177step1-simulationabortedyes0:02:19
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
176step1-simulationabortedyes0:01:51
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
129step2-scoringabortedno0:00:27
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
126step2-scoringabortedno0:00:30
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
125step1-simulationabortedno0:01:34
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible