paper-with-me

홈 › Papers

Experiential Reinforcement Learning

2026-02-15 · Taiwei Shi, Sihao Chen, Bowen Jiang, Linxin Song, Longqi Yang, Jieyu Zhao arxiv

Reinforcement learning has become the central approach for language models (LMs) to learn from environmental reward or feedback. In practice, the environmental feedback is usually sparse and delayed. Learning from such signals is challenging, as LMs must implicitly infer how observed failures should translate into behavioral changes for future iterations. We introduce Experiential Reinforcement Learning (ERL), a training paradigm that embeds an explicit experience-reflection-consolidation loop into the reinforcement learning process. Given a task, the model generates an initial attempt, receives environmental feedback, and produces a reflection that guides a refined second attempt, whose success is reinforced and internalized into the base policy. This process converts feedback into structured behavioral revision, improving exploration and stabilizing optimization while preserving gains at deployment without additional inference cost. Across sparse-reward control environments and agentic reasoning benchmarks, ERL consistently improves learning efficiency and final performance over strong reinforcement learning baselines, achieving gains of up to +81% in complex multi-step environments and up to +11% in tool-using reasoning tasks. These results suggest that integrating explicit self-reflection into policy training provides a practical mechanism for transforming feedback into durable behavioral improvement.

📄 PDF Abstract BibTeX arXiv:2602.13949

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Experiential Explanations for Reinforcement Learning

2022-10-10 · Amal Alabdulkarim, Madhuri Singh, Gennie Mansi, Kaely Hall 외

Reinforcement learning (RL) systems can be complex and non-interpretable, making it challenging for non-AI experts to understand or intervene in their decisions. This is due in part to the sequential nature of RL in whic…

Chunkingcounterfactualreinforcement-learningReinforcement Learning+1

Notes to Self: Can LLMs Benefit from Experiential Abstractions?

2026-07-22 · Chang Liu, Xinyu Li, Artur Dubrawski arxiv

Humans distill experience into reusable abstractions, e.g., strategies and cautionary reminders, and apply them to gradually solve problems more effectively. We study whether Large Language Models (LLMs) can similarly be…

Reinforcement LearningLogical Reasoning

LLM-as-a-Coach: Experiential Learning for Non-Verifiable Tasks

2026-07-20 · Tianzhu Ye, Li Dong, Guanheng Chen, He Zhu 외 hf

Reinforcement learning (RL) on open-ended tasks compresses an LLM's rubric-based evaluation into a scalar reward, discarding rich textual feedback and conflating responses with distinct quality profiles. We propose Exper…

Reinforcement Learning

Interpretable experiential learning based on state history and global feedback

2026-05-01 · Anton Kolonin arxiv

A new interpretable experiential learning model based on state history and global feedback is presented. It is capable of learning a behavioral model represented by a transition graph between sets of states, with transit…

Reinforcement LearningOpenAI Gym

Explaining Conditions for Reinforcement Learning Behaviors from Real and Imagined Data

2020-11-17 · Aastha Acharya, Rebecca Russell, Nisar R. Ahmed

The deployment of reinforcement learning (RL) in the real world comes with challenges in calibrating user trust and expectations. As a step toward developing RL systems that are able to communicate their competencies, we…

reinforcement-learningReinforcement Learning (RL)