Datasets:
| { | |
| "codebase_version": "v3.0", | |
| "robot_type": "rc_car", | |
| "fps": 30, | |
| "total_episodes": 24, | |
| "total_frames": 65717, | |
| "total_tasks": 1, | |
| "chunks_size": 1000, | |
| "data_files_size_in_mb": 0, | |
| "video_files_size_in_mb": 0, | |
| "splits": { | |
| "train": "0:24" | |
| }, | |
| "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.images.camera": { | |
| "dtype": "video", | |
| "shape": [ | |
| 180, | |
| 320, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ], | |
| "info": { | |
| "codec": "libx264", | |
| "pix_fmt": "yuv420p", | |
| "is_depth_map": false | |
| } | |
| }, | |
| "observation.state": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 6 | |
| ], | |
| "names": [ | |
| "forward", | |
| "backward", | |
| "left", | |
| "right", | |
| "speed", | |
| "brake" | |
| ] | |
| }, | |
| "action": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 6 | |
| ], | |
| "names": [ | |
| "forward", | |
| "backward", | |
| "left", | |
| "right", | |
| "speed", | |
| "brake" | |
| ] | |
| }, | |
| "timestamp": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 1 | |
| ] | |
| }, | |
| "frame_index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ] | |
| }, | |
| "episode_index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ] | |
| }, | |
| "index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ] | |
| }, | |
| "task_index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ] | |
| } | |
| } | |
| } |