基本信息

要点解读

这是什么

该研究提出一种改进的策略优化方法,修复了传统单流策略优化中终局优势在动作令牌空间的失配问题,并通过在策略事件层面组织提示信息来提升学习效率。

用在哪里

适用于需要处理长且可变工具使用轨迹的异步强化学习系统,尤其是研究语言模型与工具交互或任务规划的团队。

可以推断的

推测:该方法在不同模型规模上的实验结果保持一致,暗示其对模型容量的敏感性较低。
推测:动作令牌衡量的优势标准化可能是该方法提升在线学习效率的核心因素。

来源摘要/节选

Group-relative reinforcement learning waits for sibling rollouts of the same prompt, which is costly for long and variable tool-use trajectories. Single-stream Policy Optimization (SPO) removes this dependency with a persistent prompt-level value estimate, but its recipe whitens one advantage per trajectory before optimizing a token-mean actor loss. We show that trajectory centering generally does not center the token-weighted quantity consumed by the actor, and fix the mismatch by standardizing terminal-outcome advantages under the action-token measure. We additionally organize prompt evidence by the policy event that generated it rather than learner receipt order. Across matched runs on ALFWorld at two model scales and on Math-TIR, SPO++ improves online learning efficiency over SPO. A paired ablation identifies action-token-measure normalization as the strongest tested component.

来源说明

当前保存的是来源摘要,不代表论文全文。请以原始来源为准。

「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。