Act More, Decide Less: Skill-Guided Adaptive Action Chunking for Long-Horizon LLM Agents

📅 2026-09-01
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决长周期任务中LLM代理效率低的问题,提出SPACE方法,通过从成功轨迹中提取技能指导自适应动作分块,提高成功率并减少决策轮次。
📝 Abstract
Large language model (LLM) agents for long-horizon interactive tasks typically follow a ReAct-style protocol, issuing one primitive action per LLM round. While this enables frequent replanning, it is inefficient for long-horizon tasks where many rounds are spent on routine action sequences. A natural alternative is to let the agent emit variable-length action chunks. However, naively training such policies with standard reinforcement learning fails: the agent either collapses to single-action behavior or over-commits to excessively long sequences. Both failures share a common root cause: the inability to learn chunk boundaries. We propose SPACE, which addresses this challenge by distilling chunk-boundary supervision from trajectory-induced programmatic skills. We induce two-level programmatic skills from successful trajectories, where subskill boundaries serve as direct chunk-boundary supervision. This temporal structure is then distilled into a primitive-chunk policy via hybrid on-/off-policy optimization with chunk-aware credit assignment. Experiments on ALFWorld and ScienceWorld show that SPACE improves success rates by 7.0%-31.3% over the strongest baseline in each setting while reducing average LLM decision rounds by up to 78.9%.
Problem

Research questions and friction points this paper is trying to address.

Large language model
long-horizon tasks
action chunking
ReAct-style protocol
reinforcement learning
Innovation

Methods, ideas, or system contributions that make the work stand out.

SPACE
chunk-boundary supervision
programmatic skills
hybrid on-/off-policy optimization
🔎 Similar Papers
No similar papers found.