Finite-Time Convergence and Sample Complexity of Actor-Critic Multi-Objective Reinforcement Learning
Tianchen Zhou, FNU Hairi, Haibo Yang, Jia Liu, Tian Tong, Fan Yang, Michinari Momma, Yan Gao
TL;DR
This work addresses MORL by introducing MOAC, an MGDA-inspired actor-critic algorithm capable of jointly optimizing multiple conflicting objectives in both average and discounted reward settings. It provides the first finite-time Pareto-stationary convergence and sample complexity guarantees for MORL, with convergence rates and sample complexity that are independent of the number of objectives, thanks to a momentum-based mechanism that mitigates cumulative estimation bias. The actor step uses a quadratic program to compute a common descent direction from individual objective gradients, while the critic side delivers stable, batched TD updates. Empirical results on synthetic MORL tasks and a real-world dataset validate MOAC’s effectiveness and robustness, highlighting practical initialization and bias-control benefits for multi-objective policy learning.
Abstract
Reinforcement learning with multiple, potentially conflicting objectives is pervasive in real-world applications, while this problem remains theoretically under-explored. This paper tackles the multi-objective reinforcement learning (MORL) problem and introduces an innovative actor-critic algorithm named MOAC which finds a policy by iteratively making trade-offs among conflicting reward signals. Notably, we provide the first analysis of finite-time Pareto-stationary convergence and corresponding sample complexity in both discounted and average reward settings. Our approach has two salient features: (a) MOAC mitigates the cumulative estimation bias resulting from finding an optimal common gradient descent direction out of stochastic samples. This enables provable convergence rate and sample complexity guarantees independent of the number of objectives; (b) With proper momentum coefficient, MOAC initializes the weights of individual policy gradients using samples from the environment, instead of manual initialization. This enhances the practicality and robustness of our algorithm. Finally, experiments conducted on a real-world dataset validate the effectiveness of our proposed method.
