arXiv:2511.12779cs.LGcs.AI2025-11AAAI被引 7

通过梯度估计实现高效多目标强化学习分组。

Scalable Multi-Objective and Meta Reinforcement Learning via Gradient Estimation

  • 先元训练再微调,利用策略网络的一阶近似加速聚类。
  • 在机器人控制任务中平均提升16%,速度最高快26倍。
  • 适合需要快速适应多任务的机器人与语言模型优化场景。

我们研究了在强化学习中高效估计同时优化多个目标的策略问题。给定 n 个目标(或任务),目标是将这些目标划分为 k ≪ n 个组,每组包含相关的目标可共同训练。该问题出现在机器人、控制及语言模型偏好优化等应用中,当 n 增大时,为所有目标学习单一策略会表现不佳。我们提出两阶段方法:先使用多任务学习训练元策略,再对随机采样的目标子集进行微调。微调步骤利用了训练良好策略网络的一阶近似性质,经验证在各类强化学习环境中误差不超过2%。由此提出的 PolicyGradEx 算法,基于策略评估算法高效估算聚合任务亲和度矩阵,并通过最大化组内亲和度得分,将 n 个目标聚类为 k 组。在三个机器人控制和 Meta-World 基准测试中,本方法平均优于现有最优基线16%,且相比完整训练获取聚类结果最快提速26倍。消融实验验证各组件有效性,例如相较随机分组和梯度相似性分组,基于损失的聚类提升19%。最后,通过测量损失曲面的海森迹分析策略网络泛化误差,得到与实际泛化误差一致的非平凡度量。

原文摘要 · Abstract (English)

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.

多目标强化学习元学习聚类策略优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。