| { | |
| "codebase_version": "v2.1", | |
| "robot_type": "mycobot_280_m5", | |
| "total_episodes": 2, | |
| "total_frames": 793, | |
| "total_tasks": 1, | |
| "total_videos": 4, | |
| "total_chunks": 1, | |
| "chunks_size": 1000, | |
| "fps": 30, | |
| "splits": { | |
| "train": "0:2" | |
| }, | |
| "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", | |
| "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", | |
| "features": { | |
| "action": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 27 | |
| ], | |
| "names": [ | |
| "joint_1.pos", | |
| "jog.coord_1.direction", | |
| "jog.coord_1.speed", | |
| "joint_2.pos", | |
| "jog.coord_2.direction", | |
| "jog.coord_2.speed", | |
| "joint_3.pos", | |
| "jog.coord_3.direction", | |
| "jog.coord_3.speed", | |
| "joint_4.pos", | |
| "jog.coord_4.direction", | |
| "jog.coord_4.speed", | |
| "joint_5.pos", | |
| "jog.coord_5.direction", | |
| "jog.coord_5.speed", | |
| "joint_6.pos", | |
| "jog.coord_6.direction", | |
| "jog.coord_6.speed", | |
| "stop", | |
| "power_on", | |
| "release_all_servos", | |
| "pump_on", | |
| "pump_off", | |
| "gripper_open", | |
| "gripper_close", | |
| "to_init", | |
| "to_home" | |
| ] | |
| }, | |
| "observation.state": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 8 | |
| ], | |
| "names": [ | |
| "joint_1.pos", | |
| "joint_2.pos", | |
| "joint_3.pos", | |
| "joint_4.pos", | |
| "joint_5.pos", | |
| "joint_6.pos", | |
| "end_effector.pump.state", | |
| "end_effector.release.state" | |
| ] | |
| }, | |
| "observation.images.front": { | |
| "dtype": "video", | |
| "shape": [ | |
| 720, | |
| 1280, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ], | |
| "info": { | |
| "video.height": 720, | |
| "video.width": 1280, | |
| "video.codec": "av1", | |
| "video.pix_fmt": "yuv420p", | |
| "video.is_depth_map": false, | |
| "video.fps": 30, | |
| "video.channels": 3, | |
| "has_audio": false | |
| } | |
| }, | |
| "observation.images.top": { | |
| "dtype": "video", | |
| "shape": [ | |
| 480, | |
| 640, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ], | |
| "info": { | |
| "video.height": 480, | |
| "video.width": 640, | |
| "video.codec": "av1", | |
| "video.pix_fmt": "yuv420p", | |
| "video.is_depth_map": false, | |
| "video.fps": 30, | |
| "video.channels": 3, | |
| "has_audio": false | |
| } | |
| }, | |
| "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 | |
| } | |
| } | |
| } |