YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

๐Ÿค– ARLArena: A Unified Framework for Stable Agentic Reinforcement Learning

GitHub Repo stars

Experiment Update

tmux new -s train_grpo_web_liang
tmux attach -t train_grpo_web_liang
conda activate agentrl_web
bash /root/userdata/liangyan/ARL-Arena/train_grpo_web_liang.sh > train_grpo_web_liang.log 2>&1 &

โœ…โœ…โœ…โœ…โœ…โœ…

tmux new -s train_grpo_web_liang
tmux attach -t train_grpo_web_liang
conda activate agentrl_web
cd /root/userdata/liangyan/ARL-Arena
bash /root/userdata/liangyan/ARL-Arena/train_grpo_web_liang_v2.sh > train_grpo_web_liang_v2.log 2>&1 &

โœ…โœ…โœ…โœ…โœ…โœ…

tmux new -s train_grpo_w_full_clb_web
tmux attach -t train_grpo_w_full_clb_web
conda activate agentrl_web
cd /root/userdata/liangyan/ARL-Arena
bash /root/userdata/liangyan/ARL-Arena/train_grpo_w_full_clb.sh > train_grpo_w_full_clb_web_v1.log 2>&1 &

โœ…โœ…โœ…โœ…โœ…โœ…

tmux new -s train_grpo_w_naive_dense
tmux attach -t train_grpo_w_naive_dense
conda activate agentrl_web
cd /root/userdata/liangyan/ARL-Arena
bash /root/userdata/liangyan/ARL-Arena/train_grpo_w_naive_dense.sh > train_grpo_w_naive_dense.log 2>&1 &

โœ…โœ…โœ…โœ…โœ…โœ…

tmux new -s train_grpo_w_lyapunov_only
tmux attach -t train_grpo_w_lyapunov_only
conda activate agentrl_web
cd /root/userdata/liangyan/ARL-Arena
bash /root/userdata/liangyan/ARL-Arena/train_grpo_w_lyapunov_only.sh > train_grpo_w_lyapunov_only.log 2>&1 &

โœ…โœ…โœ…โœ…โœ…โœ…

tmux new -s train_sampo_w_lyapunov_only
tmux attach -t train_sampo_w_lyapunov_only
conda activate agentrl_web
cd /root/userdata/liangyan/ARL-Arena
bash /root/userdata/liangyan/ARL-Arena/train_sampo_w_lyapunov_only.sh > train_sampo_w_lyapunov_only.log 2>&1 &

โœ…โœ…โœ…โœ…โœ…โœ…

tmux new -s train_sampo_w_full_clb
tmux attach -t train_sampo_w_full_clb
conda activate agentrl_web
cd /root/userdata/liangyan/ARL-Arena
bash /root/userdata/liangyan/ARL-Arena/train_sampo_w_full_clb.sh > train_sampo_w_full_clb.log 2>&1 &

โœ…โœ…โœ…โœ…โœ…โœ…

tmux new -s train_sampo_naive_dense
tmux attach -t train_sampo_naive_dense
conda activate agentrl_web
cd /root/userdata/liangyan/ARL-Arena
bash /root/userdata/liangyan/ARL-Arena/train_sampo_naive_dense.sh > train_sampo_naive_dense.log 2>&1 &

โœ…โœ…โœ…โœ…โœ…โœ…

tmux new -s train_sampo_outcome_only
tmux attach -t train_sampo_outcome_only
conda activate agentrl_web
cd /root/userdata/liangyan/ARL-Arena
bash /root/userdata/liangyan/ARL-Arena/train_sampo_outcome_only.sh > train_sampo_outcome_only.log 2>&1 &

โ›”๏ธโ›”๏ธโ›”๏ธโ›”๏ธโ›”๏ธโ›”๏ธ

tmux new -s train_sampo_web
tmux attach -t train_sampo_web
conda activate agentrl_web
cd /root/userdata/liangyan/ARL-Arena
bash /root/userdata/liangyan/ARL-Arena/train_sampo_web.sh > train_sampo_web.log 2>&1 &

โ›”๏ธโ›”๏ธโ›”๏ธโ›”๏ธโ›”๏ธโ›”๏ธ


Our Framework Design

  • ARLArena profoundly analyzes the existing sufferings of Agentic RL from the perspective of policy gradient.
  • ARLArena comprehensively compares existing Agentic RL algorithms and provides a systematic discussion and analysis across multiple dimensions.
  • ARLArena universally provides experimental results and findings on multiple agentic tasks.

๐Ÿ”ฅ Key Features

  • โœ… Support Training Multi-turn Math+Code Interpreter Agents
  • โœ… Support Training Multi-turn Embody Agents
  • โœ… Support Training Multi-turn Multi-modal Game Agents
  • โœ… Support Training Multi-turn Web Agents
  • โœ… Support Training Multi-turn Search Agents

๐Ÿ”ง Upcoming Features and Changes

  • โžก๏ธ Support Software Enginnering Agents

๐Ÿ“… TODO

  • Cross-domain agentic reasoning
  • Multiple tool integration reasoning

๐Ÿ’ก Getting Started

ARLArena is based on the following main dependencies:

Python=3.11, VeRL=0.4.0, PyTorch=2.6.0, and vLLM=0.8.5

๐Ÿš€ Existing Support

๐Ÿ›’ Web Agents

# 1. Build the webshop environments
bash prepare_all_web.sh

# 2. Run the demo code with:
conda activate agentrl_web
bash examples/shop_agent_trainer/train_xxxx.sh

๐Ÿค– Embodied Agents

# 1. Build the environments
bash prepare_all_embody.sh

# 2. Run the demo code with:
bash examples/world_agent_trainer/train_xxx.sh

๐Ÿงฎ Math+CI

  1. We use Sandbox Fusion as an asynchronous code interpreter. You can follow the Guidance to run the CI.

  2. The training datasets are Math3-5 from SimpleRL in datasets.

# 3. Install the requirements
bash prepare_all_science.sh

# 4. Run the demo code with:
bash examples/simpletir_trainer/train_xxx.sh

๐ŸŽฎ OpenAI Game Agents

# 1. Install the requirements
bash prepare_all_game.sh

# 2. Run the demo code with:
bash examples/game_agent_trainer/train_xxx.sh

๐Ÿ•ธ๏ธ Search Agents

#! 1. Build the RAG server environments
bash prepare_all_search.sh


# 2. Run the demo code with:
bash examples/search_agent_trainer/train_xxx.sh

๐ŸŒŠ Easy Extension

๐Ÿ”น All of the methods utilized is in recipe, you can warp the verl worker for your code to join our codebase. The folder under recipe can represent either a method for different tasks or a series methods for one task. You can refer to Easy Extension for examples.

๐Ÿ”น All of the environments utilized is in agent_system, you can warp the env for your code to join our codebase.

๐Ÿ”น Add specific dependencies to requirements_xxx.txt

๐Ÿ”น Feel free to add the folder of the third-party tools, e.g., sandbox for code implementation.

๐Ÿ“Š Further Details

table

Figure 2: A summary of policy optimization methods studied in ARLArena.

table

Figure 3: Performance comparison of policy optimization methods across four agentic tasks, evaluated on the SFT version of Qwen3-4B.

success

Figure 4: Training curves on ALFWorld (left) and Sokoban (right).

โœ๏ธ Citation

@article{wang2026arlarena,
  title={ARLArena: A Unified Framework for Stable Agentic Reinforcement Learning},
  author={Wang, Xiaoxuan and Zhang, Han and Wang, Haixin and Shi, Yidan and Li, Ruoyan and Han, Kaiqiao and Tong, Chenyi and Deng, Haoran and Sun, Renliang and Taylor, Alexander and others},
  journal={arXiv preprint arXiv:2602.21534},
  year={2026}
}

๐ŸŒŸ Star History

Star History Chart

๐ŸŽ† Awesome work for reference

  • TinyZero: a reproduction of DeepSeek R1 Zero recipe for reasoning tasks GitHub Repo stars
  • SkyThought: RL training for Sky-T1-7B by NovaSky AI team. GitHub Repo stars
  • simpleRL-reason: SimpleRL-Zoo: Investigating and Taming Zero Reinforcement Learning for Open Base Models in the Wild GitHub Repo stars
  • Easy-R1: Multi-modal RL training framework GitHub Repo stars
  • OpenManus-RL: LLM Agents RL tunning framework for multiple agent environments. GitHub Repo stars
  • rllm: async RL training with verl-pipeline GitHub Repo stars
  • PRIME: Process reinforcement through implicit rewards GitHub Repo stars
  • RAGEN: a general-purpose reasoning agent training framework GitHub Repo stars
  • Logic-RL: a reproduction of DeepSeek R1 Zero on 2K Tiny Logic Puzzle Dataset. GitHub Repo stars
  • Search-R1: RL with reasoning and searching (tool-call) interleaved LLMs GitHub Repo stars
  • DeepRetrieval: RL Training of Search Agent with Search/Retrieval Outcome GitHub Repo stars
  • ReSearch: Learning to Reason with Search for LLMs via Reinforcement Learning GitHub Repo stars
  • Code-R1: Reproducing R1 for Code with Reliable Rewards GitHub Repo stars
  • Skywork-OR1: Skywork open reaonser series GitHub Repo stars
  • ToRL: Scaling tool-integrated RL GitHub Repo stars
  • verl-agent: A scalable training framework for long-horizon LLM/VLM agents, along with a new algorithm GiGPO GitHub Repo stars
  • PF-PPO: Policy Filtration for PPO based on the reliability of reward signals for more efficient and robust RLHF.
  • GUI-R1: GUI-R1: A Generalist R1-style Vision-Language Action Model For GUI Agents GitHub Repo stars
  • DeepResearcher: Scaling deep research via reinforcement learning in real-world environments GitHub Repo stars
  • VAGEN: Training VLM agents with multi-turn reinforcement learning GitHub Repo stars
  • ReTool: ReTool: reinforcement learning for strategic tool use in LLMs
  • Seed-Coder: RL training of Seed-Coder boosts performance on competitive programming GitHub Repo stars
  • all-hands/openhands-lm-32b-v0.1: A strong, open coding agent model, trained with multi-turn fine-tuning
  • RM-R1: RL training of reasoning reward models GitHub Repo stars
  • Absolute Zero Reasoner: A no human curated data self-play framework for reasoningGitHub Repo stars
  • LUFFY: Learning to Reason under Off-Policy GuidanceGitHub Repo stars
  • verl-tool: An unified and easy-to-extend tool-agent training framework based on verlGitHub Repo stars
  • DeepMath: DeepMath-103K data and series models for math reasoningGitHub Repo stars
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Papers for LiangYan3612/guage