Views
No views yet
1step-100000.safetensors joint VAM checkpoint at 100k steps
2training_metadata.json training and upload metadata
3README.md this model card3c1060b425866afc60fc37136973fa36f5d6803c49468f6b7be5be2967e57fe8action_dit.* ActionMoT weights. The Wan2.2-TI2V-5B base assets are not bundled.1run directory: src/vam/models/train/vam_icl/paired_v3_alltasks_mv_mot_ti2v5b_16g_100k_mask_v3_ref_openwam_eef_fastwam_warmstart_refdrop10_0524_0329
2wandb run: run-20260524_113637-h7w9s4pf
3wandb run name: paired_v3_train_mv_mot_ti2v5b_16g_100k_mask_v3_openwam_refdrop10_0524_0329
4wandb url: https://wandb.ai/wuji-tech/vam_icl/runs/h7w9s4pf
5checkpoint: step-100000.safetensors
6dataset: RoboTwin ICL-paired v3
7target robot: arx-x5
8task split: 20 train tasks
9episodes/task: 150 train episodes
10backbone: Wan2.2-TI2V-5B
11action stream: 30-layer ActionMoT, OpenWAM/FastWAM warm-start style
12reference mode: enabled, cross-embodiment full reference video
13reference dropout: 0.1
14multiview: enabled, RoboTwin head + left wrist + right wrist layout
15mask variant: v31action_space: eef
2proprio_space: action
3action_dim: 16
4proprio_dim: 16
5action_format: absolute1raw action window: 33 frames
2action horizon: 32 actions
3action_video_freq_ratio: 4
4target video frames: 9 frames sampled at raw indices [0, 4, ..., 32]
5resolution: 384 x 320
6resize mode: stretch
7multiview layout: head camera on top, left/right wrist cameras below
8full reference video: enabled
9max reference frames: 41
10reference subsample factor: 4
11paired reference: false1action_dim=16
2proprio_dim=16
3num_frames=9
4action_horizon=32
5height=384
6width=320
7multiview=true
8action_space=eef
9proprio_space=action
10disable_reference_video=false
11full_reference_video=true
12max_ref_frames=41
13ref_subsample_factor=4
14mask_variant=v3
15reference_dropout=0.11[val_id step 100000] 20/98741 samples: loss=0.143614, loss_video=0.101261, loss_action=0.042352
2[val_id step 100000] task=grab roller action_MSE=0.000742 action_MAE=0.020227 video_MSE=1894.89 PSNR=19.31 SSIM=0.8012 LPIPS=0.1998src/vam/examples/wanvideo/human2robot/train_video_action.py.