Job ID step status up to date date started date completed duration message 13748
step4-viz success yes 2018-11-23 08:00:31+00:00 2018-11-23 08:01:48+00:00 0:01:17 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
driven_lanedir_median 1.0789714056637711 deviation-center-line_median 0.10921647589073603 in-drivable-lane_median 0.033333333333333215
other stats deviation-center-line_max 0.1918109683040296 deviation-center-line_mean 0.10657903297998989 deviation-center-line_min 0 deviation-heading_max 0.563512409199715 deviation-heading_mean 0.35526371856969935 deviation-heading_median 0.36667775441121936 deviation-heading_min 0 driven_any_max 1.3376885457674397 driven_any_mean 1.099023949588304 driven_any_median 1.116079681636277 driven_any_min 0.7915871825158822 driven_lanedir_max 1.2736912991640728 driven_lanedir_mean 0.8386902293206241 driven_lanedir_min 0 in-drivable-lane_max 2.6333333333333337 in-drivable-lane_mean 0.5466666666666666 in-drivable-lane_min 0 per-episodes details {"ep000": {"driven_any": 1.0950884105333412, "driven_lanedir": 0, "in-drivable-lane": 2.6333333333333337, "deviation-heading": 0, "deviation-center-line": 0}, "ep001": {"driven_any": 1.3376885457674397, "driven_lanedir": 1.2736912991640728, "in-drivable-lane": 0.033333333333333215, "deviation-heading": 0.485597640710771, "deviation-center-line": 0.10921647589073603}, "ep002": {"driven_any": 0.7915871825158822, "driven_lanedir": 0.7132900091986524, "in-drivable-lane": 0.033333333333333326, "deviation-heading": 0.563512409199715, "deviation-center-line": 0.07615761902782046}, "ep003": {"driven_any": 1.116079681636277, "driven_lanedir": 1.0789714056637711, "in-drivable-lane": 0, "deviation-heading": 0.36053078852679155, "deviation-center-line": 0.15571010167736332}, "ep004": {"driven_any": 1.154675927488579, "driven_lanedir": 1.1274984325766235, "in-drivable-lane": 0.033333333333333215, "deviation-heading": 0.36667775441121936, "deviation-center-line": 0.1918109683040296}}
No reset possible 13742
step3-videos success yes 2018-11-23 07:59:03+00:00 2018-11-23 07:59:44+00:00 0:00:41 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 13739
step2-scoring success yes 2018-11-23 07:58:30+00:00 2018-11-23 07:58:52+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.7333333333333334
other stats episodes details {"ep000": {"nsteps": 80, "reward": -13.206605225242674, "good_angle": 1.2907926349889591, "survival_time": 2.666666666666667, "traveled_tiles": 2, "valid_direction": 0.966666666666665}, "ep001": {"nsteps": 98, "reward": -9.768287606670388, "good_angle": 0.3886910740378366, "survival_time": 3.266666666666665, "traveled_tiles": 3, "valid_direction": 0.7333333333333307}, "ep002": {"nsteps": 59, "reward": -16.398679027428567, "good_angle": 0.2970553030568035, "survival_time": 1.9666666666666697, "traveled_tiles": 2, "valid_direction": 0.6333333333333353}, "ep003": {"nsteps": 82, "reward": -11.946269784690584, "good_angle": 0.3345947199910349, "survival_time": 2.7333333333333334, "traveled_tiles": 2, "valid_direction": 0.7666666666666639}, "ep004": {"nsteps": 85, "reward": -11.58057274090893, "good_angle": 0.2929295315969078, "survival_time": 2.833333333333333, "traveled_tiles": 3, "valid_direction": 0.7999999999999972}}good_angle_max 1.2907926349889591 good_angle_mean 0.5208126527343084 good_angle_median 0.3345947199910349 good_angle_min 0.2929295315969078 reward_max -9.768287606670388 reward_mean -12.580082876988229 reward_median -11.946269784690584 reward_min -16.398679027428567 survival_time_max 3.266666666666665 survival_time_mean 2.693333333333334 survival_time_min 1.9666666666666697 traveled_tiles_max 3 traveled_tiles_mean 2.4 traveled_tiles_median 2 traveled_tiles_min 2 valid_direction_max 0.966666666666665 valid_direction_mean 0.7799999999999985 valid_direction_median 0.7666666666666639 valid_direction_min 0.6333333333333353
No reset possible 13731
step1-simulation success yes 2018-11-23 07:56:47+00:00 2018-11-23 07:58:06+00:00 0:01:19 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 10241
step1-simulation failed no 2018-11-18 02:00:53+00:00 2018-11-18 02:03:06+00:00 0:02:13 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 4181
step4-viz success no 2018-10-29 22:05:40+00:00 2018-10-29 22:06:53+00:00 0:01:13 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 4180
step3-videos success no 2018-10-29 22:04:49+00:00 2018-10-29 22:05:38+00:00 0:00:49 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 4179
step2-scoring success no 2018-10-29 22:04:32+00:00 2018-10-29 22:04:48+00:00 0:00:16 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 4164
step2-scoring timeout no 2018-10-29 21:33:31+00:00 2018-10-29 22:04:31+00:00 0:31:00 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 4162
step1-simulation success no 2018-10-29 21:31:21+00:00 2018-10-29 21:33:30+00:00 0:02:09 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 4161
step1-simulation success no 2018-10-29 21:31:20+00:00 2018-10-29 21:33:22+00:00 0:02:02 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible