Resolving Action Bottleneck: Agentic Reinforcement Learning Informed by Token-Level Energy
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| E-commerce product search and purchase | Webshop | Strict Success36.7 | 19 | |
| Spatial planning | Sokoban | Success Rate37.5 | 19 | |
| Navigation | FrozenLake | Success Rate27 | 12 | |
| Logic Puzzle | Sudoku | Success Rate99.6 | 8 | |
| Puzzle Solving | Sokoban | Success Rate40.4 | 8 | |
| Constraint Satisfaction | Sudoku 4x4 | Success Rate95.7 | 4 | |
| Puzzle Solving | SimpleSokoban (final-step) | Success Rate23.2 | 2 | |
| Puzzle Solving | Sudoku (final-step) | Success Rate79.5 | 2 | |
| Web Browsing and Shopping | WebShop (final-step) | Purchase Rate94.9 | 2 | |
| Grid-world Navigation | FrozenLake (final-step) | Success Rate6.8 | 2 |