| { |
| "codebase_version": "v2.1", |
| "robot_type": null, |
| "total_episodes": 100, |
| "total_frames": 401, |
| "total_tasks": 1, |
| "total_videos": 400, |
| "total_chunks": 1, |
| "chunks_size": 1000, |
| "fps": 20, |
| "splits": { |
| "train": "0:100" |
| }, |
| "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": { |
| "observation.images.front_image": { |
| "dtype": "video", |
| "shape": [ |
| 128, |
| 128, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "channels" |
| ], |
| "info": { |
| "video.height": 128, |
| "video.width": 128, |
| "video.codec": "av1", |
| "video.pix_fmt": "yuv420p", |
| "video.is_depth_map": false, |
| "video.fps": 20, |
| "video.channels": 3, |
| "has_audio": false |
| } |
| }, |
| "observation.images.left_shoulder_image": { |
| "dtype": "video", |
| "shape": [ |
| 128, |
| 128, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "channels" |
| ], |
| "info": { |
| "video.height": 128, |
| "video.width": 128, |
| "video.codec": "av1", |
| "video.pix_fmt": "yuv420p", |
| "video.is_depth_map": false, |
| "video.fps": 20, |
| "video.channels": 3, |
| "has_audio": false |
| } |
| }, |
| "observation.images.right_shoulder_image": { |
| "dtype": "video", |
| "shape": [ |
| 128, |
| 128, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "channels" |
| ], |
| "info": { |
| "video.height": 128, |
| "video.width": 128, |
| "video.codec": "av1", |
| "video.pix_fmt": "yuv420p", |
| "video.is_depth_map": false, |
| "video.fps": 20, |
| "video.channels": 3, |
| "has_audio": false |
| } |
| }, |
| "observation.images.wrist_image": { |
| "dtype": "video", |
| "shape": [ |
| 128, |
| 128, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "channels" |
| ], |
| "info": { |
| "video.height": 128, |
| "video.width": 128, |
| "video.codec": "av1", |
| "video.pix_fmt": "yuv420p", |
| "video.is_depth_map": false, |
| "video.fps": 20, |
| "video.channels": 3, |
| "has_audio": false |
| } |
| }, |
| "observation.depths.front_depth": { |
| "dtype": "float32", |
| "shape": [ |
| 128, |
| 128, |
| 1 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "depth" |
| ] |
| }, |
| "observation.depths.left_shoulder_depth": { |
| "dtype": "float32", |
| "shape": [ |
| 128, |
| 128, |
| 1 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "depth" |
| ] |
| }, |
| "observation.depths.right_shoulder_depth": { |
| "dtype": "float32", |
| "shape": [ |
| 128, |
| 128, |
| 1 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "depth" |
| ] |
| }, |
| "observation.depths.wrist_depth": { |
| "dtype": "float32", |
| "shape": [ |
| 128, |
| 128, |
| 1 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "depth" |
| ] |
| }, |
| "observation.point_clouds.front_point_cloud": { |
| "dtype": "float32", |
| "shape": [ |
| 128, |
| 128, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "xyz" |
| ] |
| }, |
| "observation.point_clouds.left_shoulder_point_cloud": { |
| "dtype": "float32", |
| "shape": [ |
| 128, |
| 128, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "xyz" |
| ] |
| }, |
| "observation.point_clouds.right_shoulder_point_cloud": { |
| "dtype": "float32", |
| "shape": [ |
| 128, |
| 128, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "xyz" |
| ] |
| }, |
| "observation.point_clouds.wrist_point_cloud": { |
| "dtype": "float32", |
| "shape": [ |
| 128, |
| 128, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "xyz" |
| ] |
| }, |
| "observation.state": { |
| "dtype": "float32", |
| "shape": [ |
| 4 |
| ], |
| "names": { |
| "motors": [ |
| "gripper", |
| "left_gripper_qpos", |
| "right_gripper_qpos", |
| "timestep" |
| ] |
| } |
| }, |
| "action": { |
| "dtype": "float32", |
| "shape": [ |
| 8 |
| ], |
| "names": { |
| "motors": [ |
| "x", |
| "y", |
| "z", |
| "qx", |
| "qy", |
| "qz", |
| "qw", |
| "gripper" |
| ] |
| } |
| }, |
| "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 |
| } |
| } |
| } |