LGSYSYApr 1

Soft MPCritic: Amortized Model Predictive Value Iteration

arXiv:2604.0147712.6h-index: 10
AI Analysis

This work addresses the problem of scalable RL-MPC integration for control tasks, offering a practical blueprint for settings where traditional methods fail, though it appears incremental in combining existing techniques.

The paper tackled the computational challenge of combining reinforcement learning and model predictive control at scale by proposing soft MPCritic, a framework that learns in value space using sample-based planning, achieving practical and scalable synthesis of MPC policies on classic and complex control tasks.

Reinforcement learning (RL) and model predictive control (MPC) offer complementary strengths, yet combining them at scale remains computationally challenging. We propose soft MPCritic, an RL-MPC framework that learns in (soft) value space while using sample-based planning for both online control and value target generation. soft MPCritic instantiates MPC through model predictive path integral control (MPPI) and trains a terminal Q-function with fitted value iteration, aligning the learned value function with the planner and implicitly extending the effective planning horizon. We introduce an amortized warm-start strategy that recycles planned open-loop action sequences from online observations when computing batched MPPI-based value targets. This makes soft MPCritic computationally practical, while preserving solution quality. soft MPCritic plans in a scenario-based fashion with an ensemble of dynamic models trained for next-step prediction accuracy. Together, these ingredients enable soft MPCritic to learn effectively through robust, short-horizon planning on classic and complex control tasks. These results establish soft MPCritic as a practical and scalable blueprint for synthesizing MPC policies in settings where policy extraction and direct, long-horizon planning may fail.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes