paper-with-me

Papers

C-MORL: Multi-Objective Reinforcement Learning through Efficient Discovery of Pareto Front

2024-10-03 · Ruohong Liu, Yuxin Pan, Linjie Xu, Lei Song, Jiang Bian, Pengcheng You, Yize Chen

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).

📄 PDF Abstract BibTeX arXiv:2410.02236

Code (1)

ruohliuq/c-morl 공식 구현 tf

Tasks

continuous-controlContinuous ControlMulti-Objective Reinforcement Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Scalable Multi-Objective Reinforcement Learning with Fairness Guarantees using Lorenz Dominance

2024-11-27 · Dimitris Michailidis, Willem Röpke, Diederik M. Roijers, Sennay Ghebreab 외

Multi-Objective Reinforcement Learning (MORL) aims to learn a set of policies that optimize trade-offs between multiple, often conflicting objectives. MORL is computationally more complex than single-objective RL, partic…

FairnessMulti-Objective Reinforcement Learning

A Reward-Free Viewpoint on Multi-Objective Reinforcement Learning

2026-04-27 · Ying-Tu Chen, Wei Hung, Bing-Shu Wu, Zhang-Wei Hong 외 arxiv

Many sequential decision-making tasks involve optimizing multiple conflicting objectives, requiring policies that adapt to different user preferences. In multi-objective reinforcement learning (MORL), one widely studied …

Reinforcement Learning

Multi-Objective Reinforcement Learning for Large Language Model Optimization: Visionary Perspective

2025-09-25 · Lingxiao Kong, Cong Yang, Oya Deniz Beyan, Zeyd Boukhers arxiv

Multi-Objective Reinforcement Learning (MORL) presents significant challenges and opportunities for optimizing multiple objectives in Large Language Models (LLMs). We introduce a MORL taxonomy and examine the advantages …

Reinforcement Learning

Demonstration Guided Multi-Objective Reinforcement Learning

2024-04-05 · Junlin Lu, Patrick Mannion, Karl Mason

Multi-objective reinforcement learning (MORL) is increasingly relevant due to its resemblance to real-world scenarios requiring trade-offs between multiple objectives. Catering to diverse user preferences, traditional re…

Multi-Objective Reinforcement Learningreinforcement-learningReinforcement Learning

Multi-Objective Reinforcement Learning Based on Decomposition: A Taxonomy and Framework

2023-11-21 · Florian Felten, El-Ghazali Talbi, Grégoire Danoy

Multi-objective reinforcement learning (MORL) extends traditional RL by seeking policies making different compromises among conflicting objectives. The recent surge of interest in MORL has led to diverse studies and solv…

Multi-Objective Reinforcement Learningreinforcement-learning