Views
No views yet
transformer for LingBot-VA on Unitree G1 (Dex1) data
(bobchenyx/g1_dex1_pick_pink_lerobot033, task: "pick up the pink object and
place it on the blue cross mark").robbyant/lingbot-va-basefdm_prob=0.5) and computes either the FDM
video-only loss (Eq. 13, lambda_fdm=1.0) or the standard IDM
loss (L_dyn + L_inv) — one forward, one backward. This is not the
earlier g1_fdm_500 two-forward recipe and is not directly comparable to it.transformer/ — vae/, text_encoder/,
and tokenizer/ are unchanged from robbyant/lingbot-va-base.1hf download robbyant/lingbot-va-base --local-dir lingbot-va-base
2hf download armanakbari4/g1_fdmV2_1500 --local-dir g1_fdmV2_1500_dl
3
4mkdir -p g1_fdmV2_1500
5ln -sf $(realpath g1_fdmV2_1500_dl/transformer) g1_fdmV2_1500/transformer
6ln -sf $(realpath lingbot-va-base/vae) g1_fdmV2_1500/vae
7ln -sf $(realpath lingbot-va-base/text_encoder) g1_fdmV2_1500/text_encoder
8ln -sf $(realpath lingbot-va-base/tokenizer) g1_fdmV2_1500/tokenizerCONFIG_NAME=g1 MODEL_PATH=g1_fdmV2_1500.transformer/config.json has attn_mode: torch (inference-ready; flex
attention is training-only).