arXiv:2510.25311cs.LGcs.AI2025-10

让强化学习同时高效达成目标并均匀覆盖所有目标状态。

Dense and Diverse Goal Coverage in Multi Goal Reinforcement Learning

  • 用可迭代优化的自定义奖励,动态调整策略混合以实现目标状态均匀分布。
  • 在合成环境和标准任务中验证,既能最大化回报,又使目标状态访问更均匀。
  • 适合需要全面探索目标空间的复杂任务,如机器人路径规划、多目标导航。

强化学习通常旨在最大化期望回报,导致策略仅聚焦于少数奖励源。但在许多自然场景中,更理想的是在最大化回报的同时,使策略在目标状态上的边际状态分布尽可能均匀。现有方法依赖熵正则化或内在奖励来促进探索,但未必带来均匀分布;部分算法虽可匹配目标分布,却需预先知晓所有目标状态,这在大规模系统中不可行。本文将此问题形式化为多目标强化学习,其中通过一个预言机分类器识别目标状态。提出一种新算法,学习一个高回报的策略混合体,使其在目标状态上的边际分布均匀。该算法每轮基于当前策略混合体计算定制奖励,并利用采样轨迹通过离线强化学习更新策略混合体。理论证明了算法性能保证,展示了对包含回报与分布分散性的自然目标的高效收敛性。在合成马尔可夫决策过程和标准强化学习环境中进行了实验评估,验证了算法的有效性。

原文摘要 · Abstract (English)

Reinforcement Learning algorithms are primarily focused on learning a policy that maximizes expected return. As a result, the learned policy can exploit one or few reward sources. However, in many natural situations, it is desirable to learn a policy that induces a dispersed marginal state distribution over rewarding states, while maximizing the expected return which is typically tied to reaching a goal state. This aspect remains relatively unexplored. Existing techniques based on entropy regularization and intrinsic rewards use stochasticity for encouraging exploration to find an optimal policy which may not necessarily lead to dispersed marginal state distribution over rewarding states. Other RL algorithms which match a target distribution assume the latter to be available apriori. This may be infeasible in large scale systems where enumeration of all states is not possible and a state is determined to be a goal state only upon reaching it. We formalize the problem of maximizing the expected return while uniformly visiting the goal states as Multi Goal RL in which an oracle classifier over the state space determines the goal states. We propose a novel algorithm that learns a high-return policy mixture with marginal state distribution dispersed over the set of goal states. Our algorithm is based on optimizing a custom RL reward which is computed - based on the current policy mixture - at each iteration for a set of sampled trajectories. The latter are used via an offline RL algorithm to update the policy mixture. We prove performance guarantees for our algorithm, showing efficient convergence bounds for optimizing a natural objective which captures the expected return as well as the dispersion of the marginal state distribution over the goal states. We design and perform experiments on synthetic MDPs and standard RL environments to evaluate the effectiveness of our algorithm.

多目标RL策略混合状态分布

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