AI觉醒星球
Awakening is here
Knowledge File / AI技能杠杆
2026-04-13 0 浏览 会员

论文速读:Advantage-Guided Diffusion for Model-Based Reinforcement Learning,解读最新 AI 进

本文介绍了一种基于优势引导的扩散模型,用于基于模型的强化学习,通过在反向扩散过程中利用智能体的优势估计,使采样集中于期望获得更高长期回报的轨迹,从而解决短视问题。在MuJoCo控制任务中,该方法相比基线显著提升了样本效率和最终回报。

SOURCE / AI技能杠杆 MIN / 4 ACCESS / 会员 POST / 2026-04-13 12:13:05

原贴

查看原文
作者:arXiv cs.AI 来源站点:arxiv.org 原贴时间:
论文速读:Advantage-Guided Diffusion for Model-Based Reinforcement Learning,解读最新 AI 进

原文

arXiv:2604.09035v1 Announce Type: new Abstract: Model-based reinforcement learning (MBRL) with autoregressive world models suffers from compounding errors, whereas diffusion world models mitigate this by generating trajectory segments jointly. However, existing diffusion guides are either policy-only, discarding value information, or reward-based, which becomes myopic when the diffusion horizon is short. We introduce Advantage-Guided Diffusion for MBRL (AGD-MBRL), which steers the reverse diffusion process using the agent's advantage estimates so that sampling concentrates on trajectories expected to yield higher long-term return beyond the generated window. We develop two guides: (i) Sigmoid Advantage Guidance (SAG) and (ii) Exponential Advantage Guidance (EAG). We prove that a diffusion model guided through SAG or EAG allows us to perform reweighted sampling of trajectories with weights increasing in state-action advantage-implying policy improvement under standard assumptions. Additionally, we show that the trajectories generated from AGD-MBRL follow an improved policy (that is, with higher value) compared to an unguided diffusion model. AGD integrates seamlessly with PolyGRAD-style architectures by guiding the state components while leaving action generation policy-conditioned, and requires no change to the diffusion training objective. On MuJoCo control tasks (HalfCheetah, Hopper, Walker2D and Reacher), AGD-MBRL improves sample efficiency and final return over PolyGRAD, an online Diffuser-style reward guide, and model-free baselines (PPO/TRPO), in some cases by a margin of 2x. These results show that advantage-aware guidance is a simple, effective remedy for short-horizon myopia in diffusion-model MBRL.

中文翻译

基于模型强化学习(MBRL)与自回归世界模型存在累积误差,而扩散世界模型通过联合生成轨迹片段来缓解这一问题。然而,现有的扩散引导要么仅基于策略,丢弃了价值信息,要么基于奖励,当扩散水平较短时变得短视。我们引入了基于优势引导的扩散模型用于MBRL(AGD-MBRL),它利用智能体的优势估计来引导反向扩散过程,使采样集中于在生成窗口之外预期产生更高长期回报的轨迹。我们开发了两种引导:(i)Sigmoid优势引导(SAG)和(ii)指数优势引导(EAG)。我们证明,通过SAG或EAG引导的扩散模型能够进行轨迹的重新加权采样,其权重随状态-动作优势增加而增加——这在标准假设下意味着策略改进。此外,我们表明,与未引导的扩散模型相比,从AGD-MBRL生成的轨迹遵循改进的策略(即具有更高的价值)。AGD可与PolyGRAD风格的架构无缝集成,通过引导状态组件同时保持动作生成基于策略条件,并且不需要改变扩散训练目标。在MuJoCo控制任务(HalfCheetah、Hopper、Walker2D和Reacher)上,AGD-MBRL在样本效率和最终回报上优于PolyGRAD(一种在线Diffuser风格的奖励引导)以及无模型基线(PPO/TRPO),在某些情况下差距达2倍。这些结果表明,优势感知引导是一种简单有效的补救措施,可解决扩散模型MBRL中的短视问题。

核心信息

本文介绍了一种基于优势引导的扩散模型,用于基于模型的强化学习,通过在反向扩散过程中利用智能体的优势估计,使采样集中于期望获得更高长期回报的轨迹,从而解决短视问题。在MuJoCo控制任务中,该方法相比基线显著提升了样本效率和最终回报。

  • 提出优势引导扩散模型AGD-MBRL,解决短视问题
  • 两种引导方式SAG和EAG,理论保证策略改进
  • 与PolyGRAD无缝集成,无需改变训练目标
  • 在MuJoCo任务上样本效率和回报提升2倍
试看内容

成为会员查看完整内容

你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。

详细解读 信息差价值 参考来源
成为会员查看完整内容
上一篇 论文速读:Hypergraph Neural Networks Accelerate MUS Enumeration,解读最新研究结论 下一篇 论文速读:Camera Artist,聚焦 Agent 工作流自动化