Lyapunov-based Safe Policy Optimization for Continuous Control
Yinlam Chow, Ofir Nachum, Aleksandra Faust, Edgar, Duenez-Guzman, Mohammad Ghavamzadeh

TL;DR
This paper introduces Lyapunov-based safe policy optimization algorithms for continuous control in reinforcement learning, ensuring safety constraints are met while improving data efficiency and integration into standard policy gradient methods.
Contribution
It presents a novel Lyapunov-based approach that guarantees near-constraint satisfaction and enhances data efficiency in safe policy optimization for continuous control tasks.
Findings
Effective in balancing performance and safety constraints.
More data-efficient than existing constrained policy gradient algorithms.
Successful application to simulated and real-world tasks.
Abstract
We study continuous action reinforcement learning problems in which it is crucial that the agent interacts with the environment only through safe policies, i.e.,~policies that do not take the agent to undesirable situations. We formulate these problems as constrained Markov decision processes (CMDPs) and present safe policy optimization algorithms that are based on a Lyapunov approach to solve them. Our algorithms can use any standard policy gradient (PG) method, such as deep deterministic policy gradient (DDPG) or proximal policy optimization (PPO), to train a neural network policy, while guaranteeing near-constraint satisfaction for every policy update by projecting either the policy parameter or the action onto the set of feasible solutions induced by the state-dependent linearized Lyapunov constraints. Compared to the existing constrained PG algorithms, ours are more data efficient…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Robotic Path Planning Algorithms · Adversarial Robustness in Machine Learning
