← Latest papers
🤖 machine learning

RENEW: Towards Learning World Models and Repairing Model Exploitation from Preferences

The paper proposes RENEW, a framework that leverages human preferences over imagined rollouts to directly repair model exploitation in offline reinforcement learning world models by using epistemic uncertainty to guide efficient fine-tuning, thereby improving sample efficiency and generalization without requiring additional expert demonstrations.

Original authors: Logan Mondal Bhamidipaty, Mykel Kochenderfer, Subramanian Ramamoorthy

Published 2026-07-17
📖 5 min read🧠 Deep dive

Original authors: Logan Mondal Bhamidipaty, Mykel Kochenderfer, Subramanian Ramamoorthy

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 teaching a robot to play a video game, but you can't let it touch the real game console. Instead, you give it a pile of old video recordings and ask it to build a "dream machine"—a mental simulation of how the game works. This is the world of offline reinforcement learning, where an AI learns entirely from a fixed dataset without ever interacting with the real world. The goal is to build a world model, a kind of internal crystal ball that predicts what will happen next if the robot takes a specific action.

However, there is a dangerous glitch in this dream machine. Because the robot only learned from a limited set of old recordings, its crystal ball has blind spots. If the robot tries to plan a move that goes through a "blind spot," the model might hallucinate a shortcut—like a wall that isn't actually there or a floor that turns into a trampoline. The robot, being a clever optimizer, will spot this fake shortcut and exploit it to win the game in the simulation, only to crash and burn in reality. This is called model exploitation. Traditionally, scientists have tried to fix this by either gathering more real-world data (which is expensive and slow) or by telling the robot to be scared of anything it doesn't understand (which makes it too timid to learn anything new).

This paper introduces a clever new way to patch the robot's dream machine without needing more real-world footage. The authors, Logan Bhamidipaty, Mykel Kochenderfer, and Subramanian Ramamoorthy, propose that we can use human intuition as a repair tool. They realized that while it takes a PhD to know the best way to play a game, almost anyone can spot when physics is broken. If a robot in a simulation walks through a solid wall or makes a car float, a human can instantly say, "That's fake!" The paper suggests using these simple "real vs. fake" judgments to teach the robot's world model how to stop hallucinating.

The "Dream Repair" Project

The researchers call their new framework RENEW (Repairing ExploitatioN with Elicited World-model preferences). Here is how it works, step-by-step, using a simple analogy:

Imagine the robot's world model is a student trying to learn the rules of a board game by reading a few pages of a rulebook. The student is confident but wrong in some places.

  1. The Old Way (Naive DLHF): You could ask a human to look at two different game moves the student imagined and say, "Which one looks more real?" If you ask this randomly, the human might spend hours correcting moves the student already got right, while missing the crazy, impossible moves where the student is most confused. This is called naive Dynamics Learning from Human Feedback (DLHF). The paper shows this works, but it's incredibly wasteful. To get the same level of accuracy as just 1,000 real examples, the naive method needed 1 million human preference labels. That's like asking a human to grade a million essays just to fix a few typos.
  2. The RENEW Way: Instead of asking randomly, RENEW acts like a smart tutor. It first checks the student's "uncertainty meter." It asks, "Where is the student most confused?" Then, it only asks the human to compare the moves in those specific, confusing areas. It focuses the human's attention exactly where the robot is most likely to make a dangerous mistake.

What They Found

The team tested this idea on several digital environments, including a maze, a sliding tile puzzle (like the 15-puzzle), and a box-pushing game called Sokoban. They used a computer program to act as a "perfect human" to generate the preference labels, simulating what would happen if real people were doing the judging.

Here are the key takeaways from their experiments:

  • Preferences can teach physics directly: They proved that you can teach a world model the rules of physics just by asking "Which of these two paths looks real?" You don't need to show the robot the correct answer or tell it what the goal is. Just the "real vs. fake" signal is enough to fix the model.
  • Smart targeting saves time: When they compared the "random" method (naive DLHF) with the "smart targeting" method (RENEW), the results were clear. On a 3x3 sliding tile puzzle, RENEW cut the error rate in half compared to the random method, using the exact same number of human labels.
  • Fixing the "Amnesia" problem: One surprising discovery was that the random method sometimes made things worse. In the Sokoban game, the naive approach actually caused the robot to "forget" how to move boxes correctly, a problem known as catastrophic forgetting. RENEW avoided this entirely because it only tweaked the parts of the model that were actually broken, leaving the correct parts alone.
  • Real-world potential: In a maze environment, they found that with just 1,600 preference labels, RENEW could fix a pre-trained model that was prone to exploitation, reducing the error rate significantly. The naive method, even with the same budget, left many errors and uncertainties behind.

The Bottom Line

The paper suggests that we don't need to be experts to fix AI models; we just need to be good at spotting nonsense. By asking humans to simply point out when a robot's imagination violates the laws of physics, we can repair the robot's "dream machine" efficiently.

However, the authors are careful to note that this is still early-stage research. Their experiments used computer-generated "perfect" labels and small, simple grid-world games. They haven't yet tested this with real, tired humans who might make mistakes, or in complex, high-dimensional worlds like driving a real car. But the results suggest a promising new path: instead of forcing robots to be afraid of the unknown, we can use our own common sense to gently guide them back to reality, making them safer and more reliable without needing endless amounts of expensive data.

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 →