Commit cc09598
authored
Adds instructions for using pre-made locomanipulation SDG dataset/model (#5357)
# Description
Adds two tip callouts to the Demo 3 (G1 locomanipulation) section of the
humanoids imitation learning documentation, giving users shortcuts to
skip
expensive pipeline steps:
1. Pre-made dataset (nvidia/g1_locomanip_dataset on Hugging Face):
placed at the start of the SDG generation section, allowing users to
skip manipulation
dataset generation, SDG generation, and LeRobot conversion, and proceed
directly to finetuning. Includes huggingface-cli download + unzip
commands with the
exact extracted path (g1_simple_high_var_lerobot/) and a note that
policies trained on this dataset require --policy_quat_format wxyz at
rollout.
2. Pre-trained model (nvidia/g1_locomanip_finetune on Hugging Face):
placed immediately before the rollout section, allowing users to skip
finetuning
entirely. Includes download + unzip commands with the exact checkpoint
path (g1_locomanip_finetune_20260129_231610/checkpoint-20000) and the
required
--policy_quat_format wxyz flag.
Fixes # (issue)
## Type of change
- Documentation update
## Screenshots
## Checklist
- [x] I have read and understood the [contribution
guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html)
- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [ ] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there1 parent 16d6315 commit cc09598
1 file changed
Lines changed: 35 additions & 0 deletions
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
541 | 559 | | |
542 | 560 | | |
543 | 561 | | |
| |||
690 | 708 | | |
691 | 709 | | |
692 | 710 | | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
693 | 728 | | |
694 | 729 | | |
695 | 730 | | |
| |||
0 commit comments