| { | |
| "codebase_version": "v3.0", | |
| "robot_type": "ur5", | |
| "fps": 60.0, | |
| "total_episodes": 10, | |
| "total_frames": 2646, | |
| "total_tasks": 1, | |
| "total_videos": 20, | |
| "total_chunks": 1, | |
| "chunks_size": 1000, | |
| "splits": { | |
| "train": "0:10" | |
| }, | |
| "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", | |
| "features": { | |
| "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 | |
| }, | |
| "observation.state": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 7 | |
| ], | |
| "names": [ | |
| "shoulder_pan_joint", | |
| "shoulder_lift_joint", | |
| "elbow_joint", | |
| "wrist_1_joint", | |
| "wrist_2_joint", | |
| "wrist_3_joint", | |
| "finger_joint" | |
| ] | |
| }, | |
| "observation.cartesian_state": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 7 | |
| ], | |
| "names": [ | |
| "eef_x", | |
| "eef_y", | |
| "eef_z", | |
| "eef_qx", | |
| "eef_qy", | |
| "eef_qz", | |
| "eef_qw" | |
| ] | |
| }, | |
| "action": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 7 | |
| ], | |
| "names": [ | |
| "delta_x", | |
| "delta_y", | |
| "delta_z", | |
| "delta_rx", | |
| "delta_ry", | |
| "delta_rz", | |
| "gripper_cmd" | |
| ] | |
| }, | |
| "ground_truth.male_port_pos": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 3 | |
| ], | |
| "names": [ | |
| "male_port_x", | |
| "male_port_y", | |
| "male_port_z" | |
| ] | |
| }, | |
| "ground_truth.male_port_quat": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 4 | |
| ], | |
| "names": [ | |
| "male_port_qw", | |
| "male_port_qx", | |
| "male_port_qy", | |
| "male_port_qz" | |
| ] | |
| }, | |
| "ground_truth.female_port_pos": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 3 | |
| ], | |
| "names": [ | |
| "female_port_x", | |
| "female_port_y", | |
| "female_port_z" | |
| ] | |
| }, | |
| "ground_truth.female_port_quat": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 4 | |
| ], | |
| "names": [ | |
| "female_port_qw", | |
| "female_port_qx", | |
| "female_port_qy", | |
| "female_port_qz" | |
| ] | |
| }, | |
| "observation.images.color": { | |
| "dtype": "video", | |
| "shape": [ | |
| 224, | |
| 224, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ], | |
| "info": { | |
| "video.height": 224, | |
| "video.width": 224, | |
| "video.channels": 3, | |
| "video.codec": "libx264", | |
| "video.pix_fmt": "yuv420p" | |
| } | |
| }, | |
| "observation.images.side2": { | |
| "dtype": "video", | |
| "shape": [ | |
| 224, | |
| 224, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ], | |
| "info": { | |
| "video.height": 224, | |
| "video.width": 224, | |
| "video.channels": 3, | |
| "video.codec": "libx264", | |
| "video.pix_fmt": "yuv420p" | |
| } | |
| } | |
| }, | |
| "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4" | |
| } |