English

Dream-MPC: Gradient-Based Model Predictive Control with Latent Imagination

Machine Learning 2026-05-25 v2 Artificial Intelligence Robotics

Abstract

State-of-the-art model-based Reinforcement Learning (RL) approaches either use gradient-free, population-based methods for planning, learned policy networks, or a combination of policy networks and planning. Hybrid approaches that combine Model Predictive Control (MPC) with a learned model and a policy prior to leverage the advantages of both paradigms have shown promising results. However, these approaches typically rely on gradient-free optimization methods, which can be computationally expensive for high-dimensional control tasks. While gradient-based methods are a promising alternative, recent works have empirically shown that gradient-based methods often perform worse than their gradient-free counterparts. We propose Dream-MPC, a novel approach that generates few candidate trajectories from a rolled-out policy and optimizes each trajectory by gradient ascent using a learned world model, uncertainty regularization and amortization of optimization iterations over time by reusing previously optimized actions. Our results on 24 continuous control tasks show that Dream-MPC can significantly improve the performance of the underlying policy and can outperform gradient-free MPC and state-of-the-art baselines. Code and videos are available at https://dream-mpc.github.io.

Keywords

Cite

@article{arxiv.2605.04568,
  title  = {Dream-MPC: Gradient-Based Model Predictive Control with Latent Imagination},
  author = {Jonathan Spieler and Sven Behnke},
  journal= {arXiv preprint arXiv:2605.04568},
  year   = {2026}
}

Comments

Accepted for International Conference on Machine Learning (ICML) 2026

R2 v1 2026-07-01T12:52:15.810Z