{ "codebase_version": "v3.0", "robot_type": null, "total_episodes": 500, "total_frames": 14000, "total_tasks": 1, "chunks_size": 10000, "data_files_size_in_mb": 10000, "video_files_size_in_mb": 20000, "fps": 30, "splits": { "train": "0:500" }, "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": { "reward": { "dtype": "float32", "shape": [ 1 ] }, "done": { "dtype": "bool", "shape": [ 1 ] }, "observation.images.front_rgb": { "dtype": "video", "shape": [ 256, 256, 3 ], "names": [ "height", "width", "channels" ], "info": { "video.height": 256, "video.width": 256, "video.channels": 3 } }, "observation.images.wrist_rgb": { "dtype": "video", "shape": [ 256, 256, 3 ], "names": [ "height", "width", "channels" ], "info": { "video.height": 256, "video.width": 256, "video.channels": 3 } }, "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 } } }