Rollout gates for uncertain VLA actions and execution errors
Manipulation teams can add a rollout gate around an existing VLA policy before retraining the whole model. The gate should watch for two signals during execution: disagreement between sampled action chunks and visible task-state errors such as missed grasps, wrong-object actions, or pose slips. Low-risk steps can run through the base policy. High-disagreement or error states can trigger candidate sampling, a relative action critic, or a recovery plan.
VLA-ATTC gives one build pattern: sample two action chunks, use Dynamic Time Warping distance as an uncertainty signal, and spend extra compute only when the distance crosses a threshold. On real Agilex Piper tasks, PI0 rose from 46.0% average success to 58.7% with the adaptive version while reporting 20.8 Hz control. Sentinel-VLA gives the complementary status-monitor pattern: predict Initial, Normal, New-subtask, or Error, keep a task memory, and generate recovery behavior when an error is detected. It reports 60.0% average success across three real Agilex Piper tasks and 13 ms/action on an RTX4090.
A useful first test is a replay of recent failed rollouts with injected grasp, pose, and semantic errors. The acceptance criteria should include success gain, false recovery triggers, and added latency per action, because a recovery layer that misses the control budget will fail on the robot even if it improves offline traces.