English

Breaking the Bias Barrier in Concave Multi-Objective Reinforcement Learning

Machine Learning 2026-03-10 v1 Machine Learning

Abstract

While standard reinforcement learning optimizes a single reward signal, many applications require optimizing a nonlinear utility f(J1π,,JMπ)f(J_1^\pi,\dots,J_M^\pi) over multiple objectives, where each JmπJ_m^\pi denotes the expected discounted return of a distinct reward function. A common approach is concave scalarization, which captures important trade-offs such as fairness and risk sensitivity. However, nonlinear scalarization introduces a fundamental challenge for policy gradient methods: the gradient depends on f(Jπ)\partial f(J^\pi), while in practice only empirical return estimates J^\hat J are available. Because ff is nonlinear, the plug-in estimator is biased (E[f(J^)]f(E[J^])\mathbb{E}[\partial f(\hat J)] \neq \partial f(\mathbb{E}[\hat J])), leading to persistent gradient bias that degrades sample complexity. In this work we identify and overcome this bias barrier in concave-scalarized multi-objective reinforcement learning. We show that existing policy-gradient methods suffer an intrinsic O~(ϵ4)\widetilde{\mathcal{O}}(\epsilon^{-4}) sample complexity due to this bias. To address this issue, we develop a Natural Policy Gradient (NPG) algorithm equipped with a multi-level Monte Carlo (MLMC) estimator that controls the bias of the scalarization gradient while maintaining low sampling cost. We prove that this approach achieves the optimal O~(ϵ2)\widetilde{\mathcal{O}}(\epsilon^{-2}) sample complexity for computing an ϵ\epsilon-optimal policy. Furthermore, we show that when the scalarization function is second-order smooth, the first-order bias cancels automatically, allowing vanilla NPG to achieve the same O~(ϵ2)\widetilde{\mathcal{O}}(\epsilon^{-2}) rate without MLMC. Our results provide the first optimal sample complexity guarantees for concave multi-objective reinforcement learning under policy-gradient methods.

Keywords

Cite

@article{arxiv.2603.08518,
  title  = {Breaking the Bias Barrier in Concave Multi-Objective Reinforcement Learning},
  author = {Swetha Ganesh and Vaneet Aggarwal},
  journal= {arXiv preprint arXiv:2603.08518},
  year   = {2026}
}
R2 v1 2026-07-01T11:10:32.858Z