File size: 1,143 Bytes
14c53f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
license: apache-2.0
task_categories:
- robotics
tags:
- LeRobot
- lerobot
- avatar-robotics
- orange-hook
- suction-gripper
configs:
- config_name: default
  data_files: data/*/*.parquet
---

This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).

## Dataset Description

**Robot:** Agibot G1 humanoid robot
**Task:** Hook an orange from a bin (left arm, suction gripper)
**Episodes:** 660
**Total Frames:** 191070
**FPS:** 30
**Format:** LeRobot v3.0

### Cameras
- `observation.images.camera` — Camera camera (640x800)
- `observation.images.wrist` — Wrist camera (1280x720)

### Features
| Feature | Type | Shape |
|---------|------|-------|
| `observation.state` | float32 | [8] |
| `action` | float32 | [8] |
| `observation.images.camera` | video | [800, 640, 3] |
| `observation.images.wrist` | video | [720, 1280, 3] |
| `observation.force` | float32 | [6] |

## Usage

```python
from lerobot.datasets.lerobot_dataset import LeRobotDataset

dataset = LeRobotDataset("avatarrobotics/orange-hook-mar11-left")
sample = dataset[0]
```

## Citation

Created by [Avatar Robotics](https://avatarrobotics.ai).