Pareto Set Learning for Multi-Objective Reinforcement Learning

Abstract

Multi-objective decision-making problems have emerged in numerous real-world scenarios, such as video games, navigation and robotics. Considering the clear advantages of Reinforcement Learning (RL) in optimizing decision-making processes, researchers have delved into the development of Multi-Objective RL (MORL) methods for solving multi-objective decision problems. However, previous methods either cannot obtain the entire Pareto front, or employ only a single policy network for all the preferences over multiple objectives, which may not produce personalized solutions for each preference. To address these limitations, we propose a novel decomposition-based framework for MORL, Pareto Set Learning for MORL (PSL-MORL), that harnesses the generation capability of hypernetwork to produce the parameters of the policy network for each decomposition weight, generating relatively distinct policies for various scalarized subproblems with high efficiency. PSL-MORL is a general framework, which is compatible for any RL algorithm. The theoretical result guarantees the superiority of the model capacity of PSL-MORL and the optimality of the obtained policy network. Through extensive experiments on diverse benchmarks, we demonstrate the effectiveness of PSL-MORL in achieving dense coverage of the Pareto front, significantly outperforming state-of-the-art MORL methods in both the hypervolume and sparsity indicators.

Cite

Text

Liu et al. "Pareto Set Learning for Multi-Objective Reinforcement Learning." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I18.34068

Markdown

[Liu et al. "Pareto Set Learning for Multi-Objective Reinforcement Learning." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/liu2025aaai-pareto/) doi:10.1609/AAAI.V39I18.34068

BibTeX

@inproceedings{liu2025aaai-pareto,
  title     = {{Pareto Set Learning for Multi-Objective Reinforcement Learning}},
  author    = {Liu, Erlong and Wu, Yu-Chang and Huang, Xiaobin and Gao, Chengrui and Wang, Ren-Jian and Xue, Ke and Qian, Chao},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {18789-18797},
  doi       = {10.1609/AAAI.V39I18.34068},
  url       = {https://mlanthology.org/aaai/2025/liu2025aaai-pareto/}
}