LGMay 26, 2021

Successive Convex Approximation Based Off-Policy Optimization for Constrained Reinforcement Learning

arXiv:2105.12545v118 citations
Originality Incremental advance
AI Analysis

This addresses constrained RL problems for real-world engineering systems, offering an incremental improvement with convergence guarantees.

The paper tackles the constrained reinforcement learning problem by proposing the SCAOPO algorithm, which solves a sequence of convex surrogate problems using Lagrange dual methods and reuses old experiences to reduce implementation costs, and it provably converges to a KKT point almost surely.

We propose a successive convex approximation based off-policy optimization (SCAOPO) algorithm to solve the general constrained reinforcement learning problem, which is formulated as a constrained Markov decision process (CMDP) in the context of average cost. The SCAOPO is based on solving a sequence of convex objective/feasibility optimization problems obtained by replacing the objective and constraint functions in the original problems with convex surrogate functions. At each iteration, the convex surrogate problem can be efficiently solved by Lagrange dual method even the policy is parameterized by a high-dimensional function. Moreover, the SCAOPO enables to reuse old experiences from previous updates, thereby significantly reducing the implementation cost when deployed in the real-world engineering systems that need to online learn the environment. In spite of the time-varying state distribution and the stochastic bias incurred by the off-policy learning, the SCAOPO with a feasible initial point can still provably converge to a Karush-Kuhn-Tucker (KKT) point of the original problem almost surely.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes