File size: 521 Bytes
7b5240c | 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 | ---
task_categories:
- robotics
tags:
- LeRobot
- g1d
- teleop
configs:
- config_name: default
data_files: data/*/*.parquet
---
# cable-box_gr00t
LeRobot v2.1 dataset recorded with the `luxo-summer-camp` teleop stack.
- 61 episodes, 100143 frames @ 30 fps
- `observation.state` / `action`: 49-dim joint positions — names in `meta/info.json`
- Cameras: `observation.images.ego_view`
Load with:
```python
from lerobot.datasets.lerobot_dataset import LeRobotDataset
ds = LeRobotDataset("120ft/cable-box_gr00t")
```
|