← Latest papers
🤖 machine learning

Position: Deployed Reinforcement Learning should be Continual

This position paper argues that deployed reinforcement learning systems should adopt a continual learning paradigm rather than the traditional train-then-fix approach, as real-world non-stationarity necessitates that agents never stop adapting to maintain optimal performance.

Original authors: Parnian Behdin, Kevin Roice, Golnaz Mesbahi

Published 2026-06-04
📖 5 min read🧠 Deep dive

Original authors: Parnian Behdin, Kevin Roice, Golnaz Mesbahi

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you hire a brilliant chef to cook dinner for your family. You train them for months in a test kitchen, feeding them every recipe they might ever need. Once they pass the final exam, you lock the kitchen door, give them a fixed menu, and tell them, "You are done learning. Just cook this menu forever."

This is how most Artificial Intelligence (AI) systems work today. The paper calls this the "Train-Then-Fix" paradigm.

The authors of this paper argue that this approach is fundamentally flawed for real-world AI. They believe that once an AI is deployed (put to work in the real world), it should never stop learning. They call this "Continual Reinforcement Learning."

Here is a breakdown of their argument using simple analogies:

1. The Problem: The World is a Moving Target

In the real world, things change constantly.

  • The Chef Analogy: Imagine your family's taste buds change. Maybe they get tired of pasta and suddenly crave sushi. Or maybe a new ingredient becomes popular. If your chef is stuck on the old menu, the food will eventually taste bad, and your family will stop eating.
  • The AI Reality: The paper argues that the real world is too complex ("The Big World") for any AI to learn everything before it starts working. Even if the AI is smart, it can't predict every future change. If you freeze its "brain" after training, it will slowly become outdated and perform poorly.

2. Why "Train-Then-Fix" Fails

The authors identify four specific reasons why the world changes after an AI starts working, making it impossible to just "set and forget":

  • The AI Changes the World (Action-Induced Non-Stationarity):
    • Analogy: Imagine a music recommendation app. If it keeps suggesting the same type of song, the user might get bored and stop listening to that genre. The app's own choices changed the user's taste.
    • Reality: An AI's actions often change the environment it operates in.
  • The World Changes on Its Own (Environment Dynamics):
    • Analogy: Seasons change, traffic patterns shift, or hardware (like a robot's joints) wears out over time.
    • Reality: Things outside the AI's control change, making old rules useless.
  • The Goalposts Move (Evolving Goals):
    • Analogy: A company might decide that "speed" is the most important metric today, but next year, "safety" becomes the priority.
    • Reality: Human priorities and regulations change, meaning what counts as a "good job" changes too.
  • Surprise Events (Emergent Novelty):
    • Analogy: A "Black Swan" event, like a sudden global pandemic or a weird new type of code that no one has ever seen before.
    • Reality: The AI will inevitably encounter situations it was never trained on.

3. The Solution: The "Measurable Deployment"

The paper focuses on a specific type of situation called "Measurable Deployment."

  • The Analogy: This is like a chef who is still being watched. Even though they are cooking for real customers, the customers still leave reviews (ratings, tips, or complaints). The chef knows if the food is good or bad in real-time.
  • The Argument: If the AI gets feedback (a "reward signal") telling it how well it's doing, it is a waste of potential to ignore that feedback. Instead of waiting for a human to say, "Hey, your performance dropped, let's retrain you," the AI should use that feedback to learn and adapt right then and there.

4. Real-World Examples

The paper points to two companies that are already doing this successfully:

  • Cursor Tab (Coding Assistant): This tool helps programmers write code. It doesn't just sit there; it learns from which code suggestions programmers actually accept. It updates its "brain" every few hours based on real-time feedback, rather than waiting months for a new software update.
  • Lyft (Ride-Sharing): Lyft uses AI to match drivers with riders. Because traffic, demand, and driver locations change every second, their AI learns and updates its strategy in real-time. If they waited to retrain the model offline, they would miss millions of dollars in potential rides.

5. The Call to Action

The authors are urging two groups to change their mindset:

  • For Practitioners (The Builders): Stop treating deployment as the "end" of the learning process. Build systems where the AI can learn from its mistakes and successes while it is working. Treat the live data as training data.
  • For Researchers: Stop trying to build AI that "converges" (stops learning once it finds the perfect answer). Instead, build AI that is designed to keep searching and adapting forever, because in the real world, the "perfect answer" doesn't exist.

Summary

The paper's main message is simple: If you put an AI in the real world where it gets feedback, you must let it keep learning. Freezing its knowledge is like telling a driver to keep their eyes closed after they've passed their driving test. The road changes, the car changes, and the destination changes. The only way to stay safe and efficient is to keep driving, keep looking, and keep learning.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →