--- license: apache-2.0 task_categories: - robotics tags: - LeRobot configs: - config_name: default data_files: data/*/*.parquet --- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot). ## Dataset Description - **Homepage:** [More Information Needed] - **Paper:** [More Information Needed] - **License:** apache-2.0 ## Dataset Structure [meta/info.json](meta/info.json): ```json { "codebase_version": "v2.1", "robot_type": "DualPanda", "total_episodes": 10, "total_frames": 5111, "total_tasks": 1, "total_videos": 0, "total_chunks": 1, "chunks_size": 1000, "fps": 50, "splits": { "train": "0:10" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path": null, "features": { "observation.joint": { "dtype": "float32", "shape": [ 16 ], "names": [ "l_robot/joint1", "l_robot/joint2", "l_robot/joint3", "l_robot/joint4", "l_robot/joint5", "l_robot/joint6", "l_robot/joint7", "l_robot/right_driver_joint", "l_robot/right_coupler_joint", "l_robot/right_spring_link_joint", "l_robot/right_follower_joint", "l_robot/left_driver_joint", "l_robot/left_coupler_joint", "l_robot/left_spring_link_joint", "l_robot/left_follower_joint", "r_robot/joint1", "r_robot/joint2", "r_robot/joint3", "r_robot/joint4", "r_robot/joint5", "r_robot/joint6", "r_robot/joint7", "r_robot/right_driver_joint", "r_robot/right_coupler_joint", "r_robot/right_spring_link_joint", "r_robot/right_follower_joint", "r_robot/left_driver_joint", "r_robot/left_coupler_joint", "r_robot/left_spring_link_joint", "r_robot/left_follower_joint" ] }, "observation.state": { "dtype": "float32", "shape": [ 30 ], "names": [ "l_robot/joint1", "l_robot/joint2", "l_robot/joint3", "l_robot/joint4", "l_robot/joint5", "l_robot/joint6", "l_robot/joint7", "l_robot/right_driver_joint", "l_robot/right_coupler_joint", "l_robot/right_spring_link_joint", "l_robot/right_follower_joint", "l_robot/left_driver_joint", "l_robot/left_coupler_joint", "l_robot/left_spring_link_joint", "l_robot/left_follower_joint", "r_robot/joint1", "r_robot/joint2", "r_robot/joint3", "r_robot/joint4", "r_robot/joint5", "r_robot/joint6", "r_robot/joint7", "r_robot/right_driver_joint", "r_robot/right_coupler_joint", "r_robot/right_spring_link_joint", "r_robot/right_follower_joint", "r_robot/left_driver_joint", "r_robot/left_coupler_joint", "r_robot/left_spring_link_joint", "r_robot/left_follower_joint" ] }, "observation.environment_state": { "dtype": "float32", "shape": [ 14 ], "names": [ "mug_with_tag_px", "mug_with_tag_py", "mug_with_tag_pz", "mug_with_tag_qw", "mug_with_tag_qx", "mug_with_tag_qy", "mug_with_tag_qz", "mugtree_with_tag_px", "mugtree_with_tag_py", "mugtree_with_tag_pz", "mugtree_with_tag_qw", "mugtree_with_tag_qx", "mugtree_with_tag_qy", "mugtree_with_tag_qz" ] }, "observation.environment.block_xy": { "dtype": "float32", "shape": [ 2 ], "names": [ "block_x", "block_y" ] }, "observation.right_arm.joint": { "dtype": "float32", "shape": [ 7 ] }, "observation.right.joint": { "dtype": "float32", "shape": [ 8 ] }, "observation.left_arm.joint": { "dtype": "float32", "shape": [ 7 ] }, "observation.qvel": { "dtype": "float32", "shape": [ 30 ], "names": [ "l_robot/joint1", "l_robot/joint2", "l_robot/joint3", "l_robot/joint4", "l_robot/joint5", "l_robot/joint6", "l_robot/joint7", "l_robot/right_driver_joint", "l_robot/right_coupler_joint", "l_robot/right_spring_link_joint", "l_robot/right_follower_joint", "l_robot/left_driver_joint", "l_robot/left_coupler_joint", "l_robot/left_spring_link_joint", "l_robot/left_follower_joint", "r_robot/joint1", "r_robot/joint2", "r_robot/joint3", "r_robot/joint4", "r_robot/joint5", "r_robot/joint6", "r_robot/joint7", "r_robot/right_driver_joint", "r_robot/right_coupler_joint", "r_robot/right_spring_link_joint", "r_robot/right_follower_joint", "r_robot/left_driver_joint", "r_robot/left_coupler_joint", "r_robot/left_spring_link_joint", "r_robot/left_follower_joint" ] }, "observation.env_qvel": { "dtype": "float32", "shape": [ 12 ], "names": [ "mug_with_tag_vx", "mug_with_tag_vy", "mug_with_tag_vz", "mug_with_tag_wx", "mug_with_tag_wy", "mug_with_tag_wz", "mugtree_with_tag_vx", "mugtree_with_tag_vy", "mugtree_with_tag_vz", "mugtree_with_tag_wx", "mugtree_with_tag_wy", "mugtree_with_tag_wz" ] }, "observation.ee_pose": { "dtype": "float32", "shape": [ 16 ], "names": [ "l_robot/hand_x", "l_robot/hand_y", "l_robot/hand_z", "l_robot/hand_qw", "l_robot/hand_qx", "l_robot/hand_qy", "l_robot/hand_qz", "l_robot/gripper", "r_robot/hand_x", "r_robot/hand_y", "r_robot/hand_z", "r_robot/hand_qw", "r_robot/hand_qx", "r_robot/hand_qy", "r_robot/hand_qz", "r_robot/gripper" ] }, "action.ctrl": { "dtype": "float32", "shape": [ 16 ], "names": [ "l_robot/actuator1", "l_robot/actuator2", "l_robot/actuator3", "l_robot/actuator4", "l_robot/actuator5", "l_robot/actuator6", "l_robot/actuator7", "l_robot/fingers_actuator", "r_robot/actuator1", "r_robot/actuator2", "r_robot/actuator3", "r_robot/actuator4", "r_robot/actuator5", "r_robot/actuator6", "r_robot/actuator7", "r_robot/fingers_actuator" ] }, "action.joint": { "dtype": "float32", "shape": [ 16 ], "names": [ "l_robot/actuator1", "l_robot/actuator2", "l_robot/actuator3", "l_robot/actuator4", "l_robot/actuator5", "l_robot/actuator6", "l_robot/actuator7", "l_robot/fingers_actuator", "r_robot/actuator1", "r_robot/actuator2", "r_robot/actuator3", "r_robot/actuator4", "r_robot/actuator5", "r_robot/actuator6", "r_robot/actuator7", "r_robot/fingers_actuator" ] }, "action.ee_pose": { "dtype": "float32", "shape": [ 16 ], "names": [ "l_robot/hand_x", "l_robot/hand_y", "l_robot/hand_z", "l_robot/hand_qw", "l_robot/hand_qx", "l_robot/hand_qy", "l_robot/hand_qz", "l_robot/gripper", "r_robot/hand_x", "r_robot/hand_y", "r_robot/hand_z", "r_robot/hand_qw", "r_robot/hand_qx", "r_robot/hand_qy", "r_robot/hand_qz", "r_robot/gripper" ] }, "action.right_arm.joint": { "dtype": "float32", "shape": [ 7 ] }, "action.right.joint": { "dtype": "float32", "shape": [ 8 ] }, "action.left_arm.joint": { "dtype": "float32", "shape": [ 7 ] }, "action.right_arm.joint.relative": { "dtype": "float32", "shape": [ 7 ] }, "action.left_arm.joint.relative": { "dtype": "float32", "shape": [ 7 ] }, "action.joint.relative": { "dtype": "float32", "shape": [ 16 ] }, "timestamp": { "dtype": "float32", "shape": [ 1 ], "names": null }, "episode_index": { "dtype": "int64", "shape": [ 1 ], "names": null }, "frame_index": { "dtype": "int64", "shape": [ 1 ], "names": null }, "index": { "dtype": "int64", "shape": [ 1 ], "names": null }, "task_index": { "dtype": "int64", "shape": [ 1 ], "names": null }, "observation.environment.mug_with_tag.tag.x": { "dtype": "float32", "shape": [ 1 ], "names": [ "x" ] }, "observation.environment.mug_with_tag.tag.y": { "dtype": "float32", "shape": [ 1 ], "names": [ "y" ] }, "observation.environment.mug_with_tag.tag.z": { "dtype": "float32", "shape": [ 1 ], "names": [ "z" ] }, "observation.environment.mug_with_tag.tag.xy": { "dtype": "float32", "shape": [ 2 ], "names": [ "xy" ] }, "observation.environment.mug_with_tag.tag.xyz": { "dtype": "float32", "shape": [ 3 ], "names": [ "xyz" ] }, "observation.environment.mug_with_tag.tag.quat": { "dtype": "float32", "shape": [ 4 ], "names": [ "quat" ] }, "observation.environment.mug_with_tag.tag.euler": { "dtype": "float32", "shape": [ 3 ], "names": [ "euler" ] }, "observation.environment.mug_with_tag.tag.posquat": { "dtype": "float32", "shape": [ 7 ], "names": [ "posquat" ] }, "observation.environment.mug_with_tag.tag.xaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "xaxis" ] }, "observation.environment.mug_with_tag.tag.yaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "yaxis" ] }, "observation.environment.mug_with_tag.tag.zaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "zaxis" ] }, "observation.environment.mug_with_tag.tag.mat": { "dtype": "float32", "shape": [ 3, 3 ], "names": [ "mat" ] }, "observation.environment.mug_with_tag.tag.full_mat": { "dtype": "float32", "shape": [ 16 ], "names": [ "full_mat" ] }, "observation.environment.mug_with_tag.tag.reduced_mat": { "dtype": "float32", "shape": [ 12 ], "names": [ "reduced_mat" ] }, "observation.environment.mugtree_with_tag.tag.x": { "dtype": "float32", "shape": [ 1 ], "names": [ "x" ] }, "observation.environment.mugtree_with_tag.tag.y": { "dtype": "float32", "shape": [ 1 ], "names": [ "y" ] }, "observation.environment.mugtree_with_tag.tag.z": { "dtype": "float32", "shape": [ 1 ], "names": [ "z" ] }, "observation.environment.mugtree_with_tag.tag.xy": { "dtype": "float32", "shape": [ 2 ], "names": [ "xy" ] }, "observation.environment.mugtree_with_tag.tag.xyz": { "dtype": "float32", "shape": [ 3 ], "names": [ "xyz" ] }, "observation.environment.mugtree_with_tag.tag.quat": { "dtype": "float32", "shape": [ 4 ], "names": [ "quat" ] }, "observation.environment.mugtree_with_tag.tag.euler": { "dtype": "float32", "shape": [ 3 ], "names": [ "euler" ] }, "observation.environment.mugtree_with_tag.tag.posquat": { "dtype": "float32", "shape": [ 7 ], "names": [ "posquat" ] }, "observation.environment.mugtree_with_tag.tag.xaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "xaxis" ] }, "observation.environment.mugtree_with_tag.tag.yaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "yaxis" ] }, "observation.environment.mugtree_with_tag.tag.zaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "zaxis" ] }, "observation.environment.mugtree_with_tag.tag.mat": { "dtype": "float32", "shape": [ 3, 3 ], "names": [ "mat" ] }, "observation.environment.mugtree_with_tag.tag.full_mat": { "dtype": "float32", "shape": [ 16 ], "names": [ "full_mat" ] }, "observation.environment.mugtree_with_tag.tag.reduced_mat": { "dtype": "float32", "shape": [ 12 ], "names": [ "reduced_mat" ] }, "observation.environment.mug_with_tag.grasp.x": { "dtype": "float32", "shape": [ 1 ], "names": [ "x" ] }, "observation.environment.mug_with_tag.grasp.y": { "dtype": "float32", "shape": [ 1 ], "names": [ "y" ] }, "observation.environment.mug_with_tag.grasp.z": { "dtype": "float32", "shape": [ 1 ], "names": [ "z" ] }, "observation.environment.mug_with_tag.grasp.xy": { "dtype": "float32", "shape": [ 2 ], "names": [ "xy" ] }, "observation.environment.mug_with_tag.grasp.xyz": { "dtype": "float32", "shape": [ 3 ], "names": [ "xyz" ] }, "observation.environment.mug_with_tag.grasp.quat": { "dtype": "float32", "shape": [ 4 ], "names": [ "quat" ] }, "observation.environment.mug_with_tag.grasp.euler": { "dtype": "float32", "shape": [ 3 ], "names": [ "euler" ] }, "observation.environment.mug_with_tag.grasp.posquat": { "dtype": "float32", "shape": [ 7 ], "names": [ "posquat" ] }, "observation.environment.mug_with_tag.grasp.xaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "xaxis" ] }, "observation.environment.mug_with_tag.grasp.yaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "yaxis" ] }, "observation.environment.mug_with_tag.grasp.zaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "zaxis" ] }, "observation.environment.mug_with_tag.grasp.mat": { "dtype": "float32", "shape": [ 3, 3 ], "names": [ "mat" ] }, "observation.environment.mug_with_tag.grasp.full_mat": { "dtype": "float32", "shape": [ 16 ], "names": [ "full_mat" ] }, "observation.environment.mug_with_tag.grasp.reduced_mat": { "dtype": "float32", "shape": [ 12 ], "names": [ "reduced_mat" ] }, "observation.environment.mugtree_with_tag.tree1.x": { "dtype": "float32", "shape": [ 1 ], "names": [ "x" ] }, "observation.environment.mugtree_with_tag.tree1.y": { "dtype": "float32", "shape": [ 1 ], "names": [ "y" ] }, "observation.environment.mugtree_with_tag.tree1.z": { "dtype": "float32", "shape": [ 1 ], "names": [ "z" ] }, "observation.environment.mugtree_with_tag.tree1.xy": { "dtype": "float32", "shape": [ 2 ], "names": [ "xy" ] }, "observation.environment.mugtree_with_tag.tree1.xyz": { "dtype": "float32", "shape": [ 3 ], "names": [ "xyz" ] }, "observation.environment.mugtree_with_tag.tree1.quat": { "dtype": "float32", "shape": [ 4 ], "names": [ "quat" ] }, "observation.environment.mugtree_with_tag.tree1.euler": { "dtype": "float32", "shape": [ 3 ], "names": [ "euler" ] }, "observation.environment.mugtree_with_tag.tree1.posquat": { "dtype": "float32", "shape": [ 7 ], "names": [ "posquat" ] }, "observation.environment.mugtree_with_tag.tree1.xaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "xaxis" ] }, "observation.environment.mugtree_with_tag.tree1.yaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "yaxis" ] }, "observation.environment.mugtree_with_tag.tree1.zaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "zaxis" ] }, "observation.environment.mugtree_with_tag.tree1.mat": { "dtype": "float32", "shape": [ 3, 3 ], "names": [ "mat" ] }, "observation.environment.mugtree_with_tag.tree1.full_mat": { "dtype": "float32", "shape": [ 16 ], "names": [ "full_mat" ] }, "observation.environment.mugtree_with_tag.tree1.reduced_mat": { "dtype": "float32", "shape": [ 12 ], "names": [ "reduced_mat" ] }, "observation.environment.mugtree_with_tag.tree2.x": { "dtype": "float32", "shape": [ 1 ], "names": [ "x" ] }, "observation.environment.mugtree_with_tag.tree2.y": { "dtype": "float32", "shape": [ 1 ], "names": [ "y" ] }, "observation.environment.mugtree_with_tag.tree2.z": { "dtype": "float32", "shape": [ 1 ], "names": [ "z" ] }, "observation.environment.mugtree_with_tag.tree2.xy": { "dtype": "float32", "shape": [ 2 ], "names": [ "xy" ] }, "observation.environment.mugtree_with_tag.tree2.xyz": { "dtype": "float32", "shape": [ 3 ], "names": [ "xyz" ] }, "observation.environment.mugtree_with_tag.tree2.quat": { "dtype": "float32", "shape": [ 4 ], "names": [ "quat" ] }, "observation.environment.mugtree_with_tag.tree2.euler": { "dtype": "float32", "shape": [ 3 ], "names": [ "euler" ] }, "observation.environment.mugtree_with_tag.tree2.posquat": { "dtype": "float32", "shape": [ 7 ], "names": [ "posquat" ] }, "observation.environment.mugtree_with_tag.tree2.xaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "xaxis" ] }, "observation.environment.mugtree_with_tag.tree2.yaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "yaxis" ] }, "observation.environment.mugtree_with_tag.tree2.zaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "zaxis" ] }, "observation.environment.mugtree_with_tag.tree2.mat": { "dtype": "float32", "shape": [ 3, 3 ], "names": [ "mat" ] }, "observation.environment.mugtree_with_tag.tree2.full_mat": { "dtype": "float32", "shape": [ 16 ], "names": [ "full_mat" ] }, "observation.environment.mugtree_with_tag.tree2.reduced_mat": { "dtype": "float32", "shape": [ 12 ], "names": [ "reduced_mat" ] }, "observation.environment.mugtree_with_tag.tree3.x": { "dtype": "float32", "shape": [ 1 ], "names": [ "x" ] }, "observation.environment.mugtree_with_tag.tree3.y": { "dtype": "float32", "shape": [ 1 ], "names": [ "y" ] }, "observation.environment.mugtree_with_tag.tree3.z": { "dtype": "float32", "shape": [ 1 ], "names": [ "z" ] }, "observation.environment.mugtree_with_tag.tree3.xy": { "dtype": "float32", "shape": [ 2 ], "names": [ "xy" ] }, "observation.environment.mugtree_with_tag.tree3.xyz": { "dtype": "float32", "shape": [ 3 ], "names": [ "xyz" ] }, "observation.environment.mugtree_with_tag.tree3.quat": { "dtype": "float32", "shape": [ 4 ], "names": [ "quat" ] }, "observation.environment.mugtree_with_tag.tree3.euler": { "dtype": "float32", "shape": [ 3 ], "names": [ "euler" ] }, "observation.environment.mugtree_with_tag.tree3.posquat": { "dtype": "float32", "shape": [ 7 ], "names": [ "posquat" ] }, "observation.environment.mugtree_with_tag.tree3.xaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "xaxis" ] }, "observation.environment.mugtree_with_tag.tree3.yaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "yaxis" ] }, "observation.environment.mugtree_with_tag.tree3.zaxis": { "dtype": "float32", "shape": [ 3 ], "names": [ "zaxis" ] }, "observation.environment.mugtree_with_tag.tree3.mat": { "dtype": "float32", "shape": [ 3, 3 ], "names": [ "mat" ] }, "observation.environment.mugtree_with_tag.tree3.full_mat": { "dtype": "float32", "shape": [ 16 ], "names": [ "full_mat" ] }, "observation.environment.mugtree_with_tag.tree3.reduced_mat": { "dtype": "float32", "shape": [ 12 ], "names": [ "reduced_mat" ] } } } ``` ## Citation **BibTeX:** ```bibtex [More Information Needed] ```