paper-with-me

홈 › Papers

3SPO: State-Score-Supervised Policy Optimization for LLM Agents

2026-06-08 · Yu Han, Kailing Li, Yang Jiao, Yulin Dai, Yuqian Fu, Linhai Zhuo, Tianwen Qian arxiv

Training large language models (LLMs) as autonomous agents via reinforcement learning (RL) has enabled frontier models to achieve superhuman performance in long-horizon tasks. However, existing RL algorithms operate at the trajectory level, performing policy optimization only after collecting complete episode rollouts. This coarse-grained approach faces fundamental challenges in multi-turn agent settings where rewards are sparse, delayed, and credit assignment across individual steps is critical. In this work, we propose \textbf{State-Score-Supervised Policy Optimization (3SPO)}, a novel RL algorithm that performs post-step policy optimization with dynamic state score supervision. At each step, 3SPO computes the state score based on historical success rates, supervising step-wise credit assignment, adaptive rollout and post-step policy optimization without requiring value function estimation or additional auxiliary models. Theoretically, under a per-state bandit abstraction, we show that the proposed score-supervised allocation mechanism achieves logarithmic allocation regret and provide sample-complexity guarantees for action identification, score distinguishability, and filtering stability. Experiments on ALFWorld and WebShop with Qwen2.5-1.5B/7B-Instruct show that 3SPO consistently outperforms GRPO by $+22.6\%$ on ALFWorld and $+15.6$ points on WebShop, while using comparable resources to achieve $2.4\times$ more state exploration and $1.8\times$ faster convergence. Code is available at https://github.com/genalyu/3SPO.

📄 PDF Abstract BibTeX arXiv:2606.09961

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

On-Policy Self-Evolution via Failure Trajectories for Agentic Safety Alignment

2026-05-12 · Bo Yin, Qi Li, Xinchao Wang arxiv

Tool-using LLM agents fail through trajectories rather than only final responses, as they may execute unsafe tool calls, follow injected instructions, comply with harmful requests, or over-refuse benign tasks despite pro…

Vejde: A Framework for Inductive Deep Reinforcement Learning Based on Factor Graph Color Refinement

2025-09-11 · Jakob Nyberg, Pontus Johnson arxiv

We present and evaluate Vejde; a framework which combines data abstraction, graph neural networks and reinforcement learning to produce inductive policy functions for decision problems with richly structured states, such…

Reinforcement Learning

ARPO:End-to-End Policy Optimization for GUI Agents with Experience Replay

2025-05-22 · Fanbin Lu, Zhisheng Zhong, Shu Liu, Chi-Wing Fu 외

Training large language models (LLMs) as interactive agents for controlling graphical user interfaces (GUIs) presents a unique challenge to optimize long-horizon action sequences with multimodal feedback from complex env…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

How to Enable Uncertainty Estimation in Proximal Policy Optimization

2022-10-07 · Eugene Bykovets, Yannick Metz, Mennatallah El-Assady, Daniel A. Keim 외

While deep reinforcement learning (RL) agents have showcased strong results across many domains, a major concern is their inherent opaqueness and the safety of such systems in real-world use cases. To overcome these issu…

Deep Reinforcement LearningOut of Distribution (OOD) DetectionReinforcement Learning (RL)

GROW: Aligning GRPO with State-Action Modeling for Open-World VLM Agents

2026-05-18 · Xiongbin Wu, Zhihao Luo, Shanzhe Lei, Lechao Zhang 외 arxiv

Recently, vision-language model (VLM) agents have shown promising progress in open-world tasks, where successful task completion often requires multiple turns of visual perception and action execution. However, existing …

Reinforcement Learning