Lingxiao-Guo commited on
Commit
dcc3bc0
·
verified ·
1 Parent(s): b19b660

Add dataset card: overview, LeRobot format, usage, project page + paper links

Browse files
Files changed (1) hide show
  1. README.md +140 -0
README.md CHANGED
@@ -1,3 +1,143 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - manipulation
9
+ - mobile-manipulation
10
+ - imitation-learning
11
+ - agibot-g1
12
+ - synthetic-data
13
+ pretty_name: WANDA — Worlds in One Demo
14
+ size_categories:
15
+ - 10K<n<100K
16
  ---
17
+
18
+ # WANDA: Worlds in One Demo
19
+
20
+ ### A Synthetic Data Engine for Learning Open-World Mobile Manipulation
21
+
22
+ **🌐 Project page: https://wanda-website.cmulecar.workers.dev/** · 📄 [Paper (PDF)](https://wanda-website.cmulecar.workers.dev/assets/paper/WANDA.pdf) · 💻 Code (coming soon) · 🕹️ [Interactive 4D viewer](https://wanda-website.cmulecar.workers.dev/)
23
+
24
+ Lingxiao Guo\*, Huanyu Li\*, Guanya Shi — **Carnegie Mellon University**
25
+ <sub>\*Equal contribution; order decided by a coin flip.</sub>
26
+
27
+ ---
28
+
29
+ WANDA is a synthetic data engine that turns **one** human demonstration into diverse training data for
30
+ open-world mobile manipulation. From a single RGB-D demo, WANDA reconstructs the scene (Gaussian-splat
31
+ background, object meshes, and interaction trajectories), then re-generates it across new spatial
32
+ configurations, scenes, and even robot embodiments — producing the large-scale demonstration sets used
33
+ to train the vision-language-action (VLA) policies in the paper.
34
+
35
+ > *Robot data has been priced in human hours. WANDA prices it in compute.*
36
+
37
+ This repository hosts the WANDA-generated training datasets for the **five** long-horizon tasks
38
+ evaluated in the paper, each learned from a single real human demonstration on the **Agibot G1**.
39
+ Policies trained on this data reach 54.8% task progress on real-world rollouts and outperform policies
40
+ trained on 50 teleoperated demonstrations — while one hour of training data is generated in ≈3 GPU-hours.
41
+
42
+ ## Dataset overview
43
+
44
+ | Subset | Task instruction | Episodes | Task chunks |
45
+ |---|---|---:|---|
46
+ | `drop_trash` | Pick up the empty can from the table and drop it into the trash bin. | 3,496 | task-0051 … 0054 |
47
+ | `fridge` | Pick up the snack bag, put it into the fridge, and close the door. | 436 | task-0056 |
48
+ | `lunch_box` | Close the lunch box on the table, pick it up, and throw it into the sink. | 2,043 | task-0052 … 0054 |
49
+ | `pour` | Pick up the kettle and pour water into the cups. | 7,775 | task-0055 … 0062 |
50
+ | `utensils` | Pick up the utensils from the table, place them in the basket, and put the basket in the sink. | 3,172 | task-0053 … 0056 |
51
+ | **Total** | | **16,922** | ~26.8M timesteps (≈248 h @ 30 FPS) |
52
+
53
+ Each subset is a **self-contained [LeRobot](https://github.com/huggingface/lerobot) v2.1 dataset**
54
+ (`meta/`, `data/`, `videos/`). Different task chunks within a subset correspond to different
55
+ spatial configurations / scenes generated by WANDA for the same task.
56
+
57
+ ## Format
58
+
59
+ - **Robot:** `agibot_g1` (dual-arm mobile manipulator) · **Control/record rate:** 30 FPS · **Codebase:** LeRobot `v2.1`
60
+
61
+ **Per-frame features (parquet):**
62
+
63
+ | Key | Dtype | Shape | Description |
64
+ |---|---|---|---|
65
+ | `observation.state` | float32 | [20] | Proprioceptive robot state |
66
+ | `action` | float32 | [20] | Action target |
67
+ | `observation.cam_rel_poses` | float32 | [21] | Camera poses relative to the robot |
68
+ | `observation.task_info` | float32 | [46] | Task/goal conditioning vector |
69
+ | `observation.images.rgb.head` | video | [800, 1280, 3]† | Head camera |
70
+ | `observation.images.rgb.left_wrist` | video | [480, 848, 3] | Left-wrist camera |
71
+ | `observation.images.rgb.right_wrist` | video | [480, 848, 3] | Right-wrist camera |
72
+ | `timestamp`, `index`, `episode_index`, `task_index` | — | — | LeRobot bookkeeping |
73
+
74
+ <sub>† Head-camera resolution is 800×1280 for all subsets except `utensils` (480×768).</sub>
75
+
76
+ **Directory layout (per subset):**
77
+
78
+ ```
79
+ <subset>/
80
+ ├── meta/
81
+ │ ├── info.json # features, fps, robot_type, totals
82
+ │ ├── tasks.jsonl # natural-language task instructions
83
+ │ ├── episodes.jsonl # per-episode index
84
+ │ └── episodes_stats.jsonl # per-episode feature statistics
85
+ ├── data/
86
+ │ └── task-XXXX/episode_XXXXXXXX.parquet
87
+ └── videos/
88
+ └── task-XXXX/observation.images.rgb.<cam>/episode_XXXXXXXX.mp4
89
+ ```
90
+
91
+ ## Usage
92
+
93
+ Download a single subset and load it with LeRobot:
94
+
95
+ ```python
96
+ from huggingface_hub import snapshot_download
97
+ from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
98
+
99
+ root = snapshot_download(
100
+ "LeCAR-Lab/Wanda",
101
+ repo_type="dataset",
102
+ allow_patterns="utensils/*", # one of: drop_trash, fridge, lunch_box, pour, utensils
103
+ )
104
+ ds = LeRobotDataset(repo_id="LeCAR-Lab/Wanda", root=f"{root}/utensils")
105
+ print(ds)
106
+ print(ds[0].keys())
107
+ ```
108
+
109
+ Or read the raw parquet directly (no LeRobot required):
110
+
111
+ ```python
112
+ import pandas as pd
113
+ from huggingface_hub import hf_hub_download
114
+
115
+ path = hf_hub_download(
116
+ "LeCAR-Lab/Wanda",
117
+ "utensils/data/task-0053/episode_00530010.parquet",
118
+ repo_type="dataset",
119
+ )
120
+ df = pd.read_parquet(path)
121
+ print(df.shape, df.columns.tolist())
122
+ ```
123
+
124
+ ## License
125
+
126
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). If you use this dataset,
127
+ please provide attribution and cite the paper below.
128
+
129
+ ## Citation
130
+
131
+ ```bibtex
132
+ @article{guo2026wanda,
133
+ title = {Worlds in One Demo: A Synthetic Data Engine for Learning Open-World Mobile Manipulation},
134
+ author = {Guo, Lingxiao and Li, Huanyu and Shi, Guanya},
135
+ year = {2026}
136
+ }
137
+ ```
138
+
139
+ ## Links
140
+
141
+ - **Project page & interactive 4D viewer:** https://wanda-website.cmulecar.workers.dev/
142
+ - **Paper (PDF):** https://wanda-website.cmulecar.workers.dev/assets/paper/WANDA.pdf
143
+ - **Code:** coming soon