paper-with-me

Papers

SLEA-RL: Step-Level Experience Augmented Reinforcement Learning for Multi-Turn Agentic Training

2026-03-18 · Prince Zizhuang Wang, Shuli Jiang arxiv

Large Language Model (LLM) agents have shown strong results on multi-turn tool-use tasks, yet they operate in isolation during training, failing to leverage experiences accumulated across episodes. Existing experience-augmented methods address this by organizing trajectories into retrievable libraries, but they retrieve experiences only once based on the initial task description and hold them constant throughout the episode. In multi-turn settings where observations change at every step, this static retrieval becomes increasingly mismatched as episodes progress. We propose SLEA-RL (Step-Level Experience-Augmented Reinforcement Learning), a framework that retrieves relevant experiences at each decision step conditioned on the current observation. SLEA-RL operates through three components: (i) step-level observation clustering that groups structurally equivalent environmental states for efficient cluster-indexed retrieval; (ii) a self-evolving experience library that distills successful strategies and failure patterns through score-based admission and rate-limited extraction; and (iii) policy optimization with step-level credit assignment for fine-grained advantage estimation across multi-turn episodes. The experience library evolves alongside the policy through semantic analysis rather than gradient updates. Experiments on long-horizon multi-turn agent benchmarks demonstrate that SLEA-RL achieves superior performance compared to various reinforcement learning baselines.

📄 PDF Abstract BibTeX arXiv:2603.18079

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Experience Augmented Policy Optimization for LLM Reasoning

2026-06-29 · Jinda Lu, Kexin Huang, Junkang Wu, Shuo Yang 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is a powerful paradigm for improving the reasoning capabilities of large language models (LLMs). However, existing RLVR methods typically rely on on-policy optimizati…

Reinforcement Learning

ACDER: Augmented Curiosity-Driven Experience Replay

2020-11-16 · Boyao Li, Tao Lu, Jiayi Li, Ning Lu 외

Exploration in environments with sparse feedback remains a challenging research problem in reinforcement learning (RL). When the RL agent explores the environment randomly, it results in low exploration efficiency, espec…

FetchPush-v1Reinforcement Learning (RL)

Experience-Evolving Multi-Turn Tool-Use Agent with Hybrid Episodic-Procedural Memory

2025-12-08 · Sijia Li, Yuchen Huang, Zifan Liu, Zijian Li 외 arxiv

As intents unfold and environments change, multi-turn agents face continuously shifting decision contexts. Although reusing past experience is intuitively appealing, existing approaches remain limited: full trajectories …

Reinforcement Learning

Accelerating Self-Imitation Learning from Demonstrations via Policy Constraints and Q-Ensemble

2022-12-07 · Chao Li

Deep reinforcement learning (DRL) provides a new way to generate robot control policy. However, the process of training control policy requires lengthy exploration, resulting in a low sample efficiency of reinforcement l…

continuous-controlContinuous ControlDeep Reinforcement LearningImitation Learning+4

Hierarchical Reinforcement Learning with Augmented Step-Level Transitions for LLM Agents

2026-04-07 · Shuai Zhen, Yanhua Yu, Ruopei Guo, Nan Cheng 외 arxiv

Large language model (LLM) agents have demonstrated strong capabilities in complex interactive decision-making tasks. However, existing LLM agents typically rely on increasingly long interaction histories, resulting in h…

Hierarchical Reinforcement Learning