Physics-Regulated Deep Reinforcement Learning: Invariant Embeddings
Hongpeng Cao, Yanbing Mao, Lui Sha, Marco Caccamo
TL;DR
Phy-DRL tackles safety in learning-based autonomy by integrating physics with deep RL through three invariant embeddings: a Residual Action Policy that linearizes part of the control and stabilizes learning, a Safety-Embedded Reward that enforces a Lyapunov-like safety criterion via a scalar envelope ${\Omega}$ and LMIs to maximize safety, and Physics-Knowledge-Enhanced DNNs (PhyN) that enforce partial physics knowledge on the critic and actor via Taylor-series augmentation and knowledge-based editing. The authors prove a safety and stability guarantee under certain conditions and demonstrate faster, more robust training on cart-pole and quadruped tasks, outperforming purely data-driven DRL and pure model-based controllers in safety and efficiency. The framework offers a practical path toward safe, sample-efficient RL for safety-critical robotics, with reproducible results and publicly available code. Overall, Phy-DRL integrates physics priors with invariant architectural designs to deliver provable safety while maintaining learning flexibility.
Abstract
This paper proposes the Phy-DRL: a physics-regulated deep reinforcement learning (DRL) framework for safety-critical autonomous systems. The Phy-DRL has three distinguished invariant-embedding designs: i) residual action policy (i.e., integrating data-driven-DRL action policy and physics-model-based action policy), ii) automatically constructed safety-embedded reward, and iii) physics-model-guided neural network (NN) editing, including link editing and activation editing. Theoretically, the Phy-DRL exhibits 1) a mathematically provable safety guarantee and 2) strict compliance of critic and actor networks with physics knowledge about the action-value function and action policy. Finally, we evaluate the Phy-DRL on a cart-pole system and a quadruped robot. The experiments validate our theoretical results and demonstrate that Phy-DRL features guaranteed safety compared to purely data-driven DRL and solely model-based design while offering remarkably fewer learning parameters and fast training towards safety guarantee.
