{ | |
"codebase_version": "v2.0", | |
"robot_type": null, | |
"total_episodes": 3, | |
"total_frames": 741, | |
"total_tasks": 1, | |
"total_videos": 6, | |
"total_chunks": 1, | |
"chunks_size": 1000, | |
"fps": 30, | |
"splits": { | |
"train": "0:3" | |
}, | |
"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 | |
}, | |
"observation.image.image_front": { | |
"dtype": "video", | |
"names": [ | |
"channel", | |
"height", | |
"width" | |
], | |
"shape": [ | |
120, | |
120, | |
3 | |
], | |
"info": { | |
"video.fps": 30.0, | |
"video.height": 120, | |
"video.width": 120, | |
"video.channels": 3, | |
"video.codec": "av1", | |
"video.pix_fmt": "yuv420p", | |
"video.is_depth_map": false, | |
"has_audio": false | |
} | |
}, | |
"observation.image.image_top": { | |
"dtype": "video", | |
"names": [ | |
"channel", | |
"height", | |
"width" | |
], | |
"shape": [ | |
120, | |
120, | |
3 | |
], | |
"info": { | |
"video.fps": 30.0, | |
"video.height": 120, | |
"video.width": 120, | |
"video.channels": 3, | |
"video.codec": "av1", | |
"video.pix_fmt": "yuv420p", | |
"video.is_depth_map": false, | |
"has_audio": false | |
} | |
}, | |
"observation.state": { | |
"dtype": "float32", | |
"names": null, | |
"shape": [ | |
6 | |
] | |
}, | |
"observation.velocity": { | |
"dtype": "float32", | |
"names": null, | |
"shape": [ | |
6 | |
] | |
}, | |
"action": { | |
"dtype": "float32", | |
"shape": [ | |
6 | |
], | |
"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 | |
} | |
} | |
} |