eshrestha commited on
Commit
7b71642
·
verified ·
1 Parent(s): 43268d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +313 -11
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
2
  license: apache-2.0
 
 
 
3
  tags:
4
  - robotics
5
  - sim-to-real
@@ -9,19 +12,318 @@ tags:
9
  - RL
10
  - isaaclab
11
  - newton
 
 
 
 
 
 
 
 
12
  ---
13
 
14
- These datasets were captured from Anchor Lab, a sim-to-real transfer laboratory from Nvidia Robotics.
15
 
16
- This dataset is used to calibrate simulation against physical measurements for zero-shot sim-to-real deployment.
17
 
 
18
 
19
- Contributors:
20
- * Elena Shrestha <eshrestha@nvidia.com>
21
- * Vignesh Bhavananthan <vbhavanantha@nvidia.com>
22
- * Vidur Vij <vidurv@nvidia.com>
23
- * Alex Omar <aomar@nvidia.com>
24
- * Andrew Wrenn <awrenn@nvidia.com>
25
- * Justin Shrake <jshrake@nvidia.com>
26
- * Michael Clive <mclive@nvidia.com>
27
- * Hong Wang <hongw@nvidia.com>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pretty_name: Anchor-Lab
4
+ size_categories:
5
+ - "100K<n<1M"
6
  tags:
7
  - robotics
8
  - sim-to-real
 
12
  - RL
13
  - isaaclab
14
  - newton
15
+ - system-identification
16
+ - robot-calibration
17
+ - physical-ai
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/**/*.parquet
23
  ---
24
 
25
+ # Anchor-Lab Dataset Card
26
 
27
+ ## Dataset Description
28
 
29
+ Anchor-Lab is a tabular robotics dataset captured from Anchor Lab, a sim-to-real transfer laboratory from NVIDIA Robotics. The dataset is designed to support calibration of physics simulation against physical robot measurements for zero-shot sim-to-real deployment.
30
 
31
+ The public release contains long-form parquet tables of robot experiment telemetry. Each row records a timestamped scalar measurement for an experiment and signal field. The dataset covers H1- and G1-family humanoid robot experiments, including arm, leg, multi-joint, single-joint, and elbow test-stand measurements.
32
+
33
+ For simplicity, this card refers to the dataset as Anchor-Lab.
34
+
35
+ ## Dataset Group Overview
36
+
37
+ The release is organized into seven top-level data groups under `data/`.
38
+
39
+ | Group | Description | Approx. storage |
40
+ |---|---|---:|
41
+ | `g1_arm_multijoint` | G1 arm multi-joint excitation trials, including multi-frequency, multisine, chirp, wave-sine, wave-chirp, antiphase, and related patterns. | 53.3 MB |
42
+ | `g1_arm_single_joint` | G1 arm single-joint trials across elbow, shoulder pitch, shoulder roll, and related arm joints with pose and excitation variations. | 238 MB |
43
+ | `g1_leg_multijoint` | G1 leg multi-joint trials across pose variants, including independent multisine, multi-frequency, slow-wave, wave-sine, and wave-chirp patterns. | 85.9 MB |
44
+ | `g1_leg_single_joint` | G1 leg single-joint trials across ankle, hip, knee, and related leg joints with pose and excitation variations. | 479 MB |
45
+ | `h1_elbow_teststand` | H1 elbow test-stand system-identification measurements across frequency, amplitude, and position settings. | 334 MB |
46
+ | `h1_multijoint` | H1 multi-joint trials with chirp and sine-style excitations across frequency, amplitude, in-phase, antiphase, and wave settings. | 318 MB |
47
+ | `h1_single_joint` | H1 single-joint trials for elbow, shoulder pitch, shoulder raise, and related joints using sine and chirp-style excitations. | 349 MB |
48
+
49
+
50
+ ## Dataset Category Previews
51
+
52
+ <table>
53
+ <tr>
54
+ <td align="center"><strong>G1 Dataset</strong></td>
55
+ <td align="center"><strong>H1 Dataset</strong></td>
56
+ <td align="center"><strong>Isolated Motor / Test-Stand Dataset</strong></td>
57
+ </tr>
58
+ <tr>
59
+ <td><img src="./G1.gif" alt="G1 sim-to-real recording preview" width="100%"></td>
60
+ <td><img src="./H1.gif" alt="H1 sim-to-real recording preview" width="100%"></td>
61
+ <td><img src="./isolated_motor.gif" alt="Isolated motor and test-stand recording preview" width="100%"></td>
62
+ </tr>
63
+ <tr>
64
+ <td>G1 dataset (G1 arm single-joint and multi-joint).</td>
65
+ <td>H1 dataset (H1 elbow single-joint and multi-joint).</td>
66
+ <td>Benchtop isolated H1 motor dataset (test-stand).</td>
67
+ </tr>
68
+ </table>
69
+
70
+ These previews are included for qualitative inspection of the experimental setup and motion patterns. They are not required for loading, filtering, or analyzing the parquet data.
71
+
72
+ ## Dataset Owner(s)
73
+
74
+ NVIDIA Corporation / NVIDIA Robotics
75
+
76
+ ## Dataset Creation Date
77
+
78
+ Public release: June 2026
79
+
80
+ ## Version
81
+
82
+ v1.0
83
+
84
+ Previous version(s): N/A
85
+
86
+ ## License/Terms of Use
87
+
88
+ Apache License 2.0
89
+
90
+ ## Intended Usage
91
+
92
+ This dataset is intended for researchers and AI practitioners working on:
93
+
94
+ - Simulation calibration against measured physical robot behavior.
95
+ - System identification for humanoid robot joints, actuators, and coupled multi-joint dynamics.
96
+ - Sim-to-real transfer workflows for zero-shot or few-shot physical deployment.
97
+ - Validation of physics-engine, actuator, controller, and sensor models against laboratory measurements.
98
+ - Robot-control research using timestamped measurements from H1 and G1 humanoid platforms.
99
+ - Analysis pipelines for long-form robot telemetry in parquet format.
100
+
101
+ This dataset is not intended to be used as the sole validation source for safety-critical robot deployment. Controllers, policies, and calibrated models derived from this dataset should be evaluated in simulation, test stands, and controlled physical environments before any real-world deployment.
102
+
103
+ ## Dataset Characterization
104
+
105
+ ### Data Collection Method
106
+
107
+ Physical - The data was captured from Anchor Lab experiments using onboard sensors found in the Unitree platforms and test-stand measurement pipelines. The experiment identifiers and file names encode platform, body region, single-joint or multi-joint scope, joint or joint group, excitation type, pose variant, trial number, and, where available, collection date, frequency, amplitude, or position setting.
108
+
109
+ The public data is organized around structured excitation and system-identification-style trials. File names indicate patterns such as sine, chirp, multisine, sine sweep, etc.
110
+
111
+ ### Labeling Method
112
+
113
+ Automated / procedural - The released labels are metadata generated by the acquisition and data-processing pipeline. The core metadata fields are:
114
+
115
+ - `experiment`: trial or experiment identifier.
116
+ - `field`: measured signal name.
117
+ - `time_ns` and `time_utc`: timestamp fields.
118
+ - `value`: scalar measurement value for the given timestamp and field.
119
+
120
+ The dataset does not provide human-annotated semantic labels. Field names and experiment identifiers should be treated as structured telemetry metadata.
121
+
122
+ ## Dataset Category Description
123
+
124
+ ### G1 Arm - Multi-Joint
125
+
126
+ The `g1_arm_multijoint` group contains multi-joint arm excitation trials for G1. Visible file naming patterns include antiphase, broadband pose, fast wave, multi-chirp, multi-frequency, multisine, slow wave, wave-chirp, and wave-sine trials.
127
+
128
+ ### G1 Arm - Single Joint
129
+
130
+ The `g1_arm_single_joint` group contains single-joint G1 arm measurements across elbow, shoulder pitch, shoulder roll, and related arm joints. Visible file naming patterns include pose variants such as neutral, forward-raised-extended, and back-bent, and excitation types such as bookend, chirp, multisine, sine sweep, slow ramp, step, and varying amplitude.
131
+
132
+ ### G1 Leg - Multi-Joint
133
+
134
+ The `g1_leg_multijoint` group contains multi-joint G1 leg excitation trials. Visible file naming patterns include independent multisine, multi-frequency, slow-wave, wave-chirp, and wave-sine experiments across pose variants.
135
+
136
+ ### G1 Leg - Single Joint
137
+
138
+ The `g1_leg_single_joint` group contains single-joint G1 leg measurements across ankle, hip, knee, and related leg joints. Visible file naming patterns include ankle pitch, ankle roll, hip pitch, and pose variants such as neutral, forward-bent, and back-extended.
139
+
140
+ ### H1 Elbow Test Stand
141
+
142
+ The `h1_elbow_teststand` group contains H1 elbow test-stand system-identification measurements. File names encode settings such as frequency, amplitude level, and position index.
143
+
144
+ ### H1 Multi-Joint
145
+
146
+ The `h1_multijoint` group contains H1 multi-joint experiments. Visible file naming patterns include chirp and sine trials with frequency ranges, amplitude values, and phase/coordination variants such as in-phase, wave, and antiphase.
147
+
148
+ ### H1 Single Joint
149
+
150
+ The `h1_single_joint` group contains H1 single-joint experiments for elbow, shoulder pitch, shoulder raise, and related joints. Visible file naming patterns include chirp and sine trials across pose variants and repeated trial indices.
151
+
152
+ ## Dataset Format
153
+
154
+ | Field | Type | Description |
155
+ |---|---|---|
156
+ | `time_ns` | `int64` | Nanosecond-resolution timestamp for the measurement row. |
157
+ | `time_utc` | `timestamp[ns, tz=UTC]` | UTC timestamp corresponding to `time_ns`. |
158
+ | `experiment` | `string` | Experiment or trial identifier. |
159
+ | `field` | `string` | Name of the measured signal. |
160
+ | `value` | `float64` | Scalar measurement value for the given timestamp, experiment, and field. |
161
+
162
+ The dataset is stored in long format: one row corresponds to one scalar value for one signal field at one timestamp in one experiment. Users who need a wide time-series table can pivot by `field` after loading a subset.
163
+
164
+ ## Dataset Organization
165
+
166
+ ```text
167
+ Anchor-Lab/
168
+ ├── README.md
169
+ ├── G1.gif
170
+ ├── H1.gif
171
+ ├── isolated_motor.gif
172
+ └── data/
173
+ ├── g1_arm_multijoint/
174
+ ├── g1_arm_single_joint/
175
+ ├── g1_leg_multijoint/
176
+ ├── g1_leg_single_joint/
177
+ ├── h1_elbow_teststand/
178
+ ├── h1_multijoint/
179
+ └── h1_single_joint/
180
+ ```
181
+
182
+ Each leaf directory contains parquet files for individual experiments or trials. File names generally follow this pattern, with group-specific variations:
183
+
184
+ ```text
185
+ <robot>-<body-region>-<single-or-multijoint>-<joint-or-excitation>-<pose-or-condition>-<trial-or-settings>.parquet
186
+ ```
187
+
188
+ Examples:
189
+
190
+ ```text
191
+ data/h1_multijoint/h1-multijoint-v1-chirp-trial-001-freq-0p1-to-0p5hz-amp-0p05.parquet
192
+ data/g1_leg_multijoint/g1-leg-multijoint-wave-sine-pose-a-trial-001-20260408-173950.parquet
193
+ data/g1_arm_single_joint/g1-arm-single-joint-elbow-step-pose-a-neutral-20260403-091255.parquet
194
+ ```
195
+
196
+ ## Download And Loading Examples
197
+
198
+ Install optional dependencies:
199
+
200
+ ```bash
201
+ pip install -U "huggingface_hub[cli]" datasets pandas pyarrow polars
202
+ ```
203
+
204
+ Download the complete dataset:
205
+
206
+ ```bash
207
+ hf download nvidia/Anchor-Lab \
208
+ --repo-type dataset \
209
+ --local-dir ./Anchor-Lab
210
+ ```
211
+
212
+ Download one source group, for example H1 multi-joint data:
213
+
214
+ ```bash
215
+ hf download nvidia/Anchor-Lab \
216
+ --repo-type dataset \
217
+ --include "README.md" "data/h1_multijoint/*" \
218
+ --local-dir ./Anchor-Lab-h1-multijoint
219
+ ```
220
+
221
+ Other useful subset patterns include:
222
+
223
+ ```text
224
+ data/g1_arm_multijoint/*
225
+ data/g1_arm_single_joint/*
226
+ data/g1_leg_multijoint/*
227
+ data/g1_leg_single_joint/*
228
+ data/h1_elbow_teststand/*
229
+ data/h1_multijoint/*
230
+ data/h1_single_joint/*
231
+ ```
232
+
233
+ Download a subset from Python:
234
+
235
+ ```python
236
+ from huggingface_hub import snapshot_download
237
+
238
+ snapshot_download(
239
+ repo_id="nvidia/Anchor-Lab",
240
+ repo_type="dataset",
241
+ local_dir="./Anchor-Lab-g1-leg-single-joint",
242
+ allow_patterns=[
243
+ "README.md",
244
+ "data/g1_leg_single_joint/*.parquet",
245
+ ],
246
+ )
247
+ ```
248
+
249
+ Load through Hugging Face Datasets:
250
+
251
+ ```python
252
+ from datasets import load_dataset
253
+
254
+ ds = load_dataset("nvidia/Anchor-Lab", split="train")
255
+ print(ds)
256
+ print(ds.features)
257
+ print(ds[0])
258
+ ```
259
+
260
+ ## Dataset Quantification
261
+
262
+ | Quantity | Count / Size |
263
+ |---|---:|
264
+ | Rows in default train split | 992,000 |
265
+ | Top-level data groups | 7 |
266
+ | Public file format | Parquet |
267
+ | Total repository file size | 1.86 GB |
268
+ | Modalities | Tabular telemetry with string metadata fields |
269
+
270
+ Approximate storage by top-level data group:
271
+
272
+ | Group | Approx. storage |
273
+ |---|---:|
274
+ | `g1_arm_multijoint` | 53.3 MB |
275
+ | `g1_arm_single_joint` | 238 MB |
276
+ | `g1_leg_multijoint` | 85.9 MB |
277
+ | `g1_leg_single_joint` | 479 MB |
278
+ | `h1_elbow_teststand` | 334 MB |
279
+ | `h1_multijoint` | 318 MB |
280
+ | `h1_single_joint` | 349 MB |
281
+ | Total | 1.86 GB |
282
+
283
+ ## Curation Notes
284
+
285
+ - The dataset uses a compact long-form schema shared across the public parquet files.
286
+ - The default Hugging Face viewer exposes a single `train` split.
287
+ - Experiment identifiers and file names are important metadata and should be preserved during downstream processing.
288
+ - Users should validate timestamp monotonicity, duplicate rows, missing fields, and field coverage before fitting calibration or system-identification models.
289
+ - Units are field-specific. Do not assume a single unit convention across all `field` values without a data dictionary or experiment-specific documentation.
290
+
291
+ ## Known Limitations and Future Work
292
+
293
+ - The current public schema is minimal and does not include a full data dictionary for every `field` value.
294
+ - The release does not define standardized train/validation/test splits for model benchmarking.
295
+ - Measurements may be specific to the hardware revision, firmware, controller configuration, sensors, test stand, and laboratory setup used during capture.
296
+ - Timing, filtering, actuator latency, sensor latency, and controller-loop details may affect downstream system-identification results.
297
+ - The dataset focuses on H1 and G1 humanoid robot experiments and should not be treated as representative of all robots or all operating conditions.
298
+ - Future releases could add per-file manifests, units, calibration parameters, robot configuration metadata, controller settings, sensor descriptions, and benchmark splits.
299
+
300
+ ## Ethical Considerations
301
+
302
+ This dataset contains robot experiment telemetry and does not intentionally include human-subject data, real-world imagery, or personally identifiable information. However, robotics datasets can still be misused if they are used to calibrate, validate, or deploy unsafe physical controllers without adequate testing.
303
+
304
+ Users should evaluate derived models in simulation, isolated test stands, and controlled physical settings before deployment. Users are responsible for ensuring that their use of this dataset complies with applicable safety, security, privacy, and robotics deployment requirements.
305
+
306
+ ## Contributors
307
+
308
+ - Elena Shrestha
309
+ - Vignesh Bhavananthan
310
+ - Vidur Vij
311
+ - Alex Omar
312
+ - Andrew Wrenn
313
+ - Justin Shrake
314
+ - Michael Clive
315
+ - Hong Wang
316
+
317
+ ## Citation
318
+
319
+ Please cite the dataset as:
320
+
321
+ ```bibtex
322
+ @dataset{nvidia_anchor_lab_2026,
323
+ title = {Anchor-Lab},
324
+ author = {NVIDIA},
325
+ year = {2026},
326
+ publisher = {Hugging Face},
327
+ url = {https://huggingface.co/datasets/nvidia/Anchor-Lab}
328
+ }
329
+ ```