The Surprising Difficulty of Search in Model-Based Reinforcement Learning
Wei-Di Chang, Mikael Henaff, Brandon Amos, Gregory Dudek, Scott Fujimoto
TL;DR
This work questions the assumption that better dynamics models automatically enable superior search in model-based RL, showing that search can harm performance due to distribution shift in value learning. The authors analyze why search fails even with accurate models, identifying overestimation caused by querying a value function with data collected under a search policy. They propose MRS.Q, which adds a robust, ensemble-based pessimism by using the minimum over 10 value-functions during both targets and MPC evaluation, along with short-horizon planning and SEM embeddings. Across 50+ tasks in Gym, DM Control, and HumanoidBench, MRS.Q achieves state-of-the-art results, demonstrating that addressing distribution shift and overestimation is key to unlocking the benefits of search. The work provides practical guidance for integrating search into RL, emphasizing how the value-learning pipeline should be coupled with planning to avoid degrade-and-hold scenarios.
Abstract
This paper investigates search in model-based reinforcement learning (RL). Conventional wisdom holds that long-term predictions and compounding errors are the primary obstacles for model-based RL. We challenge this view, showing that search is not a plug-and-play replacement for a learned policy. Surprisingly, we find that search can harm performance even when the model is highly accurate. Instead, we show that mitigating distribution shift matters more than improving model or value function accuracy. Building on this insight, we identify key techniques for enabling effective search, achieving state-of-the-art performance across multiple popular benchmark domains.
