Policy-in-the-loop rollout gate for VLA checkpoint promotion
Robotics teams training VLA policies can add a pre-hardware gate that runs each candidate checkpoint through closed-loop imagined rollouts. The policy predicts an action chunk, a world model predicts the next multi-view observation, and the generated terminal observation becomes the next policy input. This matches the observe-act loop used on the robot and gives teams a cheaper screen before they spend time on resets, safety checks, and repeated real trials.
PiL-World is the clearest template. On three real dual-arm tasks, it cut the average gap between real and imagined success rates from 63.2% with Ctrl-World to 12.0%, and reported 0.94 Pearson correlation across task-checkpoint settings. A practical first test is to calibrate the gate on two or three existing tasks where the team already has real rollout results, then check whether the imagined rollout ranks new checkpoints in the same order as a small real-robot evaluation batch.