arXiv:2512.19366cs.AIcs.LG2025-12被引 34

用图神经网络让强化学习政策具备类组合方法的泛化能力

Learning General Policies with Policy Gradient Methods

  • 将策略建模为状态转移分类器,结合图神经网络表示关系结构
  • 在规划任务中实现接近组合方法的泛化效果,且避免可扩展性瓶颈
  • 通过添加派生谓词和新代价结构,突破GNN表达力与最优性权衡

尽管强化学习在诸多场景中取得显著成果,但泛化——即系统可靠地生成通用策略的能力——仍是挑战。经典规划中已通过组合方法实现对特定领域所有实例的可证明正确泛化策略。本文旨在融合这两条研究路径,揭示深度强化学习(尤其是策略优化方法)在何种条件下能获得类似组合方法的泛化性能。借鉴组合方法思想,将策略建模为状态转移分类器(因基础动作不具通用性且随实例变化);借鉴深度学习经验,采用适配关系结构的图神经网络(GNN)表示规划状态的价值函数与策略。实验表明,改进后的演员-评论家方法可在多个基准上实现接近组合方法的泛化性能,同时规避可扩展性瓶颈与特征池依赖。所遇限制主要源于GNN的表达能力不足及最优性与泛化间的固有权衡,而无需改变基础DRL框架,仅通过引入派生谓词与替代代价结构即可缓解。

原文摘要 · Abstract (English)

While reinforcement learning methods have delivered remarkable results in a number of settings, generalization, i.e., the ability to produce policies that generalize in a reliable and systematic way, has remained a challenge. The problem of generalization has been addressed formally in classical planning where provable correct policies that generalize over all instances of a given domain have been learned using combinatorial methods. The aim of this work is to bring these two research threads together to illuminate the conditions under which (deep) reinforcement learning approaches, and in particular, policy optimization methods, can be used to learn policies that generalize like combinatorial methods do. We draw on lessons learned from previous combinatorial and deep learning approaches, and extend them in a convenient way. From the former, we model policies as state transition classifiers, as (ground) actions are not general and change from instance to instance. From the latter, we use graph neural networks (GNNs) adapted to deal with relational structures for representing value functions over planning states, and in our case, policies. With these ingredients in place, we find that actor-critic methods can be used to learn policies that generalize almost as well as those obtained using combinatorial approaches while avoiding the scalability bottleneck and the use of feature pools. Moreover, the limitations of the DRL methods on the benchmarks considered have little to do with deep learning or reinforcement learning algorithms, and result from the well-understood expressive limitations of GNNs, and the tradeoff between optimality and generalization (general policies cannot be optimal in some domains). Both of these limitations are addressed without changing the basic DRL methods by adding derived predicates and an alternative cost structure to optimize.

强化学习泛化图神经网络策略优化

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