Bias-Controlled Primal-Dual Natural Actor-Critic: Optimal Rates for Constrained Multi-Objective Average-Reward RL

๐Ÿ“… 2026-06-23
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This work addresses the challenge of simultaneously satisfying multiple objectives and safety constraints in infinite-horizon average-reward reinforcement learning. The authors propose a multi-level Monte Carlo (MLMC)-based primal-dual natural actor-critic algorithm that, for the first time, handles gradient estimation bias induced by nonlinear scalarization in the average-reward settingโ€”without requiring prior knowledge of mixing times. The method jointly controls bias in the objective function, constraint evaluation, and policy gradient estimates. The algorithm achieves the state-of-the-art theoretical guarantees with a global convergence rate and constraint violation bound both scaling as $\tilde{O}(1/\sqrt{T})$, thereby attaining optimal sample complexity for multi-objective safe reinforcement learning with nonlinear scalarization.
๐Ÿ“ Abstract
Many reinforcement learning (RL) problems in the infinite-horizon average-reward setting require optimizing multiple conflicting objectives while satisfying multiple safety constraints. A common approach is concave scalarization, where the agent maximizes a utility $ f(J^ฯ€_{r_1}, \ldots, J^ฯ€_{r_M}) $ subject to a scalarized constraint $ g(J^ฯ€_{c_1}, \ldots, J^ฯ€_{c_N}) \ge 0 $, where $J^ฯ€_{r_m}$ and $J^ฯ€_{c_n}$ denote the average-reward and cost under policy $ฯ€$. However, the nonlinearity of $f$ and $g$ introduces bias in policy-gradient and actor-critic methods, since gradients must be evaluated using noisy estimates of $J^ฯ€,$ and $ \mathbb{E}[\partial f(J^ฯ€)] \neq \partial f(\mathbb{E}[J^ฯ€]),$ and this bias propagates through both primal and dual updates. We propose an MLMC-based primal-dual Natural Actor-Critic algorithm for average-reward MDPs that controls bias in scalarized objectives, constraint evaluation, and actor-critic estimation without requiring mixing-time knowledge. We show that the algorithm achieves optimal global convergence and constraint-violation rates of $ \tilde{O}(1/\sqrt{T}) $. To our knowledge, this is the first result establishing optimal convergence for concave scalarized multi-objective RL in the average-reward setting, both with and without constraints, and the first to do so without mixing-time information even in the absence of scalarization.
Problem

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

average-reward RL
multi-objective optimization
safety constraints
bias in policy gradients
scalarization
Innovation

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

bias control
primal-dual natural actor-critic
average-reward RL
multi-objective optimization
MLMC