Adverse-state recovery trials for long-horizon VLA evaluations
Robot teams evaluating VLA policies should run controlled contact-drift trials alongside ordinary task rollouts. A small test set can inject premature gripper close, grasp slip, grasp position offset, and grasp orientation mismatch, then log whether the policy repairs the state without a hand-coded retry rule. RePO-VLA reports average adversarial success rising from 20% to 75% using success, failure, and recovery rollouts with separate labels, and its FRBench protocol describes 23,453 simulated bimanual episodes across 46 tasks with defined error types.
This also changes data handling. Failed rollouts should be kept when they contain useful prefixes, while recovery segments should be sliced so the model learns correction from the adverse state. For longer task sequences, ECHO adds a related test: store successful subgoal segments and measure retrieval on LIBERO-Long-style tasks. It reports 93.5% success on LIBERO-Long versus 80.7% for vanilla π0, with ablations showing gains from structured memory over a short-term buffer or flat memory alone.