PulseAugur
实时 07:38:16

Memory Merge DQN 增强了 Atari 游戏中稳定价值的学习

研究人员推出了一种新颖的深度 Q 网络目标网络更新机制——Memory Merge DQN,旨在提高强化学习中智能体的稳定性和最终性能。该方法通过合并在线网络的近期历史副本来构建目标网络,根据参数对 Q 值敏感度的影响来加权参数,而不是简单地复制最新的参数。这种方法旨在在长时程学习中保留有用的价值函数结构。在 Atari 环境上的评估表明,Memory Merge DQN 具有竞争力,在几款游戏中取得了优于标准 DQN、Averaged DQNPQN 的性能。 AI

影响 这种新颖的目标网络更新机制有望在复杂环境中实现更稳定、性能更高的强化学习智能体。

排序理由 该集群包含一篇详细介绍深度 Q 网络新方法的 ist 研究论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.LG 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Memory Merge DQN 增强了 Atari 游戏中稳定价值的学习

报道来源 [1]

  1. arXiv cs.LG TIER_1 English(EN) · Adrian Ly, Richard Dazeley, Peter Vamplew, Sunil Aryal, Francisco Cruz ·

    Memory Merge DQN:用于稳定价值学习的敏感度加权目标更新

    arXiv:2607.19397v1 Announce Type: new Abstract: Deep Q-networks use target networks to stabilise bootstrapped value learning, but the standard hard copy update also introduces a tradeoff. Holding the target network fixed, improves short term stability, yet each hard update abrupt…