|
{ |
|
"codebase_version": "v2.0", |
|
"robot_type": "astra", |
|
"total_episodes": 2, |
|
"total_frames": 507, |
|
"total_tasks": 1, |
|
"total_videos": 6, |
|
"total_chunks": 1, |
|
"chunks_size": 1000, |
|
"fps": 30, |
|
"splits": { |
|
"train": "0:2" |
|
}, |
|
"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": { |
|
"action.arm_l": { |
|
"dtype": "float32", |
|
"shape": [ |
|
6 |
|
], |
|
"names": [ |
|
0, |
|
1, |
|
2, |
|
3, |
|
4, |
|
5 |
|
] |
|
}, |
|
"action.gripper_l": { |
|
"dtype": "float32", |
|
"shape": [ |
|
1 |
|
], |
|
"names": [ |
|
0 |
|
] |
|
}, |
|
"action.arm_r": { |
|
"dtype": "float32", |
|
"shape": [ |
|
6 |
|
], |
|
"names": [ |
|
0, |
|
1, |
|
2, |
|
3, |
|
4, |
|
5 |
|
] |
|
}, |
|
"action.gripper_r": { |
|
"dtype": "float32", |
|
"shape": [ |
|
1 |
|
], |
|
"names": [ |
|
0 |
|
] |
|
}, |
|
"action.base": { |
|
"dtype": "float32", |
|
"shape": [ |
|
2 |
|
], |
|
"names": [ |
|
0, |
|
1, |
|
2, |
|
3, |
|
4, |
|
5 |
|
] |
|
}, |
|
"action.eef_l": { |
|
"dtype": "float32", |
|
"shape": [ |
|
7 |
|
], |
|
"names": [ |
|
0, |
|
1, |
|
2, |
|
3, |
|
4, |
|
5, |
|
6 |
|
] |
|
}, |
|
"action.eef_r": { |
|
"dtype": "float32", |
|
"shape": [ |
|
7 |
|
], |
|
"names": [ |
|
0, |
|
1, |
|
2, |
|
3, |
|
4, |
|
5, |
|
6 |
|
] |
|
}, |
|
"observation.state.arm_l": { |
|
"dtype": "float32", |
|
"shape": [ |
|
6 |
|
], |
|
"names": [ |
|
0, |
|
1, |
|
2, |
|
3, |
|
4, |
|
5 |
|
] |
|
}, |
|
"observation.state.gripper_l": { |
|
"dtype": "float32", |
|
"shape": [ |
|
1 |
|
], |
|
"names": [ |
|
0 |
|
] |
|
}, |
|
"observation.state.arm_r": { |
|
"dtype": "float32", |
|
"shape": [ |
|
6 |
|
], |
|
"names": [ |
|
0, |
|
1, |
|
2, |
|
3, |
|
4, |
|
5 |
|
] |
|
}, |
|
"observation.state.gripper_r": { |
|
"dtype": "float32", |
|
"shape": [ |
|
1 |
|
], |
|
"names": [ |
|
0 |
|
] |
|
}, |
|
"observation.state.base": { |
|
"dtype": "float32", |
|
"shape": [ |
|
2 |
|
], |
|
"names": [ |
|
0, |
|
1, |
|
2, |
|
3, |
|
4, |
|
5 |
|
] |
|
}, |
|
"observation.state.eef_l": { |
|
"dtype": "float32", |
|
"shape": [ |
|
7 |
|
], |
|
"names": [ |
|
0, |
|
1, |
|
2, |
|
3, |
|
4, |
|
5, |
|
6 |
|
] |
|
}, |
|
"observation.state.eef_r": { |
|
"dtype": "float32", |
|
"shape": [ |
|
7 |
|
], |
|
"names": [ |
|
0, |
|
1, |
|
2, |
|
3, |
|
4, |
|
5, |
|
6 |
|
] |
|
}, |
|
"observation.state.odom": { |
|
"dtype": "float32", |
|
"shape": [ |
|
7 |
|
], |
|
"names": [ |
|
0, |
|
1, |
|
2, |
|
3, |
|
4, |
|
5, |
|
6 |
|
] |
|
}, |
|
"observation.images.head": { |
|
"dtype": "video", |
|
"shape": [ |
|
360, |
|
640, |
|
3 |
|
], |
|
"names": [ |
|
"height", |
|
"width", |
|
"channels" |
|
], |
|
"info": { |
|
"video.fps": 30.0, |
|
"video.height": 360, |
|
"video.width": 640, |
|
"video.channels": 3, |
|
"video.codec": "av1", |
|
"video.pix_fmt": "yuv420p", |
|
"video.is_depth_map": false, |
|
"has_audio": false |
|
} |
|
}, |
|
"observation.images.wrist_left": { |
|
"dtype": "video", |
|
"shape": [ |
|
360, |
|
640, |
|
3 |
|
], |
|
"names": [ |
|
"height", |
|
"width", |
|
"channels" |
|
], |
|
"info": { |
|
"video.fps": 30.0, |
|
"video.height": 360, |
|
"video.width": 640, |
|
"video.channels": 3, |
|
"video.codec": "av1", |
|
"video.pix_fmt": "yuv420p", |
|
"video.is_depth_map": false, |
|
"has_audio": false |
|
} |
|
}, |
|
"observation.images.wrist_right": { |
|
"dtype": "video", |
|
"shape": [ |
|
360, |
|
640, |
|
3 |
|
], |
|
"names": [ |
|
"height", |
|
"width", |
|
"channels" |
|
], |
|
"info": { |
|
"video.fps": 30.0, |
|
"video.height": 360, |
|
"video.width": 640, |
|
"video.channels": 3, |
|
"video.codec": "av1", |
|
"video.pix_fmt": "yuv420p", |
|
"video.is_depth_map": false, |
|
"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 |
|
} |
|
} |
|
} |