WAMData EEF Left-Wrist Post-Train
Selected checkpoint: checkpoint_step_10000 from
wamdata_eef_left_wrist_gbs32_10k_20260717_104512.
The Hugging Face repository for this post-trained model contains only:
transformer/config.json
transformer/diffusion_pytorch_model.safetensors
deploy/lingbot_action_stats_wamdata.json
SHA256SUMS
Download robbyant/lingbot-va-base separately. At runtime, assemble its vae,
tokenizer, and text_encoder with this repository's transformer.
Robot Contract
- Cameras:
exterior_image_1_left, then wrist_image_left.
- Input resolution in the model server: 224 x 320 per camera.
- Dataset and control rate: 30 Hz.
- Action representation: absolute left EEF
xyz + quaternion_xyzw + gripper.
- Returned active action shape:
(8, 4, 20).
- The first 20-action slot of the initial chunk is conditioning, not executable.
- Normalize predicted quaternions to unit length before sending them to the robot.
- Inactive right-arm and joint channels are masked during training and sampling.