Duckietown Challenges Home Challenges Submissions

Evaluator 296

ID296
evaluatorrudolf-7
ownerAndrea Censi 🇨🇭
machineidsc-rudolf
processrudolf-7
versionDC:3.1.54;DCR:3.2.14;DTS:3.0.30
first heard
last heard
statusinactive
# evaluating
# success28 5743
# timeout
# failed2 5781
# error1 5838
# aborted3 5922
# 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
5944799Julian ZillyBaseline solution using imitation learning from logsaido1_LF1_r3-v3step3-videosabortednorudolf-70:00:54
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5940786Marta Tintore 🇨🇭AMOD18-AIDO not that random executionaido1_LF1_r3-v3step3-videossuccessnorudolf-70:00:46
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5933786Marta Tintore 🇨🇭AMOD18-AIDO not that random executionaido1_LF1_r3-v3step1-simulationsuccessnorudolf-70:01:58
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
5929799Julian ZillyBaseline solution using imitation learning from logsaido1_LF1_r3-v3step4-vizabortednorudolf-70:01:09
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5922799Julian ZillyBaseline solution using imitation learning from logsaido1_LF1_r3-v3step1-simulationabortednorudolf-70:02:32
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
5915798Luca BonaminiRandom executionaido1_LF1_r3-v3step2-scoringsuccessnorudolf-70:00:19
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
survival_time_median8.999999999999979


other stats
episodes
details{"ep000": {"nsteps": 171, "reward": -7.729742120232499, "good_angle": 25.07383215378148, "survival_time": 5.6999999999999895, "traveled_tiles": 2, "valid_direction": 3.9333333333333207}, "ep001": {"nsteps": 382, "reward": -4.457744235767744, "good_angle": 24.218758506416364, "survival_time": 12.7333333333333, "traveled_tiles": 3, "valid_direction": 4.066666666666652}, "ep002": {"nsteps": 338, "reward": -3.039140198254471, "good_angle": 0.1268074882377727, "survival_time": 11.266666666666636, "traveled_tiles": 4, "valid_direction": 0}, "ep003": {"nsteps": 258, "reward": -6.04335063233856, "good_angle": 27.571145449058, "survival_time": 8.59999999999998, "traveled_tiles": 3, "valid_direction": 3.93333333333332}, "ep004": {"nsteps": 270, "reward": -5.542087158836701, "good_angle": 4.78818581978914, "survival_time": 8.999999999999979, "traveled_tiles": 3, "valid_direction": 2.9999999999999902}}
good_angle_max27.571145449058
good_angle_mean16.355745883456553
good_angle_median24.218758506416364
good_angle_min0.1268074882377727
reward_max-3.039140198254471
reward_mean-5.362412869085995
reward_median-5.542087158836701
reward_min-7.729742120232499
survival_time_max12.7333333333333
survival_time_mean9.459999999999976
survival_time_min5.6999999999999895
traveled_tiles_max4
traveled_tiles_mean3
traveled_tiles_median3
traveled_tiles_min2
valid_direction_max4.066666666666652
valid_direction_mean2.9866666666666566
valid_direction_median3.93333333333332
valid_direction_min0
No reset possible
5913797Anton Mashikhin 🇷🇺SAIC MOSCOW MMLaido1_LF1_r3-v3step1-simulationfailednorudolf-70:02:57
InvalidSubmission: T [...]
InvalidSubmission:
Traceback (most recent call last):
  File "/workspace/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 486, in wrap_evaluator
    raise InvalidSubmission(out[SPECIAL_INVALID_SUBMISSION])
InvalidSubmission: Invalid solution:
Traceback (most recent call last):
  File "/workspace/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 590, in wrap_solution
    raise InvalidSubmission(msg)
InvalidSubmission: Uncaught exception in solution:
Traceback (most recent call last):
  File "/workspace/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 585, in wrap_solution
    solution.run(cis)
  File "solution.py", line 118, in run
    solve(params, cis)
  File "solution.py", line 83, in solve
    observation, reward, done, info = env.step(action)
  File "/opt/conda/lib/python2.7/site-packages/gym/core.py", line 332, in step
    return self.env.step(action)
  File "/opt/conda/lib/python2.7/site-packages/gym/core.py", line 304, in step
    observation, reward, done, info = self.env.step(action)
  File "/workspace/wrappers.py", line 86, in step
    ob, reward, done, info = self.env.step(action)
  File "/opt/conda/lib/python2.7/site-packages/gym/wrappers/time_limit.py", line 31, in step
    observation, reward, done, info = self.env.step(action)
  File "/workspace/src/gym-duckietown-agent/gym_duckietown_agent/envs/simplesimagent_env.py", line 109, in step
    obs, rew, done, misc = self.sim.step(action, with_observation=True)
  File "/workspace/src/duckietown-slimremote/duckietown_slimremote/pc/robot.py", line 55, in step
    return self._failsafe_observe(msg)
  File "/workspace/src/duckietown-slimremote/duckietown_slimremote/pc/robot.py", line 86, in _failsafe_observe
    raise Exception(msg)
Exception: Giving up to connect to the gym duckietown server at host: evaluator


Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
5911795Andrea Censi 🇨🇭Random executionaido1_LF1_r3-v3step4-vizsuccessnorudolf-70:01:13
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5906794Manish PrajapatAMOD18-AIDOaido1_LF1_r3-v3step3-videossuccessnorudolf-70:00:55
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5898793Luca BonaminiSolution templateaido1_luck-v3step1successyesrudolf-70:00:42
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
score140.29349400585619


No reset possible
5888792Edoardo Gabbi 🇮🇹Random executionaido1_LF1_r3-v3step1-simulationsuccessnorudolf-70:01:42
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
5884789Mikita Sazanovich 🇷🇺ROS-based Lane Followingaido1_LF1_r3-v3step4-vizsuccessnorudolf-70:01:26
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5876789Mikita Sazanovich 🇷🇺ROS-based Lane Followingaido1_LF1_r3-v3step1-simulationsuccessnorudolf-70:07:29
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
5874785Francesco MilanoAMOD18-AIDO not that random executionaido1_LF1_r3-v3step3-videossuccessnorudolf-70:00:34
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5871788Aoming LiuRandom executionaido1_LF1_r3-v3step4-vizsuccessnorudolf-70:01:08
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5863784hanxue liangRandom executionaido1_LF1_r3-v3step3-videossuccessnorudolf-70:00:49
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5857782Zijian Dong 🇨🇳AMOD18-AIDO not that random executionaido1_LF1_r3-v3step3-videossuccessnorudolf-70:00:50
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5848782Zijian Dong 🇨🇳AMOD18-AIDO not that random executionaido1_LF1_r3-v3step2-scoringsuccessnorudolf-70:02:07
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
survival_time_median9.033333333333312


other stats
episodes
details{"ep000": {"nsteps": 170, "reward": -7.712571316957474, "good_angle": 25.023844936044405, "survival_time": 5.666666666666656, "traveled_tiles": 2, "valid_direction": 3.933333333333321}, "ep001": {"nsteps": 376, "reward": -3.592209410199777, "good_angle": 23.219706056138055, "survival_time": 12.5333333333333, "traveled_tiles": 3, "valid_direction": 3.9333333333333194}, "ep002": {"nsteps": 389, "reward": -2.583105791011343, "good_angle": 0.11764789041300484, "survival_time": 12.966666666666631, "traveled_tiles": 4, "valid_direction": 0}, "ep003": {"nsteps": 259, "reward": -6.194280704936466, "good_angle": 25.345004752583304, "survival_time": 8.633333333333313, "traveled_tiles": 3, "valid_direction": 3.93333333333332}, "ep004": {"nsteps": 271, "reward": -5.501812648533318, "good_angle": 4.538982516695632, "survival_time": 9.033333333333312, "traveled_tiles": 3, "valid_direction": 2.966666666666657}}
good_angle_max25.345004752583304
good_angle_mean15.649037230374878
good_angle_median23.219706056138055
good_angle_min0.11764789041300484
reward_max-2.583105791011343
reward_mean-5.116795974327675
reward_median-5.501812648533318
reward_min-7.712571316957474
survival_time_max12.966666666666631
survival_time_mean9.76666666666664
survival_time_min5.666666666666656
traveled_tiles_max4
traveled_tiles_mean3
traveled_tiles_median3
traveled_tiles_min2
valid_direction_max3.933333333333321
valid_direction_mean2.953333333333324
valid_direction_median3.9333333333333194
valid_direction_min0
No reset possible
5845781Aneri MuniAMOD18-AIDO not that random executionaido1_LF1_r3-v3step4-vizsuccessnorudolf-70:01:02
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5838783Cliff LiAMOD18-AIDO not that random executionaido1_LF1_r3-v3step1-simulationerrornorudolf-70:00:52
InvalidEvaluator: Tr [...]
InvalidEvaluator:
Traceback (most recent call last):
  File "/workspace/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 488, in wrap_evaluator
    evaluator.score(cie)
  File "eval.py", line 96, in score
    raise dc.InvalidEvaluator(msg)
InvalidEvaluator: Gym exited with code 2
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
5830780Amaury Camus 🇨🇭AMOD18-AIDO not that random executionaido1_LF1_r3-v3step4-vizsuccessnorudolf-70:00:50
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5823780Amaury Camus 🇨🇭AMOD18-AIDO not that random executionaido1_LF1_r3-v3step1-simulationsuccessnorudolf-70:01:37
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
5811778Alessandro MorraAMOD18-AIDO not that random executionaido1_LF1_r3-v3step1-simulationsuccessnorudolf-70:01:28
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
5808775Tim Franzmeyer 🇨🇭AMOD18-AIDO not tht random executionaido1_LF1_r3-v3step3-videossuccessnorudolf-70:01:11
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5802777Yannick BerdouAMOD18-AIDO not that random executionaido1_LF1_r3-v3step1-simulationsuccessnorudolf-70:01:23
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
5800772Tomasz FirynowiczAMOD18-AIDO not that random executionaido1_LF1_r3-v3step3-videossuccessnorudolf-70:00:40
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5788775Tim Franzmeyer 🇨🇭AMOD18-AIDO not tht random executionaido1_LF1_r3-v3step1-simulationsuccessnorudolf-70:02:29
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
5781771Maximilien PicquetAMOD18-AIDO not that random executionaido1_LF1_r3-v3step1-simulationfailednorudolf-70:00:37
InvalidSubmission: T [...]
InvalidSubmission:
Traceback (most recent call last):
  File "/workspace/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 486, in wrap_evaluator
    raise InvalidSubmission(out[SPECIAL_INVALID_SUBMISSION])
InvalidSubmission: Invalid solution:
Traceback (most recent call last):
  File "/notebooks/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 590, in wrap_solution
    raise InvalidSubmission(msg)
InvalidSubmission: Uncaught exception in solution:
Traceback (most recent call last):
  File "/notebooks/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 585, in wrap_solution
    solution.run(cis)
  File "solution.py", line 64, in run
    solve(gym_environment, cis)  # let's try to solve the challenge, exciting ah?
  File "solution.py", line 39, in solve
    observation, reward, done, info = env.step(action)
  File "/usr/local/lib/python2.7/dist-packages/gym/wrappers/time_limit.py", line 31, in step
    observation, reward, done, info = self.env.step(action)
  File "/notebooks/src/gym-duckietown-agent/gym_duckietown_agent/envs/simplesimagent_env.py", line 105, in step
    assert len(action) == 2
AssertionError


Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
5778770Simon Schaefer 🇨🇭AMOD18-AIDO not that random executionaido1_LF1_r3-v3step4-vizsuccessnorudolf-70:01:00
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5771768Dzenan LapandicRandom executionaido1_LF1_r3-v3step3-videossuccessnorudolf-70:00:44
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5767768Dzenan LapandicRandom executionaido1_LF1_r3-v3step1-simulationsuccessnorudolf-70:01:58
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
5761765Andrea Censi 🇨🇭Random executionaido1_LF1_r3-v3step4-vizsuccessnorudolf-70:01:51
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5751766Andrea Censi 🇨🇭Random executionaido1_LFV_r1-v3step3-videossuccessnorudolf-70:00:53
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
other stats
videos1
No reset possible
5743765Andrea Censi 🇨🇭Random executionaido1_LF1_r3-v3step1-simulationsuccessnorudolf-70:02:05
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