| { | |
| "codebase_version": "v3.0", | |
| "robot_type": "dual_arm_robot", | |
| "total_episodes": 1, | |
| "total_frames": 100, | |
| "total_tasks": 1, | |
| "total_videos": 1, | |
| "total_chunks": 1, | |
| "chunks_size": 1000, | |
| "fps": 30.0, | |
| "splits": { | |
| "train": "0:1" | |
| }, | |
| "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", | |
| "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4", | |
| "features": { | |
| "observation.image": { | |
| "dtype": "video", | |
| "shape": [ | |
| 256, | |
| 256, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channel" | |
| ], | |
| "video_info": { | |
| "video.fps": 30.0, | |
| "video.codec": "mp4v", | |
| "video.pix_fmt": "yuv420p", | |
| "video.is_depth_map": false, | |
| "has_audio": false | |
| } | |
| }, | |
| "observation.state": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 14 | |
| ], | |
| "names": null | |
| }, | |
| "action": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 14 | |
| ], | |
| "names": null | |
| }, | |
| "episode_index": { | |
| "dtype": "int64", | |
| "shape": [], | |
| "names": null | |
| }, | |
| "frame_index": { | |
| "dtype": "int64", | |
| "shape": [], | |
| "names": null | |
| }, | |
| "timestamp": { | |
| "dtype": "float32", | |
| "shape": [], | |
| "names": null | |
| }, | |
| "next.reward": { | |
| "dtype": "float32", | |
| "shape": [], | |
| "names": null | |
| }, | |
| "next.done": { | |
| "dtype": "bool", | |
| "shape": [], | |
| "names": null | |
| }, | |
| "next.success": { | |
| "dtype": "bool", | |
| "shape": [], | |
| "names": null | |
| }, | |
| "index": { | |
| "dtype": "int64", | |
| "shape": [], | |
| "names": null | |
| }, | |
| "task_index": { | |
| "dtype": "int64", | |
| "shape": [], | |
| "names": null | |
| } | |
| }, | |
| "data_files_size_in_mb": 1, | |
| "video_files_size_in_mb": 5 | |
| } |