Duckietown Challenges Home Challenges Submissions

Evaluator 6

ID6
evaluatorrudolf-2
ownerAndrea Censi 🇨🇭
machineidsc-rudolf
processrudolf-2
version3.0.23
first heard
last heard
statusinactive
# evaluating
# success7 4
# timeout
# failed
# error1 2
# aborted
# host-error
arm
x86_64
Mac
gpu available
Number of processors
Processor frequency (MHz)
Free % of processors
RAM total (MB)
RAM free (MB)
Disk (MB)
Disk available (MB)
Docker Hub
P1
P2
Cloud simulations
PI Camera
# Duckiebots
Map 3x3 avaiable
Number of duckies
gpu cores
AIDO 2 Map LF public
AIDO 2 Map LF private
AIDO 2 Map LFV public
AIDO 2 Map LFV private
AIDO 2 Map LFVI public
AIDO 2 Map LFVI private
AIDO 3 Map LF public
AIDO 3 Map LF private
AIDO 3 Map LFV public
AIDO 3 Map LFV private
AIDO 3 Map LFVI public
AIDO 3 Map LFVI private
AIDO 5 Map large loop
ETU track
for 2021, map is ETH_small_inter
IPFS mountpoint /ipfs available
IPNS mountpoint /ipns available

Evaluator jobs

Job IDsubmissionuseruser labelchallengestepstatusup to dateevaluatordate starteddate completeddurationmessage
1810Andrea Daniele 🇮🇹nullaido1_luck-v3step1successyesrudolf-20:00:32
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
score169.004813948331


No reset possible
179Adam Pachecknullaido1_luck-v3step1successyesrudolf-20:00:32
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
score145.31949404903659


No reset possible
168Andrea Censi 🇨🇭nullaido1_amod1-v3step2-scoringsuccessyesrudolf-20:00:13
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
service_quality-10800121.5973535
efficiency-7837305.426681039
fleet_size-1000000000


No reset possible
105Andrea Censi 🇨🇭nullaido1_log_processing-v3logstep1successyesrudolf-20:01:36
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
passed1


No reset possible
83Andrea Censi 🇨🇭nullaido1_LF1-v3step2-scoringsuccessyesrudolf-20:00:24
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
reward-34.86052113738383


other stats
ep000
details{"nsteps": 76, "reward": -13.856552567850724}
ep001
details{"nsteps": 26, "reward": -40.50195058721762}
ep002
details{"nsteps": 21, "reward": -49.07949549243564}
ep003
details{"nsteps": 19, "reward": -55.0549297960181}
ep004
details{"nsteps": 68, "reward": -15.809677243397076}
No reset possible
52Andrea Censi 🇨🇭nullaido1_LF1-v3step1-simulationsuccessnorudolf-20:01:05
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
simulation"1.0"
No reset possible
41Andrea Censi 🇨🇭nullaido1_LF1-v3step2-scoringsuccessyesrudolf-20:00:25
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
reward-7.861064137147169


other stats
ep000
details{"nsteps": 117, "reward": -9.75538012289848}
ep001
details{"nsteps": 146, "reward": -6.698728511824387}
ep002
details{"nsteps": 120, "reward": -8.916967331585086}
ep003
details{"nsteps": 150, "reward": -8.955797498064737}
ep004
details{"nsteps": 214, "reward": -4.9784472213631545}
No reset possible
21Andrea Censi 🇨🇭nullaido1_LF1-v3step2-scoringerrornorudolf-20:01:30
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.23-py2.7.egg/duckietown_challenges/runner.py", line 358, in run
    cr = read_challenge_results(wd)
  File "/usr/local/lib/python2.7/dist-packages/duckietown_challenges-3.0.23-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.23-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 8, column 9:
          - &id001 !!python/object/apply:num ... 
            ^ (line: 8)
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible