johnMinelli's picture
Upload folder using huggingface_hub
d2935c7 verified
{
"codebase_version": "v2.0",
"robot_type": "panda",
"total_episodes": 1000,
"total_frames": 16870,
"total_tasks": 1,
"total_videos": 2000,
"total_chunks": 1,
"chunks_size": 1000,
"fps": 20,
"splits": {
"train": "0:1000"
},
"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",
"video_keys": [
"observation.images.base_camera",
"observation.images.hand_camera"
],
"features": {
"episode_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"frame_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"timestamp": {
"dtype": "float32",
"shape": [
1
],
"names": null
},
"action": {
"dtype": "float32",
"shape": [
8
],
"names": {
"motors": [
"delta_joint_0",
"delta_joint_1",
"delta_joint_2",
"delta_joint_3",
"delta_joint_4",
"delta_joint_5",
"delta_joint_6",
"gripper"
]
}
},
"next.done": {
"dtype": "bool",
"shape": [
1
],
"names": null
},
"task_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"observation.state": {
"dtype": "float32",
"shape": [
48
],
"names": [
"robot_panda_joint1_pos",
"robot_panda_joint2_pos",
"robot_panda_joint3_pos",
"robot_panda_joint4_pos",
"robot_panda_joint5_pos",
"robot_panda_joint6_pos",
"robot_panda_joint7_pos",
"robot_gripper_finger_1_p",
"robot_gripper_finger_2_p",
"robot_panda_joint1_vel",
"robot_panda_joint2_vel",
"robot_panda_joint3_vel",
"robot_panda_joint4_vel",
"robot_panda_joint5_vel",
"robot_panda_joint6_vel",
"robot_panda_joint7_vel",
"robot_gripper_finger_1_v",
"robot_gripper_finger_2_v",
"tcp_pos_x",
"tcp_pos_y",
"tcp_pos_z",
"tcp_quat_x",
"tcp_quat_y",
"tcp_quat_z",
"tcp_quat_w",
"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",
"tcp_to_cubeA_pos_x",
"tcp_to_cubeA_pos_y",
"tcp_to_cubeA_pos_z",
"tcp_to_cubeB_pos_x",
"tcp_to_cubeB_pos_y",
"tcp_to_cubeB_pos_z",
"cubeA_to_cubeB_pos_x",
"cubeA_to_cubeB_pos_y",
"cubeA_to_cubeB_pos_z"
]
},
"terminated": {
"dtype": "bool",
"shape": [
1
],
"names": null
},
"truncated": {
"dtype": "bool",
"shape": [
1
],
"names": null
},
"success": {
"dtype": "bool",
"shape": [
1
],
"names": null
},
"reward": {
"dtype": "float32",
"shape": [
1
],
"names": null
},
"expert_mask": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"observation.images.base_camera": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channel"
],
"video_info": {
"video.fps": 20.0,
"video.codec": "libx264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"has_audio": false
}
},
"observation.images.hand_camera": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channel"
],
"video_info": {
"video.fps": 20.0,
"video.codec": "libx264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"has_audio": false
}
}
},
"encoding": {
"pil_kwargs": {
"format": "png",
"quality": 100
},
"video_kwargs": {
"vcodec": "libx264",
"pix_fmt": "yuv420p",
"g": 2,
"crf": 18
}
}
}