← Latest papers
🤖 machine learning

Position: RL Researchers Need to Distinguish Between Solving Simulators and Using Simulators as a Proxy

This paper argues that reinforcement learning researchers must clearly distinguish between the fundamentally different goals of "solving simulators" and "using simulators as a proxy for real-world deployment," as conflating these objectives leads to inappropriate algorithm choices, misleading evaluation metrics, and flawed conclusions.

Original authors: Matthew Vandergrift, Esraa Elelimy, Martha White

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

Original authors: Matthew Vandergrift, Esraa Elelimy, Martha White

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 are a coach trying to train a new athlete. You have two very different goals, but you are using the same training facility (a simulator) for both. The paper argues that researchers in Reinforcement Learning (RL) are often confusing these two goals, leading to bad advice and wasted effort.

Here is the breakdown of the two distinct "training camps" and why mixing them up is a problem.

The Two Different Goals

1. The "Video Game Champion" Goal (Solving the Simulator)

  • The Goal: You want to find the absolute best possible player for a specific video game or simulation. You don't care about the real world; you just want the highest score in the game.
  • The Cheat Code: Since this is a video game, you can do things that are impossible in real life. You can pause the game, rewind time, reset the character to a specific spot to try a different move, or run 100 copies of the game at the same time to learn faster.
  • The Metric: You only care about the final score. If the player crashes 99 times but finally hits a perfect run on the 100th try, that's a success. You can throw away all the bad attempts and keep only the best one.

2. The "Real-World Driver" Goal (Using the Simulator as a Proxy)

  • The Goal: You are training a robot or an AI to drive a car or manage a power plant in the real world. The simulator is just a safe place to practice before they go out on the actual road.
  • The Constraint: In the real world, you cannot rewind time, you cannot spawn 100 copies of a car, and you cannot reset a crash. Every mistake costs money, time, or safety.
  • The Metric: You care about how well they perform while they are learning. If the robot crashes 99 times while learning, those 99 crashes actually happened and cost money. You can't just delete the bad days.

The Problem: Mixing Up the Rules

The paper claims that researchers are often using "Video Game Champion" tricks to train "Real-World Drivers," which creates a false sense of security. Here are four specific ways this goes wrong, explained with analogies:

1. The "Parallel Universe" Trap

  • The Trick: In the video game goal, researchers run 1,000 copies of the game at once to learn super fast.
  • The Reality Check: In the real world, you only have one car. If you train an AI using 1,000 cars, it learns to drive incredibly fast in the simulation. But when you put that same AI in a single car, it is suddenly very slow and confused because it never learned to handle the "one car at a time" reality.
  • The Result: Researchers think they have a super-fast algorithm, but it fails when applied to a single real-world environment.

2. The "Rewind Button" Problem

  • The Trick: In the video game goal, if an agent gets stuck, the researcher hits "Reset" to send it back to a specific spot to try again. This helps it learn difficult levels quickly.
  • The Reality Check: In the real world, you can't hit reset. If a robot falls off a table, it's broken. If you train an agent that relies on hitting "reset" whenever it gets stuck, it will be useless in the real world because it never learned how to recover from a mistake on its own.
  • The Result: Researchers miss out on finding the best possible solution for the video game because they aren't using the "reset" button, OR they create agents that are too dependent on resets to ever work in reality.

3. The "Try Again" Budget

  • The Trick: When tuning the settings (hyperparameters) for a video game, researchers might try 50 different settings. If 49 of them fail, they just delete those 49 attempts and only keep the one that worked.
  • The Reality Check: In the real world, you can't delete the cost of a failed experiment. If you try 49 bad settings on a real power plant, you might waste millions of dollars or cause a blackout.
  • The Result: Researchers pick algorithms that look great because they "cheated" by throwing away their failures. When these algorithms are used in the real world, they fail because they haven't learned to handle the cost of mistakes.

4. The "Practice vs. Performance" Score

  • The Trick: Researchers often stop the agent every few minutes to test it in a "frozen" state (no learning, just performing) to see how good it is. This usually gives a high score.
  • The Reality Check: In the real world, the agent is always learning and making mistakes while it works. It doesn't get to pause and "show off" a perfect version of itself.
  • The Result: A paper might show a graph where the agent looks amazing (the "frozen" score), but in reality, the agent is stumbling around and performing poorly (the "learning" score).

The Call to Action

The authors are asking the research community to stop pretending these two goals are the same.

  • If you are solving a simulator: Be honest! Say, "We are trying to beat the high score in this specific game." Use all the cheat codes (parallel worlds, resets) to get the best result.
  • If you are training for the real world: Be honest! Say, "We are using this simulator to prepare for the real world." Do not use cheat codes. Train the agent to handle mistakes, don't run 1,000 copies, and measure how well it does while it is learning, not just the final result.

In short: Don't train a driver using video game rules and then expect them to survive a real traffic jam. The paper asks researchers to clearly state which "game" they are playing so we don't get fooled by results that don't translate to the real world.

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 →