{ | |
"codebase_version": "v2.1", | |
"robot_type": "widowx", | |
"total_episodes": 40, | |
"total_frames": 2463, | |
"total_tasks": 4, | |
"total_videos": 40, | |
"total_chunks": 1, | |
"chunks_size": 1000, | |
"fps": 10, | |
"splits": { | |
"train": "0:40" | |
}, | |
"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.state": { | |
"dtype": "float32", | |
"shape": [ | |
7 | |
], | |
"names": [ | |
"x", | |
"y", | |
"z", | |
"x_angle", | |
"y_angle", | |
"z_angle", | |
"gripper" | |
] | |
}, | |
"action": { | |
"dtype": "float32", | |
"shape": [ | |
7 | |
], | |
"names": [ | |
"x", | |
"y", | |
"z", | |
"x_angle", | |
"y_angle", | |
"z_angle", | |
"gripper" | |
] | |
}, | |
"observation.images.images0": { | |
"dtype": "video", | |
"shape": [ | |
3, | |
256, | |
256 | |
], | |
"names": [ | |
"channels", | |
"height", | |
"width" | |
], | |
"info": { | |
"video.height": 256, | |
"video.width": 256, | |
"video.codec": "av1", | |
"video.pix_fmt": "yuv420p", | |
"video.is_depth_map": false, | |
"video.fps": 10, | |
"video.channels": 3, | |
"has_audio": false | |
} | |
}, | |
"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 | |
} | |
} | |
} |