Fleet replay loop for deployed VLA manipulators
A robot team running more than one manipulator should treat deployment logs as training input, including failed autonomous attempts, partial progress, recoveries, and human interventions. LWD gives a concrete pattern: send current checkpoints to a shared fleet, collect rollouts into an online replay buffer, mix them with offline data, and retrain a shared VLA policy with value learning that can propagate sparse rewards across long tasks.
The cheap adoption test is a narrow one: pick two or three tasks where the pretrained policy fails after small object, placement, or user-instruction changes, then run a short replay loop with success, failure, and intervention labels. The LWD result is still a research result, but its evaluation used 16 dual-arm robots across 8 real-world tasks, including 3–5 minute manipulation tasks, and reported 95% average success after a few hours of online interaction. That is enough evidence to justify building the data plumbing before buying another round of clean demonstrations.