Single-handed pick task ("grab the bottle", RIGHT hand). Trained at the CloudWalk Robotics Lab (CW-RL), 2026-06, on a 193-episode / 32,786-frame real-robot teleoperation dataset for the UNITREE_G1_SONIC embodiment. Released as a reference fine-tune for teams building manipulation policies on the GR00T + SONIC + MuJoCo/G1 stack.
What makes v9 different — a gentle 2 mm DP speedup applied on top of the curated (v2-lineage) data. v9's dataset is not in the raw-merged branch that v7/v8 used. Its source is gr00t-g1-grab-bottle-right-hand-v2 — the 210-episode wandering-removed set that is the same curation lineage as the v2 production champion. On top of that already-purposeful motion, a dynamic-programming (DP) resampling in the wrist's Cartesian space is applied at a finer 2 mm/frame target (vs 3 mm in v7/v8), keeping a frame only once the wrist has travelled ≈2 mm (cost Σ(arc_gap − target)², max_K=40, min_frames=40). Because the source is already wandering-removed, the finer 2 mm target preserves the fine wrist adjustments during the grasp phase that a coarser 3 mm stride would collapse. Result: 210 → 193 episodes (17 dropped for <40 DP-kept frames), 32,786 frames (≈25,259 40-action training chunks; 53.1% of the curated source's frames kept). The natural comparison is therefore v9 vs the v2 champion — does a gentle speedup help the champion's already-curated data? — not v7↔v9 (different sources → confounded).
This is a behavior-cloning fine-tune of the full 3B model. Status: trained 2026-06-26, closed-loop eval complete (8/12) — both checkpoint-10000 + checkpoint-20000 are published; a strong mid-pack result with zero non-convergence, but it does not beat the v2 champion (see Evaluation).Recipe locked to the v5/v6/v7/v8 recipe (20,000 steps, save every 10,000 → {checkpoint-10000, checkpoint-20000}). Closed-loop comparison against the v2 champion is pending (see Evaluation).
cloudwalk-research/gr00t-g1-grab-bottle-right-hand-speedup-2mm-v3 — 193 episodes, 32,786 frames @ 50 Hz (~170 frames/ep), 640×480 ego_view camera (no wrist cams); DP wrist-Cartesian speedup (2 mm/frame, max_K=40) on top of the curated (wandering-removed, v2-lineage) v2 210-ep set
color jitter (brightness 0.3, contrast 0.4, saturation 0.5, hue 0.08)
Wall-clock
≈64 min (1:03:57) for 20k steps on 6× B200; steady-state ≈5 it/s
Final train loss
0.0308 @ 20k / 0.0561 @ 10k (run mean 0.0845, min 0.0159)
Repository contents
checkpoint-10000/ # 10k steps (14.6 ep) — natural production candidate (≈ v2 sweet spot)
checkpoint-20000/ # 20k steps (29.3 ep) — most-trained rung in the lineage (overfit risk)
README.md # this file
Both {checkpoint-10000, checkpoint-20000} are published (the two rungs the run produces) so the closed-loop eval can pick the better one. Unlike most prior versions, the bet here is on the 10k rung: at 14.6 epochs it lands almost exactly on v2's validated ~15.3-epoch sweet spot, whereas 20k (29.3 ep) is the most-trained rung in the entire lineage.
Each checkpoint-NNNNN/ is a self-contained, deploy-ready snapshot:
DeepSpeed ZeRO partition states, optimizer, scheduler and RNG files are intentionally omitted — they are needed only to resume training and would add several GB per checkpoint.
Evaluation
Epoch math. This run trains for 20,000 steps = 29.28 epochs on the 32,786-frame 2 mm-speedup set (10,000 steps = 14.64 epochs). The 32,786-frame set is the smallest in the lineage, so 20k pushes the highest epoch count of any version (vs v6 8.0, v2 15.3, v7 16.0, v5 19.0, v4 19.8, v8 20.0). The {10k, 20k} pair brackets v2's validated ≈15.3-epoch sweet spot — but, unlike v6 (which sat below it), here 10k (≈14.6 ep) lands right on the sweet spot and is the natural production candidate, while 20k (≈29.3 ep) carries a real overfit risk. The production checkpoint is chosen by closed-loop comparison, not by training loss — and the default bet is the 10k rung. There is no held-out split; train loss is a fit probe, not a generalization measure.
Closed-loop evaluation — completed (real G1).checkpoint-20000 was run closed-loop on the physical G1 + SONIC stack and measured against the v2 checkpoint-20000 champion and the v4/v5/v6/v7/v8 lineage. Low BC loss is a healthy prerequisite, not evidence of a good policy — this closed-loop result is the load-bearing signal.
Procedure. The bottle was placed at 12 fixed positions spanning one half-side of the table (the table is fixed relative to the robot). These are the same 12 positions used for data collection (see the source dataset card). One trial per position (12 trials) gives the grid result. The fixed-position 5-trial probe was not run. Legend: 🟥 red = knocked the bottle over · 🟧 orange = stuck in an "indecision" loop, never reaching the bottle · 🟩 green = successfully grasped the bottle. The policy was invoked with the task prompt "grab the bottle" — the same prompt used to collect the data.
⚠️ Single-trial methodology. Each of the 12 grid positions is tested once (1 trial/position); repeated placements at the same spot can succeed or fail differently — the fixed-position repeat test, where run, shows this per-position variance. Treat the grid score as a single-pass signal, not a repeated-trial mean.
Conclusion. v9 lands mid-pack — 8/12 (67%) grid success, tied with v6 on the count but a cleaner 8/12: like every speedup variant (v5, v7), v9 posts zero non-convergence (0/12) — the DP speedup's committed, decisive motion eliminates the indecision loops that plague the un-speedup sets (v1 5/12, v6 3/12). It is also a decisive recovery from v8's 1/12: the gentle 2 mm speedup on the curated v2-lineage data works, where v8's 3 mm speedup + segment removal on the raw merged set collapsed. The trade-off (seen across the speedup family) holds: speedup fixes non-convergence but costs close-position precision — the positions needing more adjustment time suffer, while the far positions are handled well. A speedup-specific artifact also appeared: a few moments where the wrist adjusted too low in z and the hand struck the table. v9 does not beat the v2 champion (10/12), but its zero-non-convergence profile and the v8 recovery confirm the curated-speedup branch is viable. v2 remains in production.
Closed-loop control of the G1 (sim or real) is driven by the SONIC whole-body controller in GR00T-WholeBodyControl: the policy emits motion_token + hand-joint targets that the SONIC WBC decodes into whole-body joint commands. The server must be launched with the same UNITREE_G1_SONIC embodiment tag used in training. See the NVlabs VLA inference tutorial. This checkpoint is not plug-and-play on hardware — it requires the SONIC C++ deploy stack and the matching G1 setup.
Known caveats
Right-hand-only, single task. The dataset is one task ("grab the bottle") executed with the right hand. Left-hand and locomotion action dims reflect the (largely stationary) demonstrations; do not expect bimanual or locomotion behavior.
Single camera. Only the ego_view (head) camera was recorded — no wrist cameras. The policy has never seen wrist views.
Deployment needs the SONIC stack. The checkpoint outputs motion_token + hand joints for UNITREE_G1_SONIC; it only produces robot motion through the SONIC WBC + ZMQ deploy pipeline. It is not directly executable on a bare G1.
Train loss is not held-out. No episode split; the loss is a smoothed train-fit probe, not a generalization metric.
Gentle-speedup-on-curated-data dataset. v9's data is the v2 dataset (the first curation of the family: 105-ep source with distance-to-goal wandering removal → 210-ep), DP-resampled in wrist-Cartesian space at a fine 2 mm/frame target (max_K=40). It is a different branch from the v7/v8 raw-merged 3 mm speedup sets — so compare v9 against the v2 champion, not against v7/v8 as a speedup-isolation pair.
Epoch zone — overfit-leaning. 20,000 steps = ≈29.3 epochs on 32,786 frames; 10,000 = ≈14.6. The {10k, 20k} pair brackets v2's ≈15.3-epoch sweet spot, with 10k on the sweet spot and 20k the most-trained rung in the lineage (overfit risk). The eval — not the training loss — picks the rung, and the default bet is 10k. No 40k extension is planned (recipe locked at 20k for comparability with v4–v8).
Two published checkpoints. Both checkpoint-10000 and checkpoint-20000 are published so the closed-loop eval can pick the better rung.
Grip anticipation (family-wide). Observed in closed-loop eval: the policy performs the full grasp motion — approaching and closing the hand — even when no bottle is on the table, and even with the table removed entirely, as if the bottle were present. This grip-anticipation artifact is shared across the whole grab-bottle family (the same training demonstrations). Worth gating on bottle detection for downstream deployment.
Prompt conditioning — untested. All training data was collected with the task prompt "grab the bottle", and the same prompt is used to invoke the policy at inference — a constant across every episode and every model in this family. We have not tested whether conditioning the prompt on the bottle's presence (e.g. "grab the bottle if there is one in the image") would gate the grasp and reduce the grip-anticipation artifact expected above (the robot closing its hand even with no bottle present). It is a plausible mitigation, but unverified: the model may have learned the grasp as an unconditional reflex from the demonstrations, independent of prompt phrasing.
Training environment. Trained on 6× B200 GPUs with NCCL_IB_DISABLE=1 NCCL_P2P_LEVEL=NVL (InfiniBand off, P2P over NVLink) and W&B in offline mode (synced post-run). These affect only the training run, not the weights.
Curated (episodes split into shorter windows, bad segments removed). checkpoint-20000 = former production champion (10/12), superseded by v10 (12/12). Its curated data is v9's source.
Gentle 2 mm DP speedup on the curated (wandering-removed, v2-lineage) data — a different branch from v7/v8's raw-merged sets. Smallest set → 10k ≈ 14.6 ep sits on v2's sweet spot (natural pick); 20k = 29.3 ep is the most-trained rung (overfit risk). Compare against the v2 champion.
Training dataset — cloudwalk-research/gr00t-g1-grab-bottle-right-hand-speedup-2mm-v3 (CloudWalk Research, 2026), PICO 4 Ultra teleoperation on the Unitree G1 with SONIC WBC; DP wrist-Cartesian speedup (2 mm/frame, max_K=40) on top of the curated v2 210-ep wandering-removed set (193 episodes, 32,786 frames).
Attribution
Developed by cloudwalk-research in the CloudWalk Robotics Lab (CW-RL). Fine-tuned from nvidia/GR00T-N1.7-3B using Isaac-GR00T; targets the Unitree G1 with the SONIC whole-body controller.
Citation
bibtex
1@misc{cwrl_gr00t_grab_bottle_v9_2026,
2 title = {GR00T N1.7 Fine-Tune v9 --- Unitree G1 "grab the bottle" (right hand, SONIC WBC, gentle 2 mm DP speedup on the curated 193-ep dataset)},
3 author = {{CloudWalk Robotics Lab}},
4 year = {2026},
5 howpublished = {Hugging Face model repository},
6 url = {https://huggingface.co/cloudwalk-research/gr00t-n17-g1-grab-bottle-rh-193ep-v9-finetune}
7}
License
Inherits the NVIDIA Open Model License Agreement of the base model nvidia/GR00T-N1.7-3B — see the license terms. This is a research preview: not intended for safety-critical use; closed-loop deployment on a physical humanoid requires human oversight.