SHRDC-MSF4-0/reuben_deodorant_ball_1
收藏Hugging Face2026-04-10 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/SHRDC-MSF4-0/reuben_deodorant_ball_1
下载链接
链接失效反馈官方服务:
资源简介:
---
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": "v3.0",
"robot_type": "agibot_g1",
"total_episodes": 30,
"total_frames": 13207,
"total_tasks": 1,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 30,
"splits": {
"train": "0:30"
},
"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": {
"action": {
"dtype": "float32",
"names": [
"left_arm.Joint1_l.position",
"left_arm.Joint2_l.position",
"left_arm.Joint3_l.position",
"left_arm.Joint4_l.position",
"left_arm.Joint5_l.position",
"left_arm.Joint6_l.position",
"left_arm.Joint7_l.position",
"right_arm.Joint1_r.position",
"right_arm.Joint2_r.position",
"right_arm.Joint3_r.position",
"right_arm.Joint4_r.position",
"right_arm.Joint5_r.position",
"right_arm.Joint6_r.position",
"right_arm.Joint7_r.position",
"left_gripper.position",
"right_gripper.position"
],
"shape": [
16
]
},
"observation.state": {
"dtype": "float32",
"names": [
"left_arm.Joint1_l.position",
"left_arm.Joint2_l.position",
"left_arm.Joint3_l.position",
"left_arm.Joint4_l.position",
"left_arm.Joint5_l.position",
"left_arm.Joint6_l.position",
"left_arm.Joint7_l.position",
"right_arm.Joint1_r.position",
"right_arm.Joint2_r.position",
"right_arm.Joint3_r.position",
"right_arm.Joint4_r.position",
"right_arm.Joint5_r.position",
"right_arm.Joint6_r.position",
"right_arm.Joint7_r.position",
"left_gripper.position",
"right_gripper.position"
],
"shape": [
16
]
},
"observation.images.hand_left_camera": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.hand_right_camera": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.head_camera": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.head_depth_camera": {
"dtype": "depth",
"shape": [
480,
640,
1
],
"names": [
"height",
"width",
"channels"
]
},
"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
}
},
"custom": {
"initial_pose": {
"left_arm": [
-1.3044397830963135,
0.047987498342990875,
1.0512229204177856,
-1.3727566003799438,
0.020835300907492638,
0.7952139377593994,
-0.062348850071430206
],
"right_arm": [
1.2367687225341797,
-0.15692785382270813,
-0.9591915607452393,
1.3446969985961914,
-0.05343190208077431,
-0.8365006446838379,
-0.004763850010931492
],
"gripper": [
24.7425,
0.0
],
"waist": [
0.0,
0.1196875
],
"head": [
0.0,
0.0
]
}
}
}
```
## Citation
**BibTeX:**
```bibtex
[More Information Needed]
```
## Initial robot pose
````json
{
"left_arm": [
-1.3044397830963135,
0.047987498342990875,
1.0512229204177856,
-1.3727566003799438,
0.020835300907492638,
0.7952139377593994,
-0.062348850071430206
],
"right_arm": [
1.2367687225341797,
-0.15692785382270813,
-0.9591915607452393,
1.3446969985961914,
-0.05343190208077431,
-0.8365006446838379,
-0.004763850010931492
],
"gripper": [
24.7425,
0.0
],
"waist": [
0.0,
0.1196875
],
"head": [
0.0,
0.0
]
}
````
提供机构:
SHRDC-MSF4-0



