35957 | 9820 | Bea Baselines π€ | template-pytorch | aido5-LFV-sim-testing | LFVv-sim | timeout | no | reg04-f31f3d66ff4f-1 | | | 1:05:01 | I can see how the jo [...]I can see how the job 35957 is timeout because passed 3901 seconds and the timeout is 3600.0.
| Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35956 | 9821 | Bea Baselines π€ | template-pytorch | aido5-LFV_multi-sim-validation | LFVmultibodyv-sim | error | no | reg04-f31f3d66ff4f-1 | | | 0:01:00 | InvalidEvaluator:
Tr [...]InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/zuper_nodes/compatibility.py", line 49, in check_compatible_protocol
raise IncompatibleProtocol(
zuper_nodes.compatibility.IncompatibleProtocol: For input "observations", cannot use type v2 as v21
β k: observations
β v1: dataclass aido_schemas.schemas.DB20ObservationsPlusState
β field camera : dataclass aido_schemas.protocol_simulator.JPGImage
β field jpg_data : bytes
β __doc__
β An image in JPG format.
β
β jpg_data
β field odometry : dataclass aido_schemas.schemas.DB20Odometry
β field resolution_rad : float
β field axis_left_rad : float
β field axis_right_rad : float
β field your_name : str
β field state : dataclass aido_schemas.schemas.DTSimState
β field t_effective : float
β field duckiebots : Dict[str,DTSimRobotInfo]
β field map_data : str
β v2: dataclass aido_schemas.schemas.DB20Observations
β field camera : dataclass aido_schemas.protocol_simulator.JPGImage
β field jpg_data : bytes
β __doc__
β An image in JPG format.
β
β jpg_data
β field odometry : dataclass aido_schemas.schemas.DB20Odometry
β field resolution_rad : float
β field axis_left_rad : float
β field axis_right_rad : float
β r: CanBeUsed
β β result: False
β β why:
β β |Type <class 'aido_schemas.schemas.DB20ObservationsPlusState'>
β β | requires field "your_name"
β β | of type <class 'str'>
β β | but <class 'aido_schemas.schemas.DB20Observations'> does not have it.
β β M: Matches()
β β matches: {}
β p1_inputs: Dict[str,type][4]
β β seed: int
β β get_commands:
β β dataclass aido_schemas.protocol_agent.GetCommands
β β field at_time : float
β β observations:
β β dataclass aido_schemas.schemas.DB20ObservationsPlusState
β β field camera : dataclass aido_schemas.protocol_simulator.JPGImage
β β field jpg_data : bytes
β β __doc__
β β An image in JPG format.
β β
β β jpg_data
β β field odometry : dataclass aido_schemas.schemas.DB20Odometry
β β field resolution_rad : float
β β field axis_left_rad : float
β β field axis_right_rad : float
β β field your_name : str
β β field state : dataclass aido_schemas.schemas.DTSimState
β β field t_effective : float
β β field duckiebots : Dict[str,DTSimRobotInfo]
β β field map_data : str
β β episode_start:
β β dataclass aido_schemas.protocol_agent.EpisodeStart
β β field episode_name : str
β β __doc__ Marker for the start of an episode.
β p2_inputs: dict[4]
β β observations:
β β dataclass aido_schemas.schemas.DB20Observations
β β field camera : dataclass aido_schemas.protocol_simulator.JPGImage
β β field jpg_data : bytes
β β __doc__
β β An image in JPG format.
β β
β β jpg_data
β β field odometry : dataclass aido_schemas.schemas.DB20Odometry
β β field resolution_rad : float
β β field axis_left_rad : float
β β field axis_right_rad : float
β β seed: int
β β get_commands:
β β dataclass aido_schemas.protocol_agent.GetCommands
β β field at_time : float
β β episode_start:
β β dataclass aido_schemas.protocol_agent.EpisodeStart
β β field episode_name : str
β β __doc__ Marker for the start of an episode.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "experiment_manager.py", line 165, in main
robot_ci._get_node_protocol(timeout=config.timeout_initialization)
File "/usr/local/lib/python3.8/site-packages/zuper_nodes_wrapper/wrapper_outside.py", line 120, in _get_node_protocol
check_compatible_protocol(self.node_protocol, self.expect_protocol)
File "/usr/local/lib/python3.8/site-packages/zuper_nodes/compatibility.py", line 67, in check_compatible_protocol
raise IncompatibleProtocol(msg, p1=p1, p2=p2) from e
zuper_nodes.compatibility.IncompatibleProtocol: Cannot say that p1 is a sub-protocol of p2
β p1: InteractionProtocol
β β description: Particularization for Duckiebot1 observations and commands.
β β inputs:
β β Dict[str,type][4]
β β β seed: int
β β β get_commands:
β β β dataclass aido_schemas.protocol_agent.GetCommands
β β β field at_time : float
β β β observations:
β β β dataclass aido_schemas.schemas.DB20ObservationsPlusState
β β β field camera : dataclass aido_schemas.protocol_simulator.JPGImage
β β β field jpg_data : bytes
β β β __doc__
β β β An image in JPG format.
β β β
β β β jpg_data
β β β field odometry : dataclass aido_schemas.schemas.DB20Odometry
β β β field resolution_rad : float
β β β field axis_left_rad : float
β β β field axis_right_rad : float
β β β field your_name : str
β β β field state : dataclass aido_schemas.schemas.DTSimState
β β β field t_effective : float
β β β field duckiebots : Dict[str,DTSimRobotInfo]
β β β field map_data : str
β β β episode_start:
β β β dataclass aido_schemas.protocol_agent.EpisodeStart
β β β field episode_name : str
β β β __doc__ Marker for the start of an episode.
β β outputs:
β β Dict[str,type][1]
β β β commands:
β β β dataclass aido_schemas.schemas.Duckiebot1Commands
β β β field wheels : dataclass aido_schemas.schemas.PWMCommands
β β β field motor_left : float
β β β field motor_right : float
β β β __doc__
β β β PWM commands are floats between -1 and 1.
β β β field LEDS : dataclass aido_schemas.schemas.LEDSCommands
β β β field center : dataclass aido_schemas.schemas.RGB
β β β field r : float
β β β field g : float
β β β field b : float
β β β __doc__ Values between 0, 1.
β β β field front_left : dataclass aido_schemas.schemas.RGB
β β β field r : float
β β β field g : float
β β β field b : float
β β β __doc__ Values between 0, 1.
β β β field front_right : dataclass aido_schemas.schemas.RGB
β β β field r : float
β β β field g : float
β β β field b : float
β β β __doc__ Values between 0, 1.
β β β field back_left : dataclass aido_schemas.schemas.RGB
β β β field r : float
β β β field g : float
β β β field b : float
β β β __doc__ Values between 0, 1.
β β β field back_right : dataclass aido_schemas.schemas.RGB
β β β field r : float
β β β field g : float
β β β field b : float
β β β __doc__ Values between 0, 1.
β β language: (in:seed)? ; ((in:episode_start ; ((in:observations | (in:get_commands ; out:commands))*))*)
β p2: InteractionProtocol
β β description: Particularization for DB20 observations and commands.
β β inputs:
β β dict[4]
β β β observations:
β β β dataclass aido_schemas.schemas.DB20Observations
β β β field camera : dataclass aido_schemas.protocol_simulator.JPGImage
β β β field jpg_data : bytes
β β β __doc__
β β β An image in JPG format.
β β β
β β β jpg_data
β β β field odometry : dataclass aido_schemas.schemas.DB20Odometry
β β β field resolution_rad : float
β β β field axis_left_rad : float
β β β field axis_right_rad : float
β β β seed: int
β β β get_commands:
β β β dataclass aido_schemas.protocol_agent.GetCommands
β β β field at_time : float
β β β episode_start:
β β β dataclass aido_schemas.protocol_agent.EpisodeStart
β β β field episode_name : str
β β β __doc__ Marker for the start of an episode.
β β outputs:
β β dict[1]
β β β commands:
β β β dataclass aido_schemas.schemas.DB20Commands
β β β field wheels : dataclass aido_schemas.schemas.PWMCommands
β β β field motor_left : float
β β β field motor_right : float
β β β __doc__
β β β PWM commands are floats between -1 and 1.
β β β field LEDS : dataclass aido_schemas.schemas.LEDSCommands
β β β field center : dataclass aido_schemas.schemas.RGB
β β β field r : float
β β β field g : float
β β β field b : float
β β β __doc__ Values between 0, 1.
β β β field front_left : dataclass aido_schemas.schemas.RGB
β β β field r : float
β β β field g : float
β β β field b : float
β β β __doc__ Values between 0, 1.
β β β field front_right : dataclass aido_schemas.schemas.RGB
β β β field r : float
β β β field g : float
β β β field b : float
β β β __doc__ Values between 0, 1.
β β β field back_left : dataclass aido_schemas.schemas.RGB
β β β field r : float
β β β field g : float
β β β field b : float
β β β __doc__ Values between 0, 1.
β β β field back_right : dataclass aido_schemas.schemas.RGB
β β β field r : float
β β β field g : float
β β β field b : float
β β β __doc__ Values between 0, 1.
β β language: (in:seed)? ; ((in:episode_start ; ((in:observations | (in:get_commands ; out:commands))*))*)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 678, in scoring_context
yield cie
File "experiment_manager.py", line 633, in go
wrap(cie)
File "experiment_manager.py", line 618, in wrap
asyncio.run(main(cie, logdir, attempts), debug=True)
File "/usr/local/lib/python3.8/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/local/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "experiment_manager.py", line 294, in main
raise dc.InvalidEvaluator(msg) from e
duckietown_challenges.exceptions.InvalidEvaluator: Anomalous error while running episodes:
| Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35944 | 9831 | Bea Baselines π€ | template-tensorflow | aido5-LFVI-sim-testing | LFVIt-sim | error | no | reg04-f31f3d66ff4f-1 | | | 1:00:46 | Waited 3602 seconds [...]Waited 3602 seconds for container to finish. Giving up.
| Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35942 | 9806 | Bea Baselines π€ | baseline-duckietown | aido5-LFVI-sim-validation | LFVIv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:09:34 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | driven_lanedir_consec_median | 0.5184528767834813 | survival_time_median | 14.950000000000076 | deviation-center-line_median | 0.5613536828720347 | in-drivable-lane_median | 7.825000000000051 |
other statsagent_compute-ego_max | 0.06371253410975139 | agent_compute-ego_mean | 0.06101209163665772 | agent_compute-ego_median | 0.06101209163665772 | agent_compute-ego_min | 0.05831164916356405 | complete-iteration_max | 0.5252495900789896 | complete-iteration_mean | 0.5249963096777598 | complete-iteration_median | 0.5249963096777598 | complete-iteration_min | 0.5247430292765299 | deviation-center-line_max | 0.9786410987388442 | deviation-center-line_mean | 0.5613536828720347 | deviation-center-line_min | 0.14406626700522515 | deviation-heading_max | 5.109969112534788 | deviation-heading_mean | 3.83310535562056 | deviation-heading_median | 3.83310535562056 | deviation-heading_min | 2.556241598706333 | driven_any_max | 1.939163830859009 | driven_any_mean | 1.9358587313770632 | driven_any_median | 1.9358587313770632 | driven_any_min | 1.932553631895118 | driven_lanedir_consec_max | 0.5696143205468265 | driven_lanedir_consec_mean | 0.5184528767834813 | driven_lanedir_consec_min | 0.4672914330201361 | driven_lanedir_max | 0.7775189380528431 | driven_lanedir_mean | 0.6735666292998348 | driven_lanedir_median | 0.6735666292998348 | driven_lanedir_min | 0.5696143205468265 | get_state_dump_max | 0.03592313528060913 | get_state_dump_mean | 0.03495484153429667 | get_state_dump_median | 0.03495484153429667 | get_state_dump_min | 0.03398654778798421 | get_ui_image_max | 0.09920247395833331 | get_ui_image_mean | 0.09663707931836446 | get_ui_image_median | 0.09663707931836446 | get_ui_image_min | 0.0940716846783956 | in-drivable-lane_max | 9.100000000000088 | in-drivable-lane_mean | 7.825000000000051 | in-drivable-lane_min | 6.550000000000014 | per-episodes | details{"udem1-0-0-ego": {"driven_any": 1.932553631895118, "get_ui_image": 0.09920247395833331, "step_physics": 0.2331703972816467, "survival_time": 14.950000000000076, "driven_lanedir": 0.5696143205468265, "get_state_dump": 0.03398654778798421, "sim_render-ego": 0.008726335366566976, "in-drivable-lane": 9.100000000000088, "agent_compute-ego": 0.05831164916356405, "deviation-heading": 2.556241598706333, "complete-iteration": 0.5252495900789896, "set_robot_commands": 0.006463587284088135, "deviation-center-line": 0.14406626700522515, "driven_lanedir_consec": 0.5696143205468265, "sim_compute_sim_state": 0.020712144374847412, "sim_compute_performance-ego": 0.005577232837677002, "sim_compute_robot_state-ego": 0.009629093805948893, "sim_compute_robot_state-npc0": 0.010268175601959228, "sim_compute_robot_state-npc1": 0.0098608136177063, "sim_compute_robot_state-npc2": 0.009789063135782875, "sim_compute_robot_state-npc3": 0.009623864491780598, "sim_compute_robot_state-parked0": 0.009639863173166912}, "udem1-0-1-ego": {"driven_any": 1.939163830859009, "get_ui_image": 0.0940716846783956, "step_physics": 0.2307333834966024, "survival_time": 14.950000000000076, "driven_lanedir": 0.7775189380528431, "get_state_dump": 0.03592313528060913, "sim_render-ego": 0.008382413387298584, "in-drivable-lane": 6.550000000000014, "agent_compute-ego": 0.06371253410975139, "deviation-heading": 5.109969112534788, "complete-iteration": 0.5247430292765299, "set_robot_commands": 0.00643632968266805, "deviation-center-line": 0.9786410987388442, "driven_lanedir_consec": 0.4672914330201361, "sim_compute_sim_state": 0.02033652623494466, "sim_compute_performance-ego": 0.005643762747446696, "sim_compute_robot_state-ego": 0.010060649712880452, "sim_compute_robot_state-npc0": 0.009892536799112957, "sim_compute_robot_state-npc1": 0.01000277042388916, "sim_compute_robot_state-npc2": 0.009857088724772136, "sim_compute_robot_state-npc3": 0.009750154813130695, "sim_compute_robot_state-parked0": 0.009651633898417156}} | set_robot_commands_max | 0.006463587284088135 | set_robot_commands_mean | 0.006449958483378092 | set_robot_commands_median | 0.006449958483378092 | set_robot_commands_min | 0.00643632968266805 | sim_compute_performance-ego_max | 0.005643762747446696 | sim_compute_performance-ego_mean | 0.0056104977925618485 | sim_compute_performance-ego_median | 0.0056104977925618485 | sim_compute_performance-ego_min | 0.005577232837677002 | sim_compute_robot_state-ego_max | 0.010060649712880452 | sim_compute_robot_state-ego_mean | 0.009844871759414672 | sim_compute_robot_state-ego_median | 0.009844871759414672 | sim_compute_robot_state-ego_min | 0.009629093805948893 | sim_compute_robot_state-npc0_max | 0.010268175601959228 | sim_compute_robot_state-npc0_mean | 0.010080356200536092 | sim_compute_robot_state-npc0_median | 0.010080356200536092 | sim_compute_robot_state-npc0_min | 0.009892536799112957 | sim_compute_robot_state-npc1_max | 0.01000277042388916 | sim_compute_robot_state-npc1_mean | 0.00993179202079773 | sim_compute_robot_state-npc1_median | 0.00993179202079773 | sim_compute_robot_state-npc1_min | 0.0098608136177063 | sim_compute_robot_state-npc2_max | 0.009857088724772136 | sim_compute_robot_state-npc2_mean | 0.009823075930277503 | sim_compute_robot_state-npc2_median | 0.009823075930277503 | sim_compute_robot_state-npc2_min | 0.009789063135782875 | sim_compute_robot_state-npc3_max | 0.009750154813130695 | sim_compute_robot_state-npc3_mean | 0.009687009652455648 | sim_compute_robot_state-npc3_median | 0.009687009652455648 | sim_compute_robot_state-npc3_min | 0.009623864491780598 | sim_compute_robot_state-parked0_max | 0.009651633898417156 | sim_compute_robot_state-parked0_mean | 0.009645748535792031 | sim_compute_robot_state-parked0_median | 0.009645748535792031 | sim_compute_robot_state-parked0_min | 0.009639863173166912 | sim_compute_sim_state_max | 0.020712144374847412 | sim_compute_sim_state_mean | 0.020524335304896037 | sim_compute_sim_state_median | 0.020524335304896037 | sim_compute_sim_state_min | 0.02033652623494466 | sim_render-ego_max | 0.008726335366566976 | sim_render-ego_mean | 0.00855437437693278 | sim_render-ego_median | 0.00855437437693278 | sim_render-ego_min | 0.008382413387298584 | simulation-passed | 1 | step_physics_max | 0.2331703972816467 | step_physics_mean | 0.23195189038912456 | step_physics_median | 0.23195189038912456 | step_physics_min | 0.2307333834966024 | survival_time_max | 14.950000000000076 | survival_time_mean | 14.950000000000076 | survival_time_min | 14.950000000000076 |
| No reset possible |
35937 | 9778 | Frank (Chude) Qian π¨π¦ | challenge-aido_LF-baseline-behavior-cloning | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:05:07 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | driven_lanedir_consec_median | 1.4755013638522412 | survival_time_median | 9.925000000000006 | deviation-center-line_median | 0.18434752309787425 | in-drivable-lane_median | 3.450000000000021 |
other statsagent_compute-ego_max | 0.08385247995357702 | agent_compute-ego_mean | 0.08022153711040542 | agent_compute-ego_median | 0.08022153711040542 | agent_compute-ego_min | 0.07659059426723383 | complete-iteration_max | 0.35653135918154577 | complete-iteration_mean | 0.3497498375687329 | complete-iteration_median | 0.3497498375687329 | complete-iteration_min | 0.3429683159559201 | deviation-center-line_max | 0.19094512836760308 | deviation-center-line_mean | 0.18434752309787425 | deviation-center-line_min | 0.17774991782814534 | deviation-heading_max | 0.7412123865371725 | deviation-heading_mean | 0.7135795186605717 | deviation-heading_median | 0.7135795186605717 | deviation-heading_min | 0.6859466507839709 | driven_any_max | 2.329669289312401 | driven_any_mean | 2.2976943872998845 | driven_any_median | 2.2976943872998845 | driven_any_min | 2.265719485287367 | driven_lanedir_consec_max | 1.5030389559443071 | driven_lanedir_consec_mean | 1.4755013638522412 | driven_lanedir_consec_min | 1.4479637717601754 | driven_lanedir_max | 1.5030389559443071 | driven_lanedir_mean | 1.4755013638522412 | driven_lanedir_median | 1.4755013638522412 | driven_lanedir_min | 1.4479637717601754 | get_state_dump_max | 0.0186409855833148 | get_state_dump_mean | 0.017787050147684856 | get_state_dump_median | 0.017787050147684856 | get_state_dump_min | 0.016933114712054914 | get_ui_image_max | 0.05814223900819436 | get_ui_image_mean | 0.056950570675103486 | get_ui_image_median | 0.056950570675103486 | get_ui_image_min | 0.05575890234201261 | in-drivable-lane_max | 3.500000000000024 | in-drivable-lane_mean | 3.450000000000021 | in-drivable-lane_min | 3.400000000000018 | per-episodes | details{"ETHZ_autolab_technical_track-0-0-ego": {"driven_any": 2.329669289312401, "get_ui_image": 0.05575890234201261, "step_physics": 0.12629518178429935, "survival_time": 10.100000000000009, "driven_lanedir": 1.5030389559443071, "get_state_dump": 0.0186409855833148, "sim_render-ego": 0.012077985423626286, "in-drivable-lane": 3.500000000000024, "agent_compute-ego": 0.08385247995357702, "deviation-heading": 0.7412123865371725, "complete-iteration": 0.35653135918154577, "set_robot_commands": 0.0070421601286028875, "deviation-center-line": 0.17774991782814534, "driven_lanedir_consec": 1.5030389559443071, "sim_compute_sim_state": 0.022095624763186616, "sim_compute_performance-ego": 0.008405300650266137, "sim_compute_robot_state-ego": 0.010635891763290556, "sim_compute_robot_state-parked0": 0.011504172098518598}, "ETHZ_autolab_technical_track-0-1-ego": {"driven_any": 2.265719485287367, "get_ui_image": 0.05814223900819436, "step_physics": 0.12556090232653497, "survival_time": 9.750000000000004, "driven_lanedir": 1.4479637717601754, "get_state_dump": 0.016933114712054914, "sim_render-ego": 0.008814182036962265, "in-drivable-lane": 3.400000000000018, "agent_compute-ego": 0.07659059426723383, "deviation-heading": 0.6859466507839709, "complete-iteration": 0.3429683159559201, "set_robot_commands": 0.00649877694936899, "deviation-center-line": 0.19094512836760308, "driven_lanedir_consec": 1.4479637717601754, "sim_compute_sim_state": 0.02366973803593562, "sim_compute_performance-ego": 0.00602875000391251, "sim_compute_robot_state-ego": 0.01057881453098395, "sim_compute_robot_state-parked0": 0.009960096310346554}} | set_robot_commands_max | 0.0070421601286028875 | set_robot_commands_mean | 0.006770468538985939 | set_robot_commands_median | 0.006770468538985939 | set_robot_commands_min | 0.00649877694936899 | sim_compute_performance-ego_max | 0.008405300650266137 | sim_compute_performance-ego_mean | 0.007217025327089324 | sim_compute_performance-ego_median | 0.007217025327089324 | sim_compute_performance-ego_min | 0.00602875000391251 | sim_compute_robot_state-ego_max | 0.010635891763290556 | sim_compute_robot_state-ego_mean | 0.010607353147137254 | sim_compute_robot_state-ego_median | 0.010607353147137254 | sim_compute_robot_state-ego_min | 0.01057881453098395 | sim_compute_robot_state-parked0_max | 0.011504172098518598 | sim_compute_robot_state-parked0_mean | 0.010732134204432576 | sim_compute_robot_state-parked0_median | 0.010732134204432576 | sim_compute_robot_state-parked0_min | 0.009960096310346554 | sim_compute_sim_state_max | 0.02366973803593562 | sim_compute_sim_state_mean | 0.02288268139956112 | sim_compute_sim_state_median | 0.02288268139956112 | sim_compute_sim_state_min | 0.022095624763186616 | sim_render-ego_max | 0.012077985423626286 | sim_render-ego_mean | 0.010446083730294277 | sim_render-ego_median | 0.010446083730294277 | sim_render-ego_min | 0.008814182036962265 | simulation-passed | 1 | step_physics_max | 0.12629518178429935 | step_physics_mean | 0.12592804205541716 | step_physics_median | 0.12592804205541716 | step_physics_min | 0.12556090232653497 | survival_time_max | 10.100000000000009 | survival_time_mean | 9.925000000000006 | survival_time_min | 9.750000000000004 |
| No reset possible |
35935 | 9783 | Andrea Censi π¨π | template-random | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:03:19 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | driven_lanedir_consec_median | 0.5455589268072338 | survival_time_median | 2.4249999999999994 | deviation-center-line_median | 0.11437498744672908 | in-drivable-lane_median | 0.8499999999999985 |
other statsagent_compute-ego_max | 0.045199147725509384 | agent_compute-ego_mean | 0.036493711446035554 | agent_compute-ego_median | 0.036493711446035554 | agent_compute-ego_min | 0.027788275166561727 | complete-iteration_max | 0.3735646393339513 | complete-iteration_mean | 0.3586287721792148 | complete-iteration_median | 0.3586287721792148 | complete-iteration_min | 0.3436929050244783 | deviation-center-line_max | 0.1246386243322534 | deviation-center-line_mean | 0.11437498744672908 | deviation-center-line_min | 0.10411135056120474 | deviation-heading_max | 0.27041081849249704 | deviation-heading_mean | 0.26875999230405784 | deviation-heading_median | 0.26875999230405784 | deviation-heading_min | 0.26710916611561863 | driven_any_max | 1.16193217979593 | driven_any_mean | 0.94190556585777 | driven_any_median | 0.94190556585777 | driven_any_min | 0.7218789519196097 | driven_lanedir_consec_max | 0.6085881804686812 | driven_lanedir_consec_mean | 0.5455589268072338 | driven_lanedir_consec_min | 0.4825296731457864 | driven_lanedir_max | 0.6085881804686812 | driven_lanedir_mean | 0.5455589268072338 | driven_lanedir_median | 0.5455589268072338 | driven_lanedir_min | 0.4825296731457864 | get_state_dump_max | 0.025584895732039113 | get_state_dump_mean | 0.02359632617336209 | get_state_dump_median | 0.02359632617336209 | get_state_dump_min | 0.02160775661468506 | get_ui_image_max | 0.07099326990418516 | get_ui_image_mean | 0.06710384872531806 | get_ui_image_median | 0.06710384872531806 | get_ui_image_min | 0.06321442754645097 | in-drivable-lane_max | 1.1999999999999966 | in-drivable-lane_mean | 0.8499999999999985 | in-drivable-lane_min | 0.5000000000000004 | per-episodes | details{"ETHZ_autolab_technical_track-0-0-ego": {"driven_any": 1.16193217979593, "get_ui_image": 0.07099326990418516, "step_physics": 0.14259528709670244, "survival_time": 2.9499999999999975, "driven_lanedir": 0.6085881804686812, "get_state_dump": 0.025584895732039113, "sim_render-ego": 0.015521259631140757, "in-drivable-lane": 1.1999999999999966, "agent_compute-ego": 0.045199147725509384, "deviation-heading": 0.27041081849249704, "complete-iteration": 0.3735646393339513, "set_robot_commands": 0.007683075080483647, "deviation-center-line": 0.1246386243322534, "driven_lanedir_consec": 0.6085881804686812, "sim_compute_sim_state": 0.026772988044609456, "sim_compute_performance-ego": 0.011006250219830012, "sim_compute_robot_state-ego": 0.016961247234021204, "sim_compute_robot_state-parked0": 0.011039527796082575}, "ETHZ_autolab_technical_track-0-1-ego": {"driven_any": 0.7218789519196097, "get_ui_image": 0.06321442754645097, "step_physics": 0.15978190773411802, "survival_time": 1.900000000000001, "driven_lanedir": 0.4825296731457864, "get_state_dump": 0.02160775661468506, "sim_render-ego": 0.008435393634595369, "in-drivable-lane": 0.5000000000000004, "agent_compute-ego": 0.027788275166561727, "deviation-heading": 0.26710916611561863, "complete-iteration": 0.3436929050244783, "set_robot_commands": 0.01582847143474378, "deviation-center-line": 0.10411135056120474, "driven_lanedir_consec": 0.4825296731457864, "sim_compute_sim_state": 0.020749895196211964, "sim_compute_performance-ego": 0.00544743161452444, "sim_compute_robot_state-ego": 0.010285891984638414, "sim_compute_robot_state-parked0": 0.010342497574655631}} | set_robot_commands_max | 0.01582847143474378 | set_robot_commands_mean | 0.011755773257613712 | set_robot_commands_median | 0.011755773257613712 | set_robot_commands_min | 0.007683075080483647 | sim_compute_performance-ego_max | 0.011006250219830012 | sim_compute_performance-ego_mean | 0.008226840917177226 | sim_compute_performance-ego_median | 0.008226840917177226 | sim_compute_performance-ego_min | 0.00544743161452444 | sim_compute_robot_state-ego_max | 0.016961247234021204 | sim_compute_robot_state-ego_mean | 0.01362356960932981 | sim_compute_robot_state-ego_median | 0.01362356960932981 | sim_compute_robot_state-ego_min | 0.010285891984638414 | sim_compute_robot_state-parked0_max | 0.011039527796082575 | sim_compute_robot_state-parked0_mean | 0.010691012685369103 | sim_compute_robot_state-parked0_median | 0.010691012685369103 | sim_compute_robot_state-parked0_min | 0.010342497574655631 | sim_compute_sim_state_max | 0.026772988044609456 | sim_compute_sim_state_mean | 0.02376144162041071 | sim_compute_sim_state_median | 0.02376144162041071 | sim_compute_sim_state_min | 0.020749895196211964 | sim_render-ego_max | 0.015521259631140757 | sim_render-ego_mean | 0.011978326632868064 | sim_render-ego_median | 0.011978326632868064 | sim_render-ego_min | 0.008435393634595369 | simulation-passed | 1 | step_physics_max | 0.15978190773411802 | step_physics_mean | 0.15118859741541024 | step_physics_median | 0.15118859741541024 | step_physics_min | 0.14259528709670244 | survival_time_max | 2.9499999999999975 | survival_time_mean | 2.4249999999999994 | survival_time_min | 1.900000000000001 |
| No reset possible |
35927 | 6728 | Andrea Censi π¨π | template-random | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:58 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35923 | 6760 | Anthony Courchesne π¨π¦ | template-ros | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:01 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35915 | 6783 | Jiaxu Xing | template-random | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:56 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35910 | 6801 | Anthony Courchesne π¨π¦ | baseline-duckietown | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:03 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35903 | 6804 | Anthony Courchesne π¨π¦ | baseline-duckietown | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:08 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35896 | 6814 | Anthony Courchesne π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:32 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35889 | 6821 | Jerome Labonte π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:12 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35880 | 6827 | Melisande Teng | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:06 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35873 | 6832 | Himanshu Arora π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:01 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35867 | 6841 | Himanshu Arora π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:04 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35860 | 6845 | Daniil Lisus | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:56 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35854 | 6851 | Melisande Teng | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:08 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35851 | 9228 | Jerome Labonte π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:15 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35843 | 9234 | Jerome Labonte π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:05 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35836 | 9236 | Melisande Teng | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:56 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35833 | 9243 | Melisande Teng | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:03 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35826 | 9248 | Francois Hebert | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:00 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35821 | 9255 | Jerome Labonte π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:05 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35815 | 9261 | Jerome Labonte π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:55 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35808 | 9272 | Liam Paull π¨π¦ | template-ros | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:06 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35803 | 9275 | Yishu Malhotra π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:10 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35796 | 9279 | Francois Hebert | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | aborted | no | reg04-f31f3d66ff4f-1 | | | 0:01:07 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35792 | 9286 | Liam Paull π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:55 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35787 | 9288 | Francois Hebert | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:59 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35780 | 9299 | Yishu Malhotra π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:57 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35774 | 9302 | Yishu Malhotra π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:08 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35769 | 9309 | Jerome Labonte π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:00 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35762 | 9313 | Raphael Jean | sim-exercise-1 | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:03 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35756 | 9317 | Yishu Malhotra π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:06 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35749 | 9325 | Yishu Malhotra π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:06 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35742 | 9329 | Yishu Malhotra π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:03 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35738 | 9334 | Jerome Labonte π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:01 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35731 | 9336 | Jean-SΓ©bastien Grondin π¨π¦ | sim-exercise-1 | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:00 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35725 | 9342 | Jean-SΓ©bastien Grondin π¨π¦ | sim-exercise-1 | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:03 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35720 | 9357 | Francois Hebert | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:05 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35712 | 9362 | Philippe Reddy π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:11 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35705 | 9364 | Yishu Malhotra π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:54 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35701 | 9372 | Himanshu Arora π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:57 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35695 | 9377 | Jerome Labonte π¨π¦ | real-exercise-1 | aido5-LF-sim-validation | LFv-sim | aborted | no | reg04-f31f3d66ff4f-1 | | | 0:00:58 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35691 | 9381 | Himanshu Arora π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:55 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35685 | 9383 | Jean-SΓ©bastien Grondin π¨π¦ | sim-exercise-1 | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:54 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35679 | 9388 | Jean-SΓ©bastien Grondin π¨π¦ | sim-exercise-1 | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:03 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35673 | 9389 | Jean-SΓ©bastien Grondin π¨π¦ | sim-exercise-1 | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:03 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35667 | 9393 | Jean-SΓ©bastien Grondin π¨π¦ | sim-exercise-1 | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:54 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35661 | 9394 | Jean-SΓ©bastien Grondin π¨π¦ | sim-exercise-1 | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:58 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35654 | 9693 | Yishu Malhotra π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:54 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35649 | 9739 | Bea Baselines π€ | baseline-duckietown | aido5-LFVI-sim-validation | LFVIv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:11 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35645 | 9740 | Bea Baselines π€ | baseline-duckietown | aido5-LFVI-sim-testing | LFVIt-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:58 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35640 | 9752 | Bea Baselines π€ | straight | aido5-LFV-sim-validation | LFVv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:55 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35631 | 9757 | Bea Baselines π€ | straight | aido5-LFVI_multi-sim-validation | LFVIv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:07 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35626 | 9756 | Bea Baselines π€ | straight | aido5-LFVI-sim-testing | LFVIt-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:55 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35618 | 9762 | Yishu Malhotra π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:01:28 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35610 | 9771 | Frank (Chude) Qian π¨π¦ | template-tensorflow | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:52 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35600 | 9768 | Frank (Chude) Qian π¨π¦ | template-pytorch | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:55 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35596 | 9775 | Philippe Reddy π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:56 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
35590 | 9780 | Yishu Malhotra π¨π¦ | exercise_ros_template | aido5-LF-sim-validation | LFv-sim | success | no | reg04-f31f3d66ff4f-1 | | | 0:00:54 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |