arXiv:2603.12087cs.LG2026-03中稿 · ICLR被引 1

提出新方法提升跨域强化学习的迁移效果与可靠性

Cross-Domain Policy Optimization via Bellman Consistency and Hybrid Critics

  • 基于跨域贝尔曼一致性衡量迁移可行性
  • 设计自适应加权混合评论家,实现稳定知识迁移
  • 在多种机器人任务中验证了良好迁移性能

跨域强化学习(CDRL)旨在通过利用源域数据提升目标域的学习效率。然而,其面临两大核心挑战:一是源域与目标域状态空间或动作空间不同,导致直接迁移不可行;二是源模型的可迁移性难以预先判断,易引发负向迁移。本文提出从跨域贝尔曼一致性出发,联合解决上述问题。首先定义跨域贝尔曼一致性作为迁移能力的度量标准;随后提出QAvatar方法,通过自适应、无超参的加权函数融合源域与目标域的Q函数。理论分析表明,该方法能保证收敛性,实现可靠的知识迁移。实验显示,QAvatar在多种强化学习基准任务(包括运动控制与机械臂操作)中均表现出优异的迁移性能。代码已开源。

原文摘要 · Abstract (English)

Cross-domain reinforcement learning (CDRL) is meant to improve the data efficiency of RL by leveraging the data samples collected from a source domain to facilitate the learning in a similar target domain. Despite its potential, cross-domain transfer in RL is known to have two fundamental and intertwined challenges: (i) The source and target domains can have distinct state space or action space, and this makes direct transfer infeasible and thereby requires more sophisticated inter-domain mappings; (ii) The transferability of a source-domain model in RL is not easily identifiable a priori, and hence CDRL can be prone to negative effect during transfer. In this paper, we propose to jointly tackle these two challenges through the lens of \textit{cross-domain Bellman consistency} and \textit{hybrid critic}. Specifically, we first introduce the notion of cross-domain Bellman consistency as a way to measure transferability of a source-domain model. Then, we propose $Q$Avatar, which combines the Q functions from both the source and target domains with an adaptive hyperparameter-free weight function. Through this design, we characterize the convergence behavior of $Q$Avatar and show that $Q$Avatar achieves reliable transfer in the sense that it effectively leverages a source-domain Q function for knowledge transfer to the target domain. Through experiments, we demonstrate that $Q$Avatar achieves favorable transferability across various RL benchmark tasks, including locomotion and robot arm manipulation. Our code is available at https://rl-bandits-lab.github.io/Cross-Domain-RL/.

强化学习跨域迁移策略优化

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