Views
No views yet
mean_std (joints) + min_max (gripper).
Recipe: freeze-LLM (tune_llm=False, visual/projector/diffusion tuned), batch 32, 30k steps,
decord video backend.so101_delta_configs.py
to the gr00t repo root (that is the only file needed), then:1python scripts/inference_service.py --server \
2 --model-path mkpongm/gr00t-n1_5-sponge-marker-delta-10k \
3 --data-config so101_delta_configs:So101SpongeMarkerDeltaDataConfig \
4 --embodiment-tag new_embodiment --denoising-steps 8 --port 5556experiment_cfg/metadata.json like any
other gr00t config - no side-car stats file is needed. action.single_arm holds delta
stats (mean ~= [0.12,-1.63,-2.36,-0.54,0.02]); action.gripper and state.* hold absolute
stats. The client (eval_lerobot.py) needs no changes - unapply restores absolute joint
targets.