ankile's picture
Replace dataset with LeRobot v3.0 (part 4)
31c749f verified
Raw
History Blame Contribute Delete
7.26 kB
{
"codebase_version": "v3.0",
"fps": 20,
"features": {
"observation.images.agentview": {
"dtype": "video",
"shape": [
256,
256,
3
],
"names": [
"height",
"width",
"channel"
],
"info": {
"video.height": 256,
"video.width": 256,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.fps": 20,
"video.channels": 3,
"has_audio": false,
"video.g": 2,
"video.crf": 30,
"video.preset": 12,
"video.fast_decode": 0,
"video.video_backend": "pyav",
"video.extra_options": {},
"is_depth_map": false
}
},
"observation.images.wrist": {
"dtype": "video",
"shape": [
256,
256,
3
],
"names": [
"height",
"width",
"channel"
],
"info": {
"video.height": 256,
"video.width": 256,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.fps": 20,
"video.channels": 3,
"has_audio": false,
"video.g": 2,
"video.crf": 30,
"video.preset": 12,
"video.fast_decode": 0,
"video.video_backend": "pyav",
"video.extra_options": {},
"is_depth_map": false
}
},
"observation.state": {
"dtype": "float32",
"shape": [
8
],
"names": [
"ee_position_x",
"ee_position_y",
"ee_position_z",
"ee_axis_angle_x",
"ee_axis_angle_y",
"ee_axis_angle_z",
"gripper_left_qpos",
"gripper_right_qpos"
]
},
"action": {
"dtype": "float32",
"shape": [
7
],
"names": [
"normalized_ee_position_delta_x",
"normalized_ee_position_delta_y",
"normalized_ee_position_delta_z",
"normalized_ee_rotation_delta_x",
"normalized_ee_rotation_delta_y",
"normalized_ee_rotation_delta_z",
"normalized_gripper_command"
]
},
"observation.ee_target_position": {
"dtype": "float32",
"shape": [
3
],
"names": [
"ee_target_x",
"ee_target_y",
"ee_target_z"
]
},
"observation.cartesian_reference_position": {
"dtype": "float32",
"shape": [
3
],
"names": [
"ee_reference_x",
"ee_reference_y",
"ee_reference_z"
]
},
"observation.distance_to_ee_target": {
"dtype": "float32",
"shape": [
1
],
"names": [
"distance_to_target"
]
},
"observation.cube_position": {
"dtype": "float32",
"shape": [
3
],
"names": [
"cube_x",
"cube_y",
"cube_z"
]
},
"observation.green_goal_position": {
"dtype": "float32",
"shape": [
3
],
"names": [
"green_goal_x",
"green_goal_y",
"green_goal_z"
]
},
"observation.joint_position": {
"dtype": "float32",
"shape": [
7
],
"names": [
"panda_joint_1_position",
"panda_joint_2_position",
"panda_joint_3_position",
"panda_joint_4_position",
"panda_joint_5_position",
"panda_joint_6_position",
"panda_joint_7_position"
]
},
"observation.joint_velocity": {
"dtype": "float32",
"shape": [
7
],
"names": [
"panda_joint_1_velocity",
"panda_joint_2_velocity",
"panda_joint_3_velocity",
"panda_joint_4_velocity",
"panda_joint_5_velocity",
"panda_joint_6_velocity",
"panda_joint_7_velocity"
]
},
"observation.pose_jacobian_singular_values": {
"dtype": "float32",
"shape": [
6
],
"names": [
"pose_jacobian_sigma_1",
"pose_jacobian_sigma_2",
"pose_jacobian_sigma_3",
"pose_jacobian_sigma_4",
"pose_jacobian_sigma_5",
"pose_jacobian_sigma_6"
]
},
"observation.pose_jacobian_condition_number": {
"dtype": "float32",
"shape": [
1
],
"names": [
"pose_jacobian_condition_number"
]
},
"observation.minimum_joint_limit_margin": {
"dtype": "float32",
"shape": [
1
],
"names": [
"minimum_joint_limit_margin_rad"
]
},
"collection_segment_index": {
"dtype": "int64",
"shape": [
1
],
"names": [
"collection_segment_index"
]
},
"timestamp": {
"dtype": "float32",
"shape": [
1
],
"names": null
},
"frame_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"episode_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"task_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
}
},
"total_episodes": 500,
"total_frames": 27652,
"total_tasks": 500,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
"robot_type": "panda",
"splits": {
"train": "0:500"
}
}