paper-with-me

Papers

Bootstrapped Model Predictive Control

2025-03-24 · Yuhang Wang, Hanwei Guo, Sizhe Wang, Long Qian, Xuguang Lan

Model Predictive Control (MPC) has been demonstrated to be effective in continuous control tasks. When a world model and a value function are available, planning a sequence of actions ahead of time leads to a better policy. Existing methods typically obtain the value function and the corresponding policy in a model-free manner. However, we find that such an approach struggles with complex tasks, resulting in poor policy learning and inaccurate value estimation. To address this problem, we leverage the strengths of MPC itself. In this work, we introduce Bootstrapped Model Predictive Control (BMPC), a novel algorithm that performs policy learning in a bootstrapped manner. BMPC learns a network policy by imitating an MPC expert, and in turn, uses this policy to guide the MPC process. Combined with model-based TD-learning, our policy learning yields better value estimation and further boosts the efficiency of MPC. We also introduce a lazy reanalyze mechanism, which enables computationally efficient imitation learning. Our method achieves superior performance over prior works on diverse continuous control tasks. In particular, on challenging high-dimensional locomotion tasks, BMPC significantly improves data efficiency while also enhancing asymptotic performance and training stability, with comparable training time and smaller network sizes. Code is available at https://github.com/wertyuilife2/bmpc.

📄 PDF Abstract BibTeX arXiv:2503.18871

Code (2)

wertyuilife2/bmpc 공식 구현 pytorch
ShaneFlandermeyer/bmpc-jax jax

Tasks

continuous-controlContinuous ControlImitation LearningmodelModel Predictive Control

Similar Papers 제목 키워드 기반

Generative Models From and For Sampling-Based MPC: A Bootstrapped Approach For Adaptive Contact-Rich Manipulation

2025-10-16 · Lara Brudermüller, Brandon Hung, Xinghao Zhu, Jiuguang Wang 외 arxiv

We present a generative predictive control (GPC) framework that amortizes sampling-based Model Predictive Control (SPC) by bootstrapping it with conditional flow-matching models trained on SPC control sequences collected…

Bootstrapped Monitoring: Leveraging Transparent Reasoning to Oversee Stronger AI Agents

2026-06-10 · Frank Xiao, Mary Phuong arxiv

Trusted monitoring is a cornerstone of AI control. However, as frontier models grow more capable, the increasing capabilities gap between trusted and untrusted models may render trusted models unreliable monitors. We int…

Why Are Bootstrapped Deep Ensembles Not Better?

2020-10-19 · NeurIPS Workshop ICBINB 2020 12 · Jeremy Nixon, Balaji Lakshminarayanan, Dustin Tran

Ensemble methods have consistently reached state of the art across predictive, uncertainty, and out-of-distribution robustness benchmarks. One of the most popular ways to construct an ensemble is to ind…

Robust Path Following on Rivers Using Bootstrapped Reinforcement Learning

2023-03-24 · Niklas Paulig, Ostap Ohkrin

This paper develops a Deep Reinforcement Learning (DRL)-agent for navigation and control of autonomous surface vessels (ASV) on inland waterways. Spatial restrictions due to waterway geometry and the resulting challenges…

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning

Iterative Semi-parametric Dynamics Model Learning For Autonomous Racing

2020-11-17 · Ignat Georgiev, Christoforos Chatzikomis, Timo Völkl, Joshua Smith 외

Accurately modeling robot dynamics is crucial to safe and efficient motion control. In this paper, we develop and apply an iterative learning semi-parametric model, with a neural network, to the task of autonomous racing…

Autonomous Racing