Research & Papers

ICML 2026 paper: RL researchers must stop conflating simulator scores with real-world performance

A new position paper argues that overfitting to benchmark simulators is derailing reinforcement learning progress.

Deep Dive

In a new position paper accepted at ICML 2026, researchers Vandergrift, Elelimy, and White argue that the reinforcement learning community needs to explicitly separate two fundamentally different research questions: solving simulators (achieving high scores in a specific simulated environment) and using simulators as a proxy for training agents that will later be deployed in real-world settings. The distinction matters because the constraints, algorithmic choices, and evaluation metrics differ drastically. For example, solving a simulator often allows unlimited resets and direct manipulation of the environment, while using a simulator as a proxy requires algorithms that can handle distribution shift, limited data, and partially observable dynamics—much like real deployment. The paper demonstrates through simple experiments how conflating these goals can lead to algorithms that look impressive in benchmarks but fail when transferred to the real world. The authors call for a community-wide shift in empirical practices, urging researchers to explicitly state which use case they are addressing and to adopt evaluation protocols tailored to that setting. This work sparks a necessary conversation about the rigor and reproducibility of RL experimentation.

Key Points
  • Paper identifies two distinct RL research goals: solving simulators (optimizing for in-simulator score) vs. using simulators as a proxy (training for real-world deployment).
  • Conflating these leads to inappropriate algorithms—e.g., those exploiting simulator quirks—and misleading benchmark conclusions.
  • The authors propose clearer experimental protocols, including different evaluation metrics (e.g., generalization vs. final score) and constraints on agent-simulator interaction.

Why It Matters

This paper challenges RL practitioners to rethink benchmarking and evaluation, directly impacting how we measure progress toward real-world AI.

📬 Get the top 10 AI stories daily