arXiv:2510.05285cs.LGcs.AI2025-10

用动作梯度提升决策Transformer的离线强化学习性能

Adjusting the Output of Decision Transformer with Action Gradient

  • 提出动作梯度方法,直接优化动作以替代传统策略梯度
  • 在多个数据集上显著提升决策Transformer性能,部分达顶尖水平
  • 兼容性好,可无缝结合令牌预测技术,适合离线强化学习研究者

决策Transformer(DT)将强化学习与Transformer模型结合,提出一种新型离线强化学习方法。不同于传统算法以最大化累积折扣奖励为目标,DT通过最大化动作的可能性来优化。这一范式转变带来两大挑战:轨迹拼接和动作外推。现有方法如用预测值替换特定标记或融合策略梯度(PG)虽分别应对挑战,但组合使用时因内在不稳定性导致性能波动。为此,本文提出动作梯度(AG)方法,直接利用动作对Q值的梯度优化动作,实现类似PG的功能,并高效融合令牌预测技术。实验表明,该方法能显著提升基于DT的算法性能,部分结果达到当前最优水平。

原文摘要 · Abstract (English)

Decision Transformer (DT), which integrates reinforcement learning (RL) with the transformer model, introduces a novel approach to offline RL. Unlike classical algorithms that take maximizing cumulative discounted rewards as objective, DT instead maximizes the likelihood of actions. This paradigm shift, however, presents two key challenges: stitching trajectories and extrapolation of action. Existing methods, such as substituting specific tokens with predictive values and integrating the Policy Gradient (PG) method, address these challenges individually but fail to improve performance stably when combined due to inherent instability. To address this, we propose Action Gradient (AG), an innovative methodology that directly adjusts actions to fulfill a function analogous to that of PG, while also facilitating efficient integration with token prediction techniques. AG utilizes the gradient of the Q-value with respect to the action to optimize the action. The empirical results demonstrate that our method can significantly enhance the performance of DT-based algorithms, with some results achieving state-of-the-art levels.

决策Transformer离线强化学习动作优化

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