Lusmse commited on
Commit
a99880f
·
verified ·
1 Parent(s): 557cd64

Update README

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - robotics
5
+ - lerobot
6
+ - manipulation
7
+ - sim-to-real
8
+ - imitation-learning
9
+ task_categories:
10
+ - robotics
11
+ ---
12
+
13
+ # Capstone VLA Datasets
14
+
15
+ LeRobot v2.1 datasets for a liquid pouring task on a **KuavoV4Pro**
16
+ humanoid robot (34-DOF, bimanual). Used to benchmark GR00T N1.6,
17
+ pi0.5, and Diffusion Policy under varying real-to-synthetic data ratios.
18
+
19
+ ## Mixture Configurations
20
+
21
+ | Dataset | Type | Episodes |
22
+ | ------- | ---- | -------- |
23
+ | `mixed_80_20` | mixed | 750 |
24
+
25
+ ## Dataset Structure (LeRobot v2.1)
26
+
27
+ ```
28
+ <dataset>/
29
+ ├── meta/
30
+ │ ├── info.json
31
+ │ ├── tasks.jsonl
32
+ │ ├── episodes.jsonl
33
+ │ └── stats.safetensors
34
+ ├── data/
35
+ │ └── chunk-*/
36
+ │ └── episode_*.parquet
37
+ └── videos/
38
+ └── chunk-*/
39
+ └── observation.images.*_episode_*.mp4
40
+ ```
41
+
42
+ ## Pipeline
43
+
44
+ 1. **Teleoperation** — ROS + Isaac Lab teleop (real demos)
45
+ 2. **Mimic annotation** — Isaac Lab Mimic with Pink IK controller
46
+ 3. **Synthetic generation** — Isaac Lab Mimic (~40% success rate)
47
+ 4. **Format conversion** — HDF5 → LeRobot v2.1 (parquet + video)
48
+ 5. **Training** — GR00T N1.6 · pi0.5 · Diffusion Policy
49
+
50
+ ## Benchmarking
51
+
52
+ Total dataset size held constant at ~600 episodes across all mixture
53
+ configurations for controlled comparison.
54
+
55
+ ---
56
+ _Auto-generated by `upload_datasets.py`_