Learning from Environmental Feedback: Credit Assignment across Multiple Timescales for Agentic Reinforcement Learning

arXiv cs.LG Papers

Summary

This paper introduces EFCA, a multi-timescale credit assignment method for agentic reinforcement learning that uses short-term feedback and medium-term state-history signals from environment interaction to improve task success and quality on ALFWorld and WebShop.

arXiv:2608.08255v1 Announce Type: new Abstract: Agentic reinforcement learning (RL) often suffers from delayed and sparse rewards in real-world environments. A promising solution to this challenge is credit assignment, which aims to decompose trajectory-level rewards and provide more fine-grained supervision for intermediate decisions. However, existing credit assignment approaches ignore the rich process information naturally generated during environment interaction, e.g., interaction history. We argue that such information provides valuable supervision for identifying the contribution of individual actions. To this end, we propose Environmental Feedback-based Credit Assignment (EFCA), a multi-timescale credit assignment approach for long-horizon agentic RL. EFCA complements the long-term outcome signal with two environment-grounded process signals: a short-term feedback signal that captures the immediate effect of the current action and a medium-term state-history signal that identifies ineffective patterns from recent interactions. Both signals are directly extracted from environment feedback and integrated through a return reweighting mechanism. Experiments on ALFWorld and WebShop demonstrate that EFCA consistently improves both task success and task quality over strong baselines, highlighting the effectiveness of environment-grounded multi-timescale credit assignment for long-horizon agentic RL.
Original Article
View Cached Full Text

Cached at: 08/11/26, 08:10 AM

# Learning from Environmental Feedback: Credit Assignment across Multiple Timescales for Agentic Reinforcement Learning
Source: [https://arxiv.org/abs/2608.08255](https://arxiv.org/abs/2608.08255)
Authors:[Yifu Huo](https://arxiv.org/search/cs?searchtype=author&query=Huo,+Y),[Shunjie Xing](https://arxiv.org/search/cs?searchtype=author&query=Xing,+S),[Chenglong Wang](https://arxiv.org/search/cs?searchtype=author&query=Wang,+C),[Peinan Feng](https://arxiv.org/search/cs?searchtype=author&query=Feng,+P),[Qiaozhi He](https://arxiv.org/search/cs?searchtype=author&query=He,+Q),[Yan Ding](https://arxiv.org/search/cs?searchtype=author&query=Ding,+Y),[Anxiang Ma](https://arxiv.org/search/cs?searchtype=author&query=Ma,+A),[Yuxin Gao](https://arxiv.org/search/cs?searchtype=author&query=Gao,+Y),[Tongran Liu](https://arxiv.org/search/cs?searchtype=author&query=Liu,+T),[Tong Xiao](https://arxiv.org/search/cs?searchtype=author&query=Xiao,+T),[Jingbo Zhu](https://arxiv.org/search/cs?searchtype=author&query=Zhu,+J)

[View PDF](https://arxiv.org/pdf/2608.08255)

> Abstract:Agentic reinforcement learning \(RL\) often suffers from delayed and sparse rewards in real\-world environments\. A promising solution to this challenge is credit assignment, which aims to decompose trajectory\-level rewards and provide more fine\-grained supervision for intermediate decisions\. However, existing credit assignment approaches ignore the rich process information naturally generated during environment interaction, e\.g\., interaction history\. We argue that such information provides valuable supervision for identifying the contribution of individual actions\. To this end, we propose Environmental Feedback\-based Credit Assignment \(EFCA\), a multi\-timescale credit assignment approach for long\-horizon agentic RL\. EFCA complements the long\-term outcome signal with two environment\-grounded process signals: a short\-term feedback signal that captures the immediate effect of the current action and a medium\-term state\-history signal that identifies ineffective patterns from recent interactions\. Both signals are directly extracted from environment feedback and integrated through a return reweighting mechanism\. Experiments on ALFWorld and WebShop demonstrate that EFCA consistently improves both task success and task quality over strong baselines, highlighting the effectiveness of environment\-grounded multi\-timescale credit assignment for long\-horizon agentic RL\.

## Submission history

From: Yifu Huo \[[view email](https://arxiv.org/show-email/c9cc7923/2608.08255)\] **\[v1\]**Sat, 8 Aug 2026 17:32:34 UTC \(1,042 KB\)

Similar Articles

What and When to Distill: Selective Hindsight Distillation for Multi-Turn Agents

arXiv cs.AI

This paper presents the first systematic study of credit assignment in multi-turn LLM agents, introducing SERL, a selective environment-reweighted learning framework. SERL uses environment feedback to sharpen the RL objective on causally relevant actions, achieving 90.0% and 80.1% success rates on ALFWorld and WebShop respectively.

AEM: Adaptive Entropy Modulation for Multi-Turn Agentic Reinforcement Learning

Hugging Face Daily Papers

This paper introduces AEM, a supervision-free method for agentic reinforcement learning that adapts entropy dynamics at the response level to improve exploration-exploitation trade-offs. It demonstrates performance gains on benchmarks like ALFWorld and SWE-bench by aligning uncertainty estimation with action granularity.