| { | |
| "codebase_version": "v3.0", | |
| "robot_type": "panda", | |
| "total_episodes": 50, | |
| "total_frames": 26013, | |
| "total_tasks": 5, | |
| "chunks_size": 1000, | |
| "data_files_size_in_mb": 100, | |
| "video_files_size_in_mb": 500, | |
| "fps": 20, | |
| "splits": { | |
| "train": "0:50" | |
| }, | |
| "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", | |
| "video_path": null, | |
| "features": { | |
| "action": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 8 | |
| ], | |
| "names": [ | |
| "joint_0", | |
| "joint_1", | |
| "joint_2", | |
| "joint_3", | |
| "joint_4", | |
| "joint_5", | |
| "joint_6", | |
| "gripper" | |
| ] | |
| }, | |
| "action.ee": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 8 | |
| ], | |
| "names": [ | |
| "x", | |
| "y", | |
| "z", | |
| "qx", | |
| "qy", | |
| "qz", | |
| "qw", | |
| "gripper" | |
| ] | |
| }, | |
| "observation.state": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 8 | |
| ], | |
| "names": [ | |
| "joint_0", | |
| "joint_1", | |
| "joint_2", | |
| "joint_3", | |
| "joint_4", | |
| "joint_5", | |
| "joint_6", | |
| "gripper" | |
| ] | |
| }, | |
| "observation.state.ee": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 8 | |
| ], | |
| "names": [ | |
| "x", | |
| "y", | |
| "z", | |
| "qx", | |
| "qy", | |
| "qz", | |
| "qw", | |
| "gripper" | |
| ] | |
| }, | |
| "observation.state.joint_velocities": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 7 | |
| ], | |
| "names": [ | |
| "vel_0", | |
| "vel_1", | |
| "vel_2", | |
| "vel_3", | |
| "vel_4", | |
| "vel_5", | |
| "vel_6" | |
| ] | |
| }, | |
| "observation.images.front": { | |
| "dtype": "image", | |
| "shape": [ | |
| 256, | |
| 256, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ] | |
| }, | |
| "observation.images.wrist": { | |
| "dtype": "image", | |
| "shape": [ | |
| 256, | |
| 256, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ] | |
| }, | |
| "observation.images.left_shoulder": { | |
| "dtype": "image", | |
| "shape": [ | |
| 256, | |
| 256, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ] | |
| }, | |
| "observation.images.right_shoulder": { | |
| "dtype": "image", | |
| "shape": [ | |
| 256, | |
| 256, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ] | |
| }, | |
| "observation.images.overhead": { | |
| "dtype": "image", | |
| "shape": [ | |
| 256, | |
| 256, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ] | |
| }, | |
| "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 | |
| } | |
| } | |
| } |