Global Optimality for Constrained Exploration via Penalty Regularization

📅 2026-04-30
📈 Citations: 0
Influential: 0
📄 PDF

career value

207K/year
🤖 AI Summary
This work addresses the challenge of efficient exploration in reinforcement learning under general convex constraints—such as safety, resource limitations, or imitation requirements. It proposes the Policy Gradient Penalty (PGP) method, which incorporates state-action occupancy measure constraints via quadratic penalty functions transformed into pseudo-rewards. Under non-convex policy parameterizations, PGP provides the first global last-iterate convergence guarantee for constrained maximum entropy exploration, yielding a single policy that is provably near-optimal and nearly feasible. The theoretical analysis uncovers hidden convexity and strong duality structures inherent in the problem. Empirical evaluations in grid-world and high-dimensional continuous control tasks demonstrate the method’s effectiveness and scalability, achieving ε-optimal constrained entropy while maintaining bounded constraint violations.
📝 Abstract
Efficient exploration is a central problem in reinforcement learning and is often formalized as maximizing the entropy of the state-action occupancy measure. While unconstrained maximum-entropy exploration is relatively well understood, real-world exploration is often constrained by safety, resource, or imitation requirements. This constrained setting is particularly challenging because entropy maximization lacks additive structure, rendering Bellman-equation-based methods inapplicable. Moreover, scalable approaches require policy parameterization, inducing non-convexity in both the objective and the constraints. To our knowledge, the only prior model-free policy-gradient approach for this setting under general policy parameterization is due to Ying et al. (2025). Unfortunately, their guarantees are limited to weak regret and ergodic averages, which do not imply that the final output is a single deployable policy that is near-optimal and nearly feasible. In this work we take a different approach to this problem, and propose Policy Gradient Penalty (PGP) method, a single-loop policy-space method that enforces general convex occupancy-measure constraints via quadratic-penalty regularization. PGP constructs pseudo-rewards that yield gradient estimates of the penalized objective, subsequently exploiting the classical Policy Gradient Theorem. We further establish the regularity of the penalized objective, providing the smoothness properties needed to justify the convergence of PGP. Leveraging hidden convexity and strong duality, we then establish global last-iterate convergence guarantees, attaining an $ε$-optimal constrained entropy value with $ε$ bounded constraint violation despite policy-induced non-convexity. We validate PGP through ablations on a grid-world benchmark and further demonstrate scalability on two challenging continuous-control tasks.
Problem

Research questions and friction points this paper is trying to address.

constrained exploration
maximum-entropy reinforcement learning
occupancy-measure constraints
global optimality
policy gradient
Innovation

Methods, ideas, or system contributions that make the work stand out.

constrained exploration
policy gradient
penalty regularization
global convergence
occupancy measure
🔎 Similar Papers
2024-07-09Neural Information Processing SystemsCitations: 3