Stability Enhancement in Reinforcement Learning via Adaptive Control Lyapunov Function
Donghe Chen, Han Wang, Lin Cheng, Shengping Gong
TL;DR
The paper tackles the safety gap in reinforcement learning for real-world control by introducing SAC-CLF, which fuses Soft Actor-Critic with Control Lyapunov Functions. It advances safety during learning through (i) a systematic, task-specific CLF design via system linearization and LQR, (ii) adaptive constraint strength informed by CLF derivative discrepancies, and (iii) a vibration-dampening term that prioritizes smooth control inputs. Across simulations on a nonlinear 2D system and spacecraft attitude control, SAC-CLF improves stability, robustness to unmodeled dynamics, and sample efficiency compared to baselines, with notable gains for the satellite scenario. The work supports safer, more reliable RL-based control in safety-critical applications and points to extensions to more complex dynamics and autonomous systems.
Abstract
Reinforcement Learning (RL) has shown promise in control tasks but faces significant challenges in real-world applications, primarily due to the absence of safety guarantees during the learning process. Existing methods often struggle with ensuring safe exploration, leading to potential system failures and restricting applications primarily to simulated environments. Traditional approaches such as reward shaping and constrained policy optimization can fail to guarantee safety during initial learning stages, while model-based methods using Control Lyapunov Functions (CLFs) or Control Barrier Functions (CBFs) may hinder efficient exploration and performance. To address these limitations, this paper introduces Soft Actor-Critic with Control Lyapunov Function (SAC-CLF), a framework that enhances stability and safety through three key innovations: (1) a task-specific CLF design method for safe and optimal performance; (2) dynamic adjustment of constraints to maintain robustness under unmodeled dynamics; and (3) improved control input smoothness while ensuring safety. Experimental results on a classical nonlinear system and satellite attitude control demonstrate the effectiveness of SAC-CLF in overcoming the shortcomings of existing methods.
