paper-with-me

Papers

Scalable Multi-Objective and Meta Reinforcement Learning via Gradient Estimation

2025-11-16 · Zhenshuo Zhang, Minxuan Duan, Youran Ye, Hongyang R. Zhang arxiv

We study the problem of efficiently estimating policies that simultaneously optimize multiple objectives in reinforcement learning (RL). Given $n$ objectives (or tasks), we seek the optimal partition of these objectives into $k \ll n$ groups, where each group comprises related objectives that can be trained together. This problem arises in applications such as robotics, control, and preference optimization in language models, where learning a single policy for all $n$ objectives is suboptimal as $n$ grows. We introduce a two-stage procedure -- meta-training followed by fine-tuning -- to address this problem. We first learn a meta-policy for all objectives using multitask learning. Then, we adapt the meta-policy to multiple randomly sampled subsets of objectives. The adaptation step leverages a first-order approximation property of well-trained policy networks, which is empirically verified to be accurate within a 2% error margin across various RL environments. The resulting algorithm, PolicyGradEx, efficiently estimates an aggregate task-affinity score matrix given a policy evaluation algorithm. Based on the estimated affinity score matrix, we cluster the $n$ objectives into $k$ groups by maximizing the intra-cluster affinity scores. Experiments on three robotic control and the Meta-World benchmarks demonstrate that our approach outperforms state-of-the-art baselines by 16% on average, while delivering up to $26\times$ faster speedup relative to performing full training to obtain the clusters. Ablation studies validate each component of our approach. For instance, compared with random grouping and gradient-similarity-based grouping, our loss-based clustering yields an improvement of 19%. Finally, we analyze the generalization error of policy networks by measuring the Hessian trace of the loss surface, which gives non-vacuous measures relative to the observed generalization errors.

📄 PDF Abstract BibTeX arXiv:2511.12779

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Debiasing Meta-Gradient Reinforcement Learning by Learning the Outer Value Function

2022-11-19 · Clément Bonnet, Laurence Midgley, Alexandre Laterre

Meta-gradient Reinforcement Learning (RL) allows agents to self-tune their hyper-parameters in an online fashion during training. In this paper, we identify a bias in the meta-gradient of current meta-gradient RL approac…

reinforcement-learningReinforcement Learning (RL)

Meta-Reinforcement Learning via Evolution for Multi-Objective Combinatorial Supply Chain Optimisation

2026-06-20 · Rifny Rachman, Bahrul Ilmi Nasution, Josh Tingey, Richard Allmendinger 외 arxiv

Meta-reinforcement learning is a promising approach to multi-objective optimisation because it enables rapid policy adaptation across changing environments and preference settings. However, conventional few-shot methods …

Reinforcement Learning

Meta-Gradient Reinforcement Learning with an Objective Discovered Online

2020-07-16 · NeurIPS 2020 12 · Zhongwen Xu, Hado van Hasselt, Matteo Hessel, Junhyuk Oh 외

Deep reinforcement learning includes a broad family of algorithms that parameterise an internal representation, such as a value function or policy, by a deep neural network. Each algorithm optimises its parameters with r…

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning+1

Improving Generalization in Meta Reinforcement Learning using Learned Objectives

2019-10-09 · ICLR 2020 1 · Louis Kirsch, Sjoerd van Steenkiste, Jürgen Schmidhuber

Biological evolution has distilled the experiences of many learners into the general learning algorithms of humans. Our novel meta reinforcement learning algorithm MetaGenRL is inspired by this process. MetaGenRL distill…

Meta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Train Hard, Fight Easy: Robust Meta Reinforcement Learning

2023-09-21 · NeurIPS 2023 11

A major challenge of reinforcement learning (RL) in real-world applications is the variation between environments, tasks or clients. Meta-RL (MRL) addresses this issue by learning a meta-policy that adapts to new tasks. …