Gated-BEPO: Confidence-Gated Bellman Credit Assignment for Large Language Model Agents

📅 2026-08-07
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of credit assignment in long-horizon sparse-reward environments by proposing a step-level credit assignment method based on an experience replay graph. The approach constructs an experience graph and estimates node values via mean-backed Bellman fixed-point updates, then computes step-level Bellman advantages using generalized advantage estimation. A confidence-gated mechanism adaptively fuses episode-level and step-level credit signals, enabling selective rather than uniform credit assignment across all timesteps. Evaluated on tasks including WebShop, ALFWorld, and visual Sokoban, the method significantly enhances the performance of both language model and vision-language model agents. Ablation studies confirm the effectiveness of each proposed component.
📝 Abstract
Training large language model agents in long-horizon environments requires assigning credit from sparse terminal outcomes to individual actions. Existing critic-free methods propagate trajectory-level rewards uniformly across steps, while recent approaches construct step-level groups by matching repeated states and compare actions within each group. The former cannot distinguish useful actions in failed trajectories from ineffective actions in successful ones. The latter rely on step credit derived directly from individual trajectory outcomes and fixed-weight fusion with episode-level credit. We propose Gated-BEPO, which derives step-level credit from empirical rollout graphs. For each rollout group, Gated-BEPO constructs an empirical graph and estimates node values through a mean-backup Bellman fixed point that reflects the empirical action distribution of the current policy. We then accumulate these temporal-difference residuals along each sampled trajectory using generalized advantage estimation, yielding step-level Bellman advantages that capture both immediate and downstream effects. To adaptively fuse episode- and step-level credit, a confidence gate incorporates Bellman credit only at states with multiple observed successors and otherwise uses episode-level credit. Experiments on WebShop, ALFWorld, and visual Sokoban show consistent improvements across language and vision-language models, while diagnostic ablations support the effectiveness of Bellman fixed-point value estimation and show that step-level credit should be incorporated selectively rather than uniformly into the final advantage.
Problem

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

credit assignment
large language model agents
long-horizon environments
sparse rewards
Bellman credit
Innovation

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

Bellman credit assignment
confidence gating
empirical rollout graph
generalized advantage estimation
step-level credit
H
Hongxi Yan
State Key Laboratory of Virtual Reality Technology and Systems, Beihang University, Beijing, China; Zhongguancun Laboratory, Beijing, China
Ziyue Huang
Ziyue Huang
The Hong Kong University of Science and Technology
S
Shichao Fan
State Key Laboratory of Virtual Reality Technology and Systems, Beihang University, Beijing, China
Qingjie Liu
Qingjie Liu
Professor, School of Computer Science and Engineering, Beihang University
Computer Vision and Pattern Recognition