LGAICLMay 14

Resolving Action Bottleneck: Agentic Reinforcement Learning Informed by Token-Level Energy

arXiv:2605.1455889.6
AI Analysis

For researchers training LLMs with reinforcement learning on multi-turn tasks, this provides a simple, cost-free improvement to existing policy-gradient methods.

The paper identifies that uniform credit assignment in policy-gradient methods for agentic reinforcement learning misallocates training signals, with action tokens being far more correlated with reward variance than reasoning tokens. They propose ActFocus, a token reweighting method that downweights reasoning tokens and upweights uncertain action tokens, achieving up to 65.2 and 63.7 percentage point gains over PPO and GRPO without extra cost.

Agentic reinforcement learning trains large language models using multi-turn trajectories that interleave long reasoning traces with short environment-facing actions. Common policy-gradient methods, such as PPO and GRPO, treat each token in a trajectory equally, leading to uniform credit assignment. In this paper, we critically demonstrate that such uniform credit assignment largely misallocates token-level training signals. From an energy-based modeling perspective, we show that token-level training signals, quantified by their correlations with reward variance of different rollouts sampled from a given prompt, concentrate sharply on action tokens rather than reasoning tokens, even though action tokens account for only a small fraction of the trajectory. We refer to this phenomenon as the Action Bottleneck. Motivated by this observation, we propose an embarrassingly simple token reweighting approach, ActFocus, that downweights gradients on reasoning tokens, along with an additional energy-based redistribution mechanism that further increases the weights on action tokens with higher uncertainty. Across four environments and different model sizes, ActFocus consistently outperforms PPO and GRPO, yielding final-step gains of up to 65.2 and 63.7 percentage points, respectively, without any additional runtime or memory cost.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes