C-MORL: Multi-Objective Reinforcement Learning through Efficient Discovery of Pareto Front
Ruohong Liu, Yuxin Pan, Linjie Xu, Lei Song, Jiang Bian, Pengcheng You, Yize Chen
TL;DR
This work tackles multi-objective reinforcement learning (MORL) where user preferences vary and must be accommodated efficiently. It introduces Constrained MORL (C-MORL), a two-stage Pareto-front discovery framework that reframes MORL as a constrained policy optimization problem (CMDP) and uses crowd-distance-based policy selection to extend the front with constrained updates, plus a Policy Assignment mechanism to select optimal surrogates for unseen preferences. The method achieves superior front quality and utility across discrete and continuous tasks—scaling to as many as nine objectives and offering up to 35% higher hypervolume and 9% higher expected utility on benchmarks relative to state-of-the-art baselines. By leveraging an interior-point approach and a linear-time complexity with respect to the number of objectives, C-MORL provides scalable, practical MORL with broad Pareto-front coverage and immediate adaptation to new preferences.
Abstract
Multi-objective reinforcement learning (MORL) excels at handling rapidly changing preferences in tasks that involve multiple criteria, even for unseen preferences. However, previous dominating MORL methods typically generate a fixed policy set or preference-conditioned policy through multiple training iterations exclusively for sampled preference vectors, and cannot ensure the efficient discovery of the Pareto front. Furthermore, integrating preferences into the input of policy or value functions presents scalability challenges, in particular as the dimension of the state and preference space grow, which can complicate the learning process and hinder the algorithm's performance on more complex tasks. To address these issues, we propose a two-stage Pareto front discovery algorithm called Constrained MORL (C-MORL), which serves as a seamless bridge between constrained policy optimization and MORL. Concretely, a set of policies is trained in parallel in the initialization stage, with each optimized towards its individual preference over the multiple objectives. Then, to fill the remaining vacancies in the Pareto front, the constrained optimization steps are employed to maximize one objective while constraining the other objectives to exceed a predefined threshold. Empirically, compared to recent advancements in MORL methods, our algorithm achieves more consistent and superior performances in terms of hypervolume, expected utility, and sparsity on both discrete and continuous control tasks, especially with numerous objectives (up to nine objectives in our experiments).
