Task-progress memory and retry control for frozen VLA policies
Teams deploying a pretrained VLA can wrap it in a planner that records completed stages, contact outcomes, and retry history. The VLA handles short contact-rich actions; explicit primitives handle grounding, free-space motion, re-staging, and release. Harness VLA used this structure to raise LIBERO-Pro success from 50.0% for the direct frozen baseline to 82.4% without VLA fine-tuning. TFP also shows that episode-local task state can resolve visually similar scenes that require different actions: real-robot object-swap success increased from 3/20 to 15/20.
A practical trial can start with one multi-stage task that currently fails after an empty grasp, occlusion, or object swap. Log a compact state containing the current stage, elapsed time, last contact result, and retry count. Compare the wrapped policy with the unchanged controller across layout changes, measuring full-task success, repeated-action errors, retries, and added latency. This test will show whether execution state is a cheaper reliability gain than collecting another task-specific fine-tuning set.