将强化学习与模型预测控制结合,实现高效训练与可靠部署
MPCritic: A plug-and-play MPC architecture for reinforcement learning
- 用批处理梯度更新替代传统优化,降低计算开销
- 支持多种控制架构与算法,适配经典控制任务
- 保持控制结构不变,适合对约束鲁棒性要求高的场景
强化学习(RL)与模型预测控制(MPC)在最优控制问题求解上分别发展出丰富的理论与工具体系。尽管二者概念相似但优势互补,现有融合方法仍受限于计算成本高及软件集成困难,常被迫采用简化版方案,未能发挥双方先进成果。本文提出MPCritic,一种面向机器学习的即插即用式架构,可无缝对接主流MPC工具。该方法基于参数化MPC问题的损失曲面,通过批量训练步骤进行‘软’优化,避免昂贵的最小化计算与参数敏感性分析,同时更新MPC参数。由于训练中保持了原始MPC结构,训练好的代理可直接用于在线部署,确保强约束满足性。我们在经典控制基准测试中验证了MPCritic在兼容不同MPC架构与强化学习算法方面的通用性。
原文摘要 · Abstract (English)
The reinforcement learning (RL) and model predictive control (MPC) communities have developed vast ecosystems of theoretical approaches and computational tools for solving optimal control problems. Given their conceptual similarities but differing strengths, there has been increasing interest in synergizing RL and MPC. However, existing approaches tend to be limited for various reasons, including computational cost of MPC in an RL algorithm and software hurdles towards seamless integration of MPC and RL tools. These challenges often result in the use of "simple" MPC schemes or RL algorithms, neglecting the state-of-the-art in both areas. This paper presents MPCritic, a machine learning-friendly architecture that interfaces seamlessly with MPC tools. MPCritic utilizes the loss landscape defined by a parameterized MPC problem, focusing on "soft" optimization over batched training steps; thereby updating the MPC parameters while avoiding costly minimization and parametric sensitivities. Since the MPC structure is preserved during training, an MPC agent can be readily used for online deployment, where robust constraint satisfaction is paramount. We demonstrate the versatility of MPCritic, in terms of MPC architectures and RL algorithms that it can accommodate, on classic control benchmarks.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。