SPACE 论文提出技能引导自适应动作分块,长程 Agent 减少 78.9% LLM 调用

DAIR.AI · @dair_ai · X·2026-09-04 05:00·56分钟前
AI 导读

论文《Act More, Decide Less》提出 SPACE,从成功轨迹归纳两级程序化技能,用子技能边界作为块边界监督,再经混合 on/off-policy 优化与 chunk-aware credit assignment 蒸馏出 primitive-chunk 策略。

DAIR.AI@dair_ai
46AI 编辑部评分,满分 100

SPACE 论文提出技能引导自适应动作分块,长程 Agent 减少 78.9% LLM 调用

2026-09-04 05:00· 56分钟前
AI 导读

论文《Act More, Decide Less》提出 SPACE,从成功轨迹归纳两级程序化技能,用子技能边界作为块边界监督,再经混合 on/off-policy 优化与 chunk-aware credit assignment 蒸馏出 primitive-chunk 策略。

Brilliant paper on long-horizon agents.

They cut 78.9% of an agent's LLM calls while raising its success rate.

Here is how:

It turns out that ReAct issues one primitive action per model round. That allows frequent replanning, and on long-horizon tasks it spends most of the episode re-deciding routine sequences that were never in doubt.

Training an agent to emit variable-length action chunks with standard RL fails because the policy never learns where a chunk should end, so it either falls back to single actions or commits to sequences that run far too long.

SPACE derives the supervision from data it already has.

It induces two-level programmatic skills from successful trajectories and uses the subskill boundaries as direct chunk-boundary labels, then distills the temporal structure into a primitive-chunk policy with hybrid on-policy and off-policy optimization and chunk-aware credit assignment.

On ALFWorld and ScienceWorld it improves success rates by 7.0 to 31.3% over the strongest baseline in each setting while reducing average LLM decision rounds by up to 78.9%.

Paper: https://arxiv.org/abs/2609.02042

Chat with Paper: https://academy.dair.ai/papers/act-more-decide-less-skill-guided-adaptive-action-chunking-for-long-horizon-llm-2609.02042