paper-with-me

홈 › Papers

ARLArena: A Unified Framework for Stable Agentic Reinforcement Learning

2026-02-25 · Xiaoxuan Wang, Han Zhang, Haixin Wang, Yidan Shi, Ruoyan Li, Kaiqiao Han, Chenyi Tong, Haoran Deng, Renliang Sun, Alexander Taylor, Yanqiao Zhu, Jason Cong, Yizhou Sun, Wei Wang arxiv

Agentic reinforcement learning (ARL) has rapidly gained attention as a promising paradigm for training agents to solve complex, multi-step interactive tasks. Despite encouraging early results, ARL remains highly unstable, often leading to training collapse. This instability limits scalability to larger environments and longer interaction horizons, and constrains systematic exploration of algorithmic design choices. In this paper, we first propose ARLArena, a stable training recipe and systematic analysis framework that examines training stability in a controlled and reproducible setting. ARLArena first constructs a clean and standardized testbed. Then, we decompose policy gradient into four core design dimensions and assess the performance and stability of each dimension. Through this fine-grained analysis, we distill a unified perspective on ARL and propose SAMPO, a stable agentic policy optimization method designed to mitigate the dominant sources of instability in ARL. Empirically, SAMPO achieves consistently stable training and strong performance across diverse agentic tasks. Overall, this study provides a unifying policy gradient perspective for ARL and offers practical guidance for building stable and reproducible LLM-based agent training pipelines.

📄 PDF Abstract BibTeX arXiv:2602.21534

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

AgentRL: Scaling Agentic Reinforcement Learning with a Multi-Turn, Multi-Task Framework

2025-10-05 · Hanchen Zhang, Xiao Liu, Bowen Lv, Xueqiao Sun 외 arxiv

Recent advances in large language models (LLMs) have sparked growing interest in building generalist agents that can learn through online interactions. However, applying reinforcement learning (RL) to train LLM agents in…

Reinforcement Learning

LongCat-Flash-Thinking-2601 Technical Report

2026-01-23 · Meituan LongCat Team, Anchun Gui, Bei Li, Bingyang Tao 외 arxiv

We introduce LongCat-Flash-Thinking-2601, a 560-billion-parameter open-source Mixture-of-Experts (MoE) reasoning model with superior agentic reasoning capability. LongCat-Flash-Thinking-2601 achieves state-of-the-art per…

Reinforcement Learning

Agent-R1: A Unified and Modular Framework for Agentic Reinforcement Learning

2025-11-18 · Mingyue Cheng, Shuo Yu, Daoyu Wang, Qingchuan Li 외 arxiv

Large language models (LLMs) have rapidly evolved from single-turn text generators into the foundation of increasingly capable agents. As these agents take on more complex reasoning, decision making, tool use, and long-h…

Reinforcement LearningDecision Making

Agentic Reasoning for Large Language Models

2026-01-18 · Tianxin Wei, Ting-Wei Li, Zhining Liu, Xuying Ning 외 arxiv

Reasoning is a fundamental cognitive process underlying inference, problem-solving, and decision-making. While large language models (LLMs) demonstrate strong reasoning capabilities in closed-world settings, they struggl…

Reinforcement Learning

ASTRA: Automated Synthesis of agentic Trajectories and Reinforcement Arenas

2026-01-29 · Xiaoyu Tian, Haotian Wang, Shuaiting Chen, Hao Zhou 외 arxiv

Large language models (LLMs) are increasingly used as tool-augmented agents for multi-step decision making, yet training robust tool-using agents remains challenging. Existing methods still require manual intervention, d…

Reinforcement LearningDecision Making