菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-08
📄 Abstract - Safe Reinforcement Learning using Ideas from Model Predictive Control

Reinforcement learning (RL) enables the synthesis of control policies directly from data, making it highly appealing for complex cyber-physical systems (CPSs) and robotics. A persistent challenge, however, is ensuring strict, hard safety constraints during the active learning phase. In real-world physical systems, violating mechanical limits can cause irreversible damage, necessitating that exploration remains strictly within safe operational regions. We propose a generalized framework that combines the adaptive, high-performance nature of deep reinforcement learning (DRL) with the formal safety guarantees of model predictive control (MPC). Using a mathematical model of the system dynamics, offline MPC computations define a feasible state-action space, representing all safe combinations of system states and control inputs that guarantee constraint satisfaction. During training and deployment, the RL agent's instantaneous actions are projected onto this globally verified feasible set via a safety filter. We systematically evaluate our generalized approach on a non-linear 1-DoF laboratory testbed, demonstrating successful exploration and stable policy convergence on physical hardware.

顶级标签: reinforcement learning robotics systems
详细标签: safe reinforcement learning model predictive control safety filter cyber-physical systems constraint satisfaction 或 搜索:

基于模型预测控制思想的强化学习安全方法 / Safe Reinforcement Learning using Ideas from Model Predictive Control


1️⃣ 一句话总结

本文提出了一种将深度强化学习的自适应性与模型预测控制的形式化安全保证相结合的方法,通过离线计算安全状态-动作空间并利用安全滤波器实时修正强化学习的动作,从而在物理系统的训练过程中确保严格的约束满足和硬件安全。

源自 arXiv: 2607.07252