--- license: apache-2.0 task_categories: - robotics tags: - LeRobot - robotics - mimicgen - coffee_d0 - holder-jitter - sigma-0.05 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": "v3.0", "fps": 20, "features": { "action": { "dtype": "float32", "shape": [ 7 ], "names": { "axes": [ "delta_x", "delta_y", "delta_z", "delta_rx", "delta_ry", "delta_rz", "gripper" ] } }, "observation.state": { "dtype": "float32", "shape": [ 66 ], "names": { "axes": [ "eef_x", "eef_y", "eef_z", "eef_qx", "eef_qy", "eef_qz", "eef_qw", "gripper_left", "gripper_right", "object_0", "object_1", "object_2", "object_3", "object_4", "object_5", "object_6", "object_7", "object_8", "object_9", "object_10", "object_11", "object_12", "object_13", "object_14", "object_15", "object_16", "object_17", "object_18", "object_19", "object_20", "object_21", "object_22", "object_23", "object_24", "object_25", "object_26", "object_27", "object_28", "object_29", "object_30", "object_31", "object_32", "object_33", "object_34", "object_35", "object_36", "object_37", "object_38", "object_39", "object_40", "object_41", "object_42", "object_43", "object_44", "object_45", "object_46", "object_47", "object_48", "object_49", "object_50", "object_51", "object_52", "object_53", "object_54", "object_55", "object_56" ] } }, "observation.sim_state": { "dtype": "float32", "shape": [ 47 ], "names": null }, "reward": { "dtype": "float32", "shape": [ 1 ], "names": null }, "done": { "dtype": "bool", "shape": [ 1 ], "names": null }, "success": { "dtype": "bool", "shape": [ 1 ], "names": null }, "is_first": { "dtype": "bool", "shape": [ 1 ], "names": null }, "is_last": { "dtype": "bool", "shape": [ 1 ], "names": null }, "is_terminal": { "dtype": "bool", "shape": [ 1 ], "names": null }, "source_demo_index": { "dtype": "int64", "shape": [ 1 ], "names": null }, "observation.images.agentview": { "dtype": "video", "shape": [ 224, 224, 3 ], "names": [ "height", "width", "channels" ], "info": { "video.height": 224, "video.width": 224, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.fps": 20, "video.channels": 3, "has_audio": false, "video.g": 2, "video.crf": 30, "video.preset": 12, "video.fast_decode": 0, "video.video_backend": "pyav", "video.extra_options": {}, "is_depth_map": false } }, "observation.images.eye_in_hand": { "dtype": "video", "shape": [ 224, 224, 3 ], "names": [ "height", "width", "channels" ], "info": { "video.height": 224, "video.width": 224, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.fps": 20, "video.channels": 3, "has_audio": false, "video.g": 2, "video.crf": 30, "video.preset": 12, "video.fast_decode": 0, "video.video_backend": "pyav", "video.extra_options": {}, "is_depth_map": false } }, "observation.object": { "dtype": "float32", "shape": [ 57 ], "names": null }, "observation.robot0_eef_pos": { "dtype": "float32", "shape": [ 3 ], "names": null }, "observation.robot0_eef_pos_rel_pod": { "dtype": "float32", "shape": [ 3 ], "names": null }, "observation.robot0_eef_pos_rel_pod_holder": { "dtype": "float32", "shape": [ 3 ], "names": null }, "observation.robot0_eef_quat": { "dtype": "float32", "shape": [ 4 ], "names": null }, "observation.robot0_eef_quat_rel_pod": { "dtype": "float32", "shape": [ 4 ], "names": null }, "observation.robot0_eef_quat_rel_pod_holder": { "dtype": "float32", "shape": [ 4 ], "names": null }, "observation.robot0_eef_vel_ang": { "dtype": "float32", "shape": [ 3 ], "names": null }, "observation.robot0_eef_vel_lin": { "dtype": "float32", "shape": [ 3 ], "names": null }, "observation.robot0_gripper_qpos": { "dtype": "float32", "shape": [ 2 ], "names": null }, "observation.robot0_gripper_qvel": { "dtype": "float32", "shape": [ 2 ], "names": null }, "observation.robot0_joint_pos": { "dtype": "float32", "shape": [ 7 ], "names": null }, "observation.robot0_joint_pos_cos": { "dtype": "float32", "shape": [ 7 ], "names": null }, "observation.robot0_joint_pos_sin": { "dtype": "float32", "shape": [ 7 ], "names": null }, "observation.robot0_joint_vel": { "dtype": "float32", "shape": [ 7 ], "names": null }, "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 } }, "total_episodes": 100, "total_frames": 40000, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 200, "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", "robot_type": "Panda", "splits": { "train": "0:100" } } ``` ## Citation **BibTeX:** ```bibtex [More Information Needed] ```