> Paper: Learning while Deploying: Fleet-Scale Reinforcement Learning for Generalist Robot Policies > Authors: Yi Wang, Xinchen Li, Pengwei Xie, Pu Yang > arXiv: 2605.00416 | 2026-04-29
1. The Robot That Stops Learning After Shipping
Imagine buying a household robot:
The status quo:
- Skills trained before it leaves the factory
- New situations at home → it cannot cope
- Mistakes → no lessons learned
- Permanently stuck at its factory-level capability
- The real world is infinitely complex
- Pretraining data cannot cover everything
- Long-tail failures keep appearing
- Human corrections go unused
- The robot works in your home
- Makes a mistake → learns to correct it
- Encounters something new → adapts
- Understands your needs better and better
- Static capability: as strong as it was at shipping, never better, helpless in new environments
- Data limitations: pretraining data always has blind spots; long-tail scenarios cannot be fully covered
- Continuous evolution: smarter with use, learning from errors, adapting to user preferences
- Scale effects: the larger the fleet, the faster the learning; network effects
- Personalization: adapts to a specific user's needs — a truly "my robot"
The problems:
The ideal state:
2. LWD: Learning While Deploying
The paper proposes LWD (Learning While Deploying):
Core idea: > Robots are not "frozen after training" — they keep learning during deployment, learning from distribution shift, failure cases, and human corrections.
Technical approach:
1. Fleet-scale learning — not one robot learning alone, but the entire fleet learning together. A problem encountered by one robot benefits all robots.
2. Offline-to-online — pretrain on large-scale offline data first, then switch to online learning after deployment, continuously improving from real interactions.
3. Handling distribution shift — the real environment differs from the training environment; shift is detected automatically and adaptation is targeted.
4. Exploiting human corrections — user corrections of robot mistakes become learning signals, making the robot better aligned with user preferences.
5. Long-tail failures — rare but important failure scenarios; failures occurring anywhere in the fleet are shared, so collective wisdom exceeds individual experience.
It is like a fleet of veteran drivers: situations a new driver encounters become lessons for the whole team; veterans make mistakes too, but improve after each one; the fleet's collective experience keeps growing.
3. Why Continual Learning Matters
Problems with pretrain-and-freeze:
LWD's advantages:
4. A Feynman-Style Judgment: The Best Learning Comes from Practice
Feynman said: > "Knowing the name of something and truly understanding something are completely different."
Applied to robot learning: > Offline pretraining lets a robot "know" how to act. Only continuous online learning lets it "understand" — testing, correcting, and deepening understanding through practice. LWD turns the robot from a "student" into a "lifelong learner."
This mirrors education itself: classroom learning is the foundation, learning in practice is the deepening, and lifelong learning is wisdom.
5. Takeaways
If you build robots or deploy AI systems, ask yourself:
1. "Is my system frozen once deployed?" 2. "Am I using post-deployment feedback to improve?" 3. "Can fleet/cluster scale accelerate learning?" 4. "Are user corrections treated as learning signals?"
LWD reminds us: the best robot is not the one trained best, but the one that learns best.
When robots shift from "fixed at the factory" to "lifelong learners," they become more than tools — they become partners that grow with you and understand you better over time. In the future of robotics, "learning ability" may matter more than "current capability." The best adaptation is not being born perfect, but evolving continuously.