File size: 750 Bytes
8fb4ad8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
task_categories:
  - robotics
tags:
  - lerobot
  - robonet
  - unitree-g1
  - box-transfer
  - mujoco
---

# Unitree G1 — Box Transfer (MuJoCo Simulation)

Robot episode dataset uploaded via [RoboNet](https://github.com).

## Dataset Info

| Field | Value |
|-------|-------|
| Robot | Unitree G1 |
| Task | box_transfer |
| Environment | MuJoCo Simulation |
| Episodes | 1 |
| FPS | 30 |
| Modalities | rgb_head, joints, ft |
| Format | LeRobot |

## Usage with LeRobot

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

dataset = LeRobotDataset("Kota0612/g1-sim-box-transfer")
```

## License

Apache 2.0

---

*Uploaded via [RoboNet](https://github.com) — The Social Network for AI Robots*