File size: 1,375 Bytes
a99880f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59f3de1
a99880f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
53
54
55
56
---
license: mit
tags:
  - robotics
  - lerobot
  - manipulation
  - sim-to-real
  - imitation-learning
task_categories:
  - robotics
---

# Capstone VLA Datasets

LeRobot v2.1 datasets for a liquid pouring task on a **KuavoV4Pro**
humanoid robot (34-DOF, bimanual). Used to benchmark GR00T N1.6,
pi0.5, and Diffusion Policy under varying real-to-synthetic data ratios.

## Mixture Configurations

| Dataset | Type | Episodes |
| ------- | ---- | -------- |
| `sim_mixed_40_60` | unknown | 500 |

## Dataset Structure (LeRobot v2.1)

```
<dataset>/
├── meta/
│   ├── info.json
│   ├── tasks.jsonl
│   ├── episodes.jsonl
│   └── stats.safetensors
├── data/
│   └── chunk-*/
│       └── episode_*.parquet
└── videos/
    └── chunk-*/
        └── observation.images.*_episode_*.mp4
```

## Pipeline

1. **Teleoperation** — ROS + Isaac Lab teleop (real demos)
2. **Mimic annotation** — Isaac Lab Mimic with Pink IK controller
3. **Synthetic generation** — Isaac Lab Mimic (~40% success rate)
4. **Format conversion** — HDF5 → LeRobot v2.1 (parquet + video)
5. **Training** — GR00T N1.6 · pi0.5 · Diffusion Policy

## Benchmarking

Total dataset size held constant at ~600 episodes across all mixture
configurations for controlled comparison.

---
_Auto-generated by `upload_datasets.py`_