Datasets:
| { | |
| "codebase_version": "v2.1", | |
| "robot_type": null, | |
| "total_episodes": 100, | |
| "total_frames": 23480, | |
| "total_tasks": 1, | |
| "total_videos": 200, | |
| "total_chunks": 1, | |
| "chunks_size": 1000, | |
| "fps": 10, | |
| "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": { | |
| "next.reward": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null | |
| }, | |
| "next.success": { | |
| "dtype": "bool", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null | |
| }, | |
| "seed": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null | |
| }, | |
| "timestamp": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null | |
| }, | |
| "robot_pose": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 6 | |
| ], | |
| "names": null | |
| }, | |
| "gripper_state": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null | |
| }, | |
| "joints": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 6 | |
| ], | |
| "names": null | |
| }, | |
| "action": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 7 | |
| ], | |
| "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": null | |
| }, | |
| "observation.images.wrist_image": { | |
| "dtype": "video", | |
| "names": [ | |
| "channel", | |
| "height", | |
| "width" | |
| ], | |
| "shape": [ | |
| 3, | |
| 240, | |
| 320 | |
| ], | |
| "info": { | |
| "video.fps": 10.0, | |
| "video.height": 240, | |
| "video.width": 320, | |
| "video.channels": 3, | |
| "video.codec": "h264", | |
| "video.pix_fmt": "yuv420p", | |
| "video.is_depth_map": false, | |
| "has_audio": false | |
| } | |
| }, | |
| "observation.images.scene_image": { | |
| "dtype": "video", | |
| "names": [ | |
| "channel", | |
| "height", | |
| "width" | |
| ], | |
| "shape": [ | |
| 3, | |
| 240, | |
| 320 | |
| ], | |
| "info": { | |
| "video.fps": 10.0, | |
| "video.height": 240, | |
| "video.width": 320, | |
| "video.channels": 3, | |
| "video.codec": "h264", | |
| "video.pix_fmt": "yuv420p", | |
| "video.is_depth_map": false, | |
| "has_audio": false | |
| } | |
| } | |
| } | |
| } |