ankile's picture
Upload folder using huggingface_hub
3b237c0 verified
{
"codebase_version": "v3.0",
"robot_type": "panda",
"total_episodes": 100,
"total_frames": 25570,
"total_tasks": 1,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 500,
"fps": 20,
"splits": {
"train": "0:100"
},
"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.state": {
"dtype": "float32",
"shape": [
9
],
"names": [
"eef_pos_x",
"eef_pos_y",
"eef_pos_z",
"eef_quat_x",
"eef_quat_y",
"eef_quat_z",
"eef_quat_w",
"gripper_qpos_left",
"gripper_qpos_right"
]
},
"observation.environment_state": {
"dtype": "float32",
"shape": [
39
],
"names": [
"cubeA_pos_x",
"cubeA_pos_y",
"cubeA_pos_z",
"cubeA_quat_x",
"cubeA_quat_y",
"cubeA_quat_z",
"cubeA_quat_w",
"cubeB_pos_x",
"cubeB_pos_y",
"cubeB_pos_z",
"cubeB_quat_x",
"cubeB_quat_y",
"cubeB_quat_z",
"cubeB_quat_w",
"cubeA_to_cubeB_x",
"cubeA_to_cubeB_y",
"cubeA_to_cubeB_z",
"gripper_to_cubeA_x",
"gripper_to_cubeA_y",
"gripper_to_cubeA_z",
"gripper_to_cubeB_x",
"gripper_to_cubeB_y",
"gripper_to_cubeB_z",
"cubeC_pos_x",
"cubeC_pos_y",
"cubeC_pos_z",
"cubeC_quat_x",
"cubeC_quat_y",
"cubeC_quat_z",
"cubeC_quat_w",
"gripper_to_cubeC_x",
"gripper_to_cubeC_y",
"gripper_to_cubeC_z",
"cubeA_to_cubeC_x",
"cubeA_to_cubeC_y",
"cubeA_to_cubeC_z",
"cubeB_to_cubeC_x",
"cubeB_to_cubeC_y",
"cubeB_to_cubeC_z"
]
},
"action": {
"dtype": "float32",
"shape": [
7
],
"names": [
"delta_eef_pos_x",
"delta_eef_pos_y",
"delta_eef_pos_z",
"delta_eef_rot_x",
"delta_eef_rot_y",
"delta_eef_rot_z",
"gripper_action"
]
},
"steps_to_go": {
"dtype": "int64",
"shape": [
1
],
"names": [
"steps_to_go"
]
},
"source": {
"dtype": "int64",
"shape": [
1
],
"names": [
"source_id"
]
},
"success": {
"dtype": "int64",
"shape": [
1
],
"names": [
"success_flag"
]
},
"is_valid": {
"dtype": "int64",
"shape": [
1
],
"names": [
"is_valid_flag"
]
},
"reward": {
"dtype": "float32",
"shape": [
1
],
"names": [
"reward"
]
},
"done": {
"dtype": "int64",
"shape": [
1
],
"names": [
"done_flag"
]
},
"observation.images.agentview": {
"dtype": "video",
"shape": [
84,
84,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 84,
"video.width": 84,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 20,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.robot0_eye_in_hand": {
"dtype": "video",
"shape": [
84,
84,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 84,
"video.width": 84,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 20,
"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
}
}
}