Instructions to use learner1119/ffw_sh5_n17_260820_left_h50_abs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use learner1119/ffw_sh5_n17_260820_left_h50_abs with Transformers:
# Load model directly from transformers import Gr00tN1d7 model = Gr00tN1d7.from_pretrained("learner1119/ffw_sh5_n17_260820_left_h50_abs", device_map="auto") - Notebooks
- Google Colab
- Kaggle
GR00T N1.7 · FFW-SH5 left arm · horizon 50 · absolute
Fine-tune of nvidia/GR00T-N1.7-3B on
learner1119/260820 (100 episodes / 44,136 frames,
FFW-SH5, left arm only). One of four runs differing only in action representation and whether the
vision tower is trained; this repo is ABSOLUTE · tune_visual=False.
Checkpoints are subfolders, each a complete weights-only checkpoint as the trainer wrote it
(BF16, 2 shards, no optimizer state). Load one with model_path="learner1119/ffw_sh5_n17_260820_left_h50_abs/checkpoint-50000"
or download the subfolder.
| folder | step | train loss (25-pt moving avg) |
|---|---|---|
checkpoint-10000 |
10,000 | 0.0458 |
checkpoint-20000 |
20,000 | 0.0299 |
checkpoint-30000 |
30,000 | 0.0196 |
checkpoint-40000 |
40,000 | 0.0137 |
Final run: 24h 43m on 4× A100 80GB at 1.78 s/step. Train loss only — no validation split
(eval_strategy='no'); tune_visual=True reaching ~half the loss on 100 episodes may be overfitting.
Compare on held-out rollouts before choosing.
Data and modality
The parquet stores 16-dim state/action (both arms) but only the left 8 move — over all 44,136 frames the
right-arm dims have std ≤ 0.0022 rad and gripper_r is constant — so the modality config declares only
left_arm (0:7) and left_gripper (7:8). The SH5 hand's open/close is interpolated by the teleop stack to a
single 0–1 scalar, so it is treated as 1-dof. Camera: observation.images.agentview 480×640 as cam_head.
Chunk: 50 steps (2.5 s at 20 fps).
Training
global batch 64 (16/GPU × 4, DeepSpeed ZeRO-2, bf16) · 50k steps · lr 1e-4 cosine, warmup 0.05, wd 1e-5 ·
state_dropout 0.2 · tune_llm False / tune_visual False / projector True / diffusion True · seed 42 ·
backbone nvidia/Cosmos-Reason2-2B (LLM layers ≤ 12). The modality config used is ffw_sh5_left8_h50_config.py at the repo root —
import it to register NEW_EMBODIMENT before loading. experiment_cfg/ inside each checkpoint is verbatim.
Sibling runs: ffw_sh5_n17_260820_left_h50_abs_vis, ffw_sh5_n17_260820_left_h50_rel, ffw_sh5_n17_260820_left_h50_rel_vis.
Code: KimDoYoung1997/Isaac-GR00T @ n1.7-doyoung-a100.
- Downloads last month
- 28
Model tree for learner1119/ffw_sh5_n17_260820_left_h50_abs
Base model
nvidia/GR00T-N1.7-3B