Job ID step status up to date date started date completed duration message 13527
step4-viz success yes 2018-11-23 06:38:33+00:00 2018-11-23 06:39:44+00:00 0:01:11 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
driven_lanedir_median 0.7306653400468083 deviation-center-line_median 0.08201115257522808 in-drivable-lane_median 0
other stats deviation-center-line_max 0.215939221592487 deviation-center-line_mean 0.10178852005874656 deviation-center-line_min 0.011768106226475384 deviation-heading_max 0.513189919816418 deviation-heading_mean 0.3544820551127265 deviation-heading_median 0.3865854188587085 deviation-heading_min 0.11997895386315036 driven_any_max 1.331297152418986 driven_any_mean 0.9478600930548136 driven_any_median 1.0868014363064689 driven_any_min 0.3891380660067644 driven_lanedir_max 1.301116436710665 driven_lanedir_mean 0.7061320064103966 driven_lanedir_min 0.001837600141386897 in-drivable-lane_max 2.366666666666668 in-drivable-lane_mean 0.4733333333333336 in-drivable-lane_min 0 per-episodes details {"ep000": {"driven_any": 1.0868014363064689, "driven_lanedir": 0.001837600141386897, "in-drivable-lane": 2.366666666666668, "deviation-heading": 0.36135322563051214, "deviation-center-line": 0.011768106226475384}, "ep001": {"driven_any": 1.331297152418986, "driven_lanedir": 1.301116436710665, "in-drivable-lane": 0, "deviation-heading": 0.3865854188587085, "deviation-center-line": 0.215939221592487}, "ep002": {"driven_any": 0.7764086899333893, "driven_lanedir": 0.7306653400468083, "in-drivable-lane": 0, "deviation-heading": 0.3913027573948435, "deviation-center-line": 0.07085353277849211}, "ep003": {"driven_any": 0.3891380660067644, "driven_lanedir": 0.3855598500432331, "in-drivable-lane": 0, "deviation-heading": 0.11997895386315036, "deviation-center-line": 0.08201115257522808}, "ep004": {"driven_any": 1.15565512060846, "driven_lanedir": 1.1114808051098897, "in-drivable-lane": 0, "deviation-heading": 0.513189919816418, "deviation-center-line": 0.12837058712105023}}
No reset possible 13524
step3-videos success yes 2018-11-23 06:37:46+00:00 2018-11-23 06:38:26+00:00 0:00:40 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 13523
step2-scoring success yes 2018-11-23 06:37:08+00:00 2018-11-23 06:37:30+00:00 0:00:22 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
survival_time_median 2.6333333333333337
other stats episodes details {"ep000": {"nsteps": 79, "reward": -13.554760562326711, "good_angle": 1.3638601821504437, "survival_time": 2.6333333333333337, "traveled_tiles": 2, "valid_direction": 0.9666666666666652}, "ep001": {"nsteps": 98, "reward": -9.94825712462165, "good_angle": 0.23857113399144075, "survival_time": 3.266666666666665, "traveled_tiles": 3, "valid_direction": 0.5666666666666647}, "ep002": {"nsteps": 57, "reward": -17.320575883089187, "good_angle": 0.4006333285845668, "survival_time": 1.9000000000000024, "traveled_tiles": 2, "valid_direction": 0.766666666666669}, "ep003": {"nsteps": 30, "reward": -32.97934064753353, "good_angle": 0.019262225232788623, "survival_time": 1, "traveled_tiles": 1, "valid_direction": 0}, "ep004": {"nsteps": 85, "reward": -11.443003183351282, "good_angle": 0.41845204641929784, "survival_time": 2.833333333333333, "traveled_tiles": 3, "valid_direction": 0.899999999999997}}good_angle_max 1.3638601821504437 good_angle_mean 0.4881557832757076 good_angle_median 0.4006333285845668 good_angle_min 0.019262225232788623 reward_max -9.94825712462165 reward_mean -17.04918748018447 reward_median -13.554760562326711 reward_min -32.97934064753353 survival_time_max 3.266666666666665 survival_time_mean 2.3266666666666667 survival_time_min 1 traveled_tiles_max 3 traveled_tiles_mean 2.2 traveled_tiles_median 2 traveled_tiles_min 1 valid_direction_max 0.9666666666666652 valid_direction_mean 0.6399999999999991 valid_direction_median 0.766666666666669 valid_direction_min 0
No reset possible 13521
step1-simulation success yes 2018-11-23 06:35:39+00:00 2018-11-23 06:36:53+00:00 0:01:14 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 10286
step1-simulation failed no 2018-11-18 02:14:27+00:00 2018-11-18 02:16:50+00:00 0:02:23 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 109, in step
obs, rew, done, misc = self.sim.step(action, with_observation=True)
File "/notebooks/src/duckietown-slimremote/duckietown_slimremote/pc/robot.py", line 55, in step
return self._failsafe_observe(msg)
File "/notebooks/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 4110
step4-viz success no 2018-10-29 20:35:47+00:00 2018-10-29 20:36:56+00:00 0:01:09 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 4086
step4-viz timeout no 2018-10-29 20:04:43+00:00 2018-10-29 20:35:47+00:00 0:31:04 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 4074
step4-viz timeout no 2018-10-29 19:31:39+00:00 2018-10-29 20:04:39+00:00 0:33:00 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 4072
step3-videos success no 2018-10-29 19:29:53+00:00 2018-10-29 19:31:42+00:00 0:01:49 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 4071
step3-videos success no 2018-10-29 19:29:52+00:00 2018-10-29 19:31:42+00:00 0:01:50 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 4070
step2-scoring success no 2018-10-29 19:29:29+00:00 2018-10-29 19:29:46+00:00 0:00:17 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 4068
step1-simulation success no 2018-10-29 19:27:25+00:00 2018-10-29 19:29:28+00:00 0:02:03 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible