Nick147258369/am2_bi_test
收藏资源简介:
--- 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). <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Nick147258369/am2_bi_test"> <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/> <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/> </a> ## 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": 30, "features": { "action": { "dtype": "float32", "shape": [ 18 ], "names": [ "arm_left_shoulder_pan.pos", "arm_left_shoulder_lift.pos", "arm_left_elbow_flex.pos", "arm_left_wrist_flex.pos", "arm_left_wrist_yaw.pos", "arm_left_wrist_roll.pos", "arm_left_gripper.pos", "arm_right_shoulder_pan.pos", "arm_right_shoulder_lift.pos", "arm_right_elbow_flex.pos", "arm_right_wrist_flex.pos", "arm_right_wrist_yaw.pos", "arm_right_wrist_roll.pos", "arm_right_gripper.pos", "x.vel", "y.vel", "theta.vel", "lift_axis.height_mm" ] }, "observation.state": { "dtype": "float32", "shape": [ 18 ], "names": [ "arm_left_shoulder_pan.pos", "arm_left_shoulder_lift.pos", "arm_left_elbow_flex.pos", "arm_left_wrist_flex.pos", "arm_left_wrist_yaw.pos", "arm_left_wrist_roll.pos", "arm_left_gripper.pos", "arm_right_shoulder_pan.pos", "arm_right_shoulder_lift.pos", "arm_right_elbow_flex.pos", "arm_right_wrist_flex.pos", "arm_right_wrist_yaw.pos", "arm_right_wrist_roll.pos", "arm_right_gripper.pos", "x.vel", "y.vel", "theta.vel", "lift_axis.height_mm" ] }, "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": 5, "total_frames": 6305, "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": "alohamini_client", "splits": { "train": "0:5" } } ``` ## Citation **BibTeX:** ```bibtex [More Information Needed] ```
This dataset is related to robotics and was created using the LeRobot tool. It contains action and state data from the alohamini_client robot type, specifically including 18-dimensional float arrays representing joint positions of left and right robotic arms (such as shoulder pan, shoulder lift, elbow flex, wrist flex, wrist yaw, wrist roll, and gripper positions) as well as velocities (x, y, theta direction velocities) and lift axis height. The dataset structure includes action, observation.state, timestamp, frame_index, episode_index, index, and task_index. There are a total of 5 episodes, 6305 frames, and 1 task, with data stored in Parquet format. The total data file size is 100MB, and video file size is 200MB. The data is split into a training set covering all episodes.




