thinkwee/AgentsMeetRL

Awesome List for Agentic RL

HTML

1,851

163 commits

updated Sep 15, 2026

See the code

README

Logo

Base Framework General Search & RAG Web & GUI
Tool Code & SWE Reasoning Multi-Agent
Memory Embodied Domain-Specific Reward & Training
Safety VLM Agent Self-Evolution Environment

Interactive Dashboard

When LLM Agents Meet Reinforcement Learning

AgentsMeetRL is an awesome list that summarizes open-source repositories for training LLM Agents using reinforcement learning:

  • 🤖 The criteria for identifying an agent project are that it must have at least one of the following: multi-turn interactions or tool use (so TIR projects, Tool-Integrated Reasoning, are considered in this repo).
  • ⚠️ This project is based on code analysis from open-source repositories using LLM coding agents, which may contain unfaithful cases. Although manually reviewed, there may still be omissions. If you find any errors, please don't hesitate to let us know immediately through issues or PRs - we warmly welcome them!
  • 🚀 We particularly focus on the reinforcement learning frameworks, RL algorithms, rewards, and environments that projects depend on, for everyone's reference on how these excellent open-source projects make their technical choices. See [Click to view technical details] under each table.
  • 📅 Last updated: 2026-08-26
  • 🤗 Feel free to submit your own projects anytime - we welcome contributions!
  • 📚 If you find this repository helpful for your research, please cite it via the "Cite this repository" button on the right sidebar.

Taxonomy:

  • Base Framework: General-purpose RL training frameworks for LLM agents (e.g., veRL, OpenRLHF, trl)
  • General/MultiTask: Agent systems trained/evaluated across multiple tasks or environments
  • Search & RAG: Search-augmented reasoning agents that use retrieval tools to enhance LLM reasoning
  • Web & GUI: Agents that interact with web browsers, mobile/desktop GUIs, or operating systems
  • Tool-Use: Agents trained to invoke external tools (APIs, code executors, MCP, etc.)
  • Code & SWE: Software engineering and code generation agents
  • Reasoning: Reasoning agents with tool-integrated or multi-turn reasoning (math, QA, visual)
  • Multi-Agent RL: Multi-agent collaboration, negotiation, or credit assignment via RL
  • Memory: Agents that learn to manage, retrieve, or evolve memory
  • Embodied: Agents operating in embodied/physical simulation environments
  • Domain-Specific: RL agents for specialized domains (medical, OS tuning, etc.)
  • Reward & Training: Process/outcome reward models and training methodologies for agents
  • Safety: RL for agent safety alignment, adversarial red-teaming, and jailbreak defense/attack
  • VLM Agent: Vision-language model agents trained with RL for multimodal interaction
  • Self-Evolution: Agents that self-evolve via RL feedback loops (⚠️ definition still evolving in the community)
  • Environment: Benchmarks, gyms, and sandbox environments for agent training/evaluation

Some Enumeration:

  • Enumeration for Reward Type:
    • External Verifier: e.g., a compiler or math solver
    • Rule-Based: e.g., a LaTeX parser with exact match scoring
    • Model-Based: e.g., a trained verifier LLM or reward LLM
    • Custom

Updates

  • 📢 2026-08 Update: Added 23 new repositories across 9 categories (Environment +8 [Echoverse/PAST-Bench/PatientAgentBench/LegalWorld/Evo-Bench/DocOps/ScrambleToolBench/DigiWorld], Search & RAG +5 [EviSD/GTA-RAG/LAPO, plus catch-up of GrepSeek/PyRAG], Base Framework +3 [Molt, AReno, and catch-up of Microsoft Orchard], Self-Evolution +2 [AgentOPSD/BaT], Code & SWE +1 [Lego-RL, harness-native RL inside Claude Code/OpenHands/OpenCode], Reward & Training +1 [Agent-G²], VLM Agent +1 [InSight-doc], Memory +1 [MemPrism], Tool-Use +1 [MUA-RL, promoted from Under Review — its code had in fact been public since 2025.8]). Every repo was opened and confirmed to contain real RL-training (or executable-environment) code. Papers whose code is still unreleased were left out (Qwen-UI-Agent, Qwen-CUA, UI-Mate, SearchMaster, RoMeRL, Agon, SINKFLEX-RL, GRASP, MAVEN, EviBack, ChemWorld) — see Under Review. Notably no qualifying new Safety, Embodied, or Multi-Agent RL repos appeared this window: that crop was uniformly SFT-only, inference-only, or code-withheld.
  • 📢 2026-07 Update: Added 13 new repositories from late-Jun–Jul 2026 across 8 categories (Self-Evolution +3 [SEED/OPID/UCOB, the on-policy-distillation-for-agentic-RL line], VLM Agent +2 [VTS/VSeek, long-video search agents], Tool-Use +2 [Tool-RL-Box; plus catch-up of AWorld-RL], Environment +2 [SETA terminal envs, OpenAgent tool-generalization sandbox], Web & GUI +1 [SCALE-CUA], Embodied +1 [REAL], Memory +1 [Supersede], Domain-Specific +1 [FaithMed]). Every entry was verified by opening the repo and confirming real RL-training (or environment) code — papers whose code is not yet released (EvoCUA-1.5, DeepSearch-World, CompactionRL, GUICrafter, VideoSearcher, Xiaomi-GUI-0) were deliberately left out.
  • 📢 2026-06 Update: Added 43 new repositories across 11 categories (VLM Agent +8, Search & RAG +7, Environment +6, Reward & Training +4, Base Framework/Tool-Use/Self-Evolution/Embodied +3 each, Web & GUI/Code & SWE/Domain-Specific +2 each). New since the last update: Harness-1, FastContext, OpenWebRL, Polar, AgentJet, HarnessX, APPO, SPADER, DeepRubric, Embodied-R1.5, SIRI; plus catch-up of earlier-2026 misses (Vision-DeepResearch, ARM-Thinker, PyVision-RL, Gen-Searcher, DataMind, Tool-R0, Agent World Model, VisGym, Gym-Anything, ChemCraft, OpAgent, etc.).
  • 📢 2026-05 Update: Added 17 new repositories from Apr–May 2026 across 11 categories (notably General/MultiTask +4 [SkillZero/T²PO/SDAR/StraTA, mostly ZJU-REAL & related agentic RL methods], VLM Agent +3 [MTA-Agent/ParaVT/OpenSearch-VL, multimodal deep search & video tool use], Web & GUI +2 [ClawGUI/ToolCUA]). Moved CoEvolve to "Under Review" (code not yet released).
  • 📢 2026-04 Update: Added 67 new repositories covering Apr 2025 – Apr 2026 across nearly every category (notably VLM Agent +9, Search & RAG +10, Web & GUI +7, Tool-Use +7). Also reclassified SkyRL (→ General) and SPIRAL (→ Multi-Agent), and updated the VAGEN entry to its NeurIPS'25 upstream repo.
  • 📢 2026-03 Update: Restructured taxonomy from 12 to 16 categories (added Multi-Agent RL, Reward & Training, Safety, VLM Agent, Self-Evolution, Domain-Specific; merged GUI into Web & GUI; retired TextGame/Biomedical). Added ~70 new repositories covering Sep 2025 – Mar 2026, growing the total from ~134 to 205.

🤖 Use as a Claude Code Skill

Logo

This list is also packaged as a Claude Code Skillagents-meet-rl — that turns the corpus into an on-demand assistant for agentic-RL training, evaluation, and experiment design: reward not moving, KL / entropy / length blow-ups, GRPO / PPO / DAPO knobs, retokenization drift, tool-call parse failures, long-horizon credit assignment, LLM-judge inconsistency, benchmark contamination, and framework / benchmark / algorithm selection — each answer anchored to specific papers and repos from this list. Backed by a machine-readable corpus of 405 projects (snapshot 2026-08-26). Once installed, Claude Code auto-invokes it whenever your question matches.

Install as a plugin (recommended):

/plugin marketplace add thinkwee/claude-plugins
/plugin install agents-meet-rl@thinkwee

Or install manually:

git clone https://github.com/thinkwee/AgentsMeetRL
cp -r AgentsMeetRL/skills/agents-meet-rl ~/.claude/skills/

Then just ask, e.g. "my GRPO search agent's reward is flat but eval keeps dropping" or "which RL framework should I pick for a multi-turn tool-use agent?" — the skill routes your symptom to fixes grounded in this corpus.

🔧 Base Framework

Github Repo🌟 StarsDateOrgPaper Link
LibraStars2026.8NetX LabPaper
MoltStars2026.7NVIDIA (NeMo Labs)Paper
OrchardStars2026.7MicrosoftPaper
AgentJetStars2026.6ModelScope (Alibaba)Paper
HarnessXStars2026.6Darwin-AgentPaper
DressageStars2026.6Accio-Lab--
ARenoStars2026.6Ant Group (inclusionAI)--
PolarStars2026.5NVIDIA (NeMo)Paper
uni-agentStars2026.4verl-project--
VeRL-OmniStars2026.4verl-project--
OpenClaw-RLStars2026.3Gen-VersePaper
Claw-R1Stars2026.3USTC--
Open-AgentRLStars2026.2Gen-VersePaper
NeMo-RLStars2026.1NVIDIA--
RLinfStars2025.8Tsinghua/Infinigence AI/PKUPaper
siiRLStars2025.7Shanghai Innovation InstitutePaper
slime2025.6Tsinghua University (THUDM)blog
agent-lightningStars2025.6Microsoft ResearchPaper
AReaLStars2025.6AntGroup/TsinghuaPaper
ROLLStars2025.6AlibabaPaper
MARTIStars2025.5Tsinghua--
TunixStars2025.4Google--
RL2Stars2025.4Accio
verifiersStars2025.3Individual--
prime-rlStars2025.2Prime Intellect--
oatStars2024.11NUS/Sea AIPaper
veRLStars2024.10ByteDancePaper
OpenRLHFStars2023.7OpenRLHFPaper
trlStars2019.11HuggingFace--
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
LibraAsync GRPOSingleOutcomeMultiAgentic RL post-training with resource-aware training and rolloutAll (Custom/External/Rule)Yes (search, code execution, validation tools)
OrchardOnline RL (vendored slime)SingleBothMultiHarness-native RL (browser/computer-use/SWE)Model/RuleYes (live browser, containers, agent harnesses)
ARenoGSPO/GRPO (+SFT/DPO)SingleOutcomeMultiSingle-node RL post-training (Math/SWE-style/Games)CustomYes (inspect_tree/read_file/rg/apply_patch/run_command)
MoltREINFORCE/RLOO/GRPO/Dr.GRPO/GAE + On-policy DistillationSingleOutcomeMultiDomain-agnostic agentic RL (Math/Geometry/Chat)CustomYes (Python exec, HTTP, VLM tools)
AgentJetGRPO/PPO (swarm, multi-dim reward)BothBothMultiSwarm agentic RL (heterogeneous multi-agent, multi-task)All (Custom/External/Rule)Yes (tool calls, agent frameworks)
HarnessXGRPO/PPO (slime/verl recipes)SingleOutcomeMultiComposable agent-harness foundry (ALFWorld/GAIA/WebShop/SWE-bench)External + CustomYes (harness orchestrates tools/memory)
DressageGRPOBothOutcomeMultiAgentic RL for any agent and sandbox (SWE-Gym/ALFWorld/HotpotQA)External/RuleYes (whitebox: code/shell/file/retrieval; blackbox: opencode/openclaw/claude_code/codex)
PolarGRPOBothOutcomeMultiAgentic RL on any harness (SWE-Bench/SWE-Gym)External VerifierYes (real agent harnesses: shell/Codex/Claude Code)
uni-agentGRPO/GSPO (partial rollout, fully-async)SingleOutcomeMultiSWE-Bench/Search/General Agent (1000+ concurrent)AllYes (unified model/tool/env abstractions)
VeRL-OmniFlowGRPO/DanceGRPO/Diffusion DPOSingleOutcomeSingleMultimodal generation RL (image/video/omni)Model/ExternalNo
OpenClaw-RLGRPO/OPDBothBothMultiTerminal/GUI/SWE/Tool-callModel/ExternalYes
Claw-R1Generic RL FrameworkMultiBothMultiGeneral AgentAllYes (Framework-agnostic)
Open-AgentRLGRPO-TCRSingleBothMultiReasoning/GUI/CodingModel (PRM)Yes (SandboxFusion)
NeMo-RLGRPO/DAPO/GDPO/DPOSingleOutcomeMultiMath/Reasoning/CodeRule/ExternalNo
RLinfPPO/GRPO/DAPO/SAC/REINFORCE++/CrossQ/RLPDBothBothMultiRobotics/Math/Code/QA/VQAAll (Rule/Model/External)Yes
siiRLPPO/GRPO/CPGD/MARFTMultiBothMultiLLM/VLM/LLM-MAS PostTrainingModel/RulePlanned
slimeGRPO/GSPO/REINFORCE++SingleBothBothMath/CodeExternal VerifierYes
agent-lightningPPO/Custom/Automatic Prompt OptimizationMultiOutcomeMultiCalculator/SQLModel/External/RuleYes
AReaLPPOBothOutcomeBothMath/CodeExternalYes
ROLLPPO/GRPO/Reinforce++/TOPR/RAFT++MultiBothMultiMath/QA/Code/AlignmentAllYes
MARTIPPO/GRPO/REINFORCE++/TTRLMultiBothMultiMathAllYes
TunixPPO/GRPO/GSPO-Token/DAPO/Dr.GRPOSingleOutcomeMultiMath/Code/GameRule/ExternalYes
RL2Dr. GRPO/PPO/DPOSingleBothBothQA/DialogueRule/Model/ExternalYes
verifiersGRPOMultiOutcomeBothReasoning/Math/CodeAllCode
prime-rlGRPO/PPOMultiOutcomeMultiMath/Code/SearchModel/ExternalYes
oatPPO/GRPOSingleOutcomeMultiMath/AlignmentExternalNo
veRLPPO/GRPOSingleOutcomeBothMath/QA/Reasoning/SearchAllYes
OpenRLHFPPO/REINFORCE++/GRPO/DPO/IPO/KTO/RLOOMultiBothBothDialogue/Chat/CompletionRule/Model/ExternalYes
trlPPO/GRPO/DPOSingleBothSingleQACustomNo

💪 General/MultiTask

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
T2POStars2026.5Academic (ICML 2026 Spotlight)PaperveRL
StraTAStars2026.5Shanghai AI Lab / Oxford / Multi-institutionPaperrLLM
SDARStars2026.5Zhejiang University (ZJU-REAL)PaperveRL (GiGPO-based)
SkillZeroStars2026.4Zhejiang University (ZJU-REAL)PaperveRL (GiGPO-based)
MetaClawStars2026.3UNC-Chapel Hill (AIMING Lab)PaperCustom
SkillRLStars2026.2UNC-Chapel Hill (AIMING Lab)PaperCustom
LLM-in-SandboxStars2026.1RUC/MSRA/THUPaperrllm (w/ veRL)
youtu-agentStars2025.12Tencent Youtu LabPaperCustom
DEPOStars2025.11HKUST/SJTUPaperLLaMA-Factory
SPEARStars2025.10Tencent Youtu LabPaperveRL/verl-agent
DeepAgentStars2025.10RUC/XiaohongshuPaperCustom
AgentRLStars2025.9TsinghuaPaperveRL
AgentGym-RLStars2025.9Fudan UniversityPaperveRL
Agent_Foundation_ModelsStars2025.8OPPO Personal AI LabPaperveRL
Trinity-RFTStars2025.5AlibabaPaperveRL
SPA-RL-AgentStars2025.5PolyUPaperTRL
verl-agentStars2025.5NTU/SkyworkPaperveRL
SkyRLStars2025.4UC Berkeley / NovaSky-AIPaperSelf (skyrl-train)
VAGENStars2025.3Northwestern University (mll-lab-nu)PaperveRL
ARTStars2025.3OpenPipePaperTRL
OpenManus-RLStars2025.3UIUC/MetaGPT--Custom
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
T2POT²PO (token+turn uncertainty-guided)SingleBothMultiWebShop/ALFWorld/SearchQA/Embody/GameRuleYes (search, web, embodied)
StraTAHierarchical GRPO + Strategic Trajectory AbstractionSingleOutcomeMultiALFWorld (93.1%)/WebShop (84.2%)/SciWorld (63.5%)Rule + Model (self-judge)Yes (interactive long-horizon envs)
SDARSelf-Distilled Agentic RL (GRPO + gated OPSD)SingleOutcomeMultiALFWorld/WebShop/Search-QARuleYes (interactive envs)
SkillZeroIn-Context Agentic RL (GRPO + skill-context curriculum withdrawal)SingleOutcomeMultiALFWorld/WebShop/Search-QARuleYes (interactive envs + skill library)
MetaClawGRPO (LoRA)SingleProcessMultiGeneral AgenticModel (PRM)Yes (Skill-augmented)
SkillRLGRPOSingleOutcomeMultiALFWorld/WebShop/SearchRuleYes (Web search, actions)
LLM-in-SandboxGRPO++SingleOutcomeMultiMath/Physics/Chemistry/Biomedicine/Long-context/IF/SWERuleYes (Code Sandbox w/ Terminal, File, Internet)
youtu-agentTraining-Free GRPOSingleOutcomeMultiDeep Research/Data Analysis/Tool-useModel/ExternalYes (Web search, code, file)
DEPOKTO + Efficiency LossSingleBothMultiAgent (BabyAI/WebShop)RuleYes
SPEARGRPO/GiGPO + SILSingleBothMultiMath/AgentRule/ExternalYes (Search, Sandbox, Browser)
DeepAgentToolPOSingleOutcomeMultiToolBench/ALFWorld/WebShop/GAIA/HLEModelYes (16,000+ RapidAPIs)
AgentRLGRPO/REINFORCE++/RLOO/ReMax/GAESingleOutcomeMultiAgent TasksExternalYes
AgentGym-RLPPO/GRPO/RLOO/REINFORCE++SingleOutcomeMultiWeb/Search/Game/Embodied/ScienceRule/Model/ExternalYes (Web, Search, Env APIs)
Agent_Foundation_ModelsDAPO/PPOSingleOutcomeSingleQA/Code/MathRule/ExternalYes
Trinity-RFTPPO/GRPOSingleOutcomeBothMath/TextGame/WebAllYes
SPA-RL-AgentPPOSingleProcessMultiNavigation/Web/TextGameModelNo
verl-agentPPO/GRPO/GiGPO/DAPO/RLOO/REINFORCE++MultiBothMultiPhone Use/Math/Code/Web/TextGameAllYes
SkyRLGRPO/PPOSingleBothMultiLong-horizon Agents (SWE-Bench/Search/Math/SQL)Rule/External/CustomYes
VAGENPPO/GRPO (World Modeling RL)SingleBothMultiNavigation/TextGame/MultimodalAllYes
ARTGRPOMultiBothMultiTextGameAllYes
OpenManus-RLPPO/DPO/GRPOMultiOutcomeMultiTextGameAllYes

🔍 Search & RAG Agent

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
EviSDStars2026.8AcademicPaperveRL
GTA-RAGStars2026.8Academic (EMNLP'26 Findings)PaperveRL
LAPOStars2026.7AcademicPaperveRL
Harness-1Stars2026.6UIUCPaperCustom
SlimSearcherStars2026.6Ant Group / ZJUPaperCustom (agentic RL)
DeepRubricStars2026.6Shandong UniversityPaperverl-tool
SAASStars2026.5Xiamen UniversityPaperslime
CuSearchStars2026.5AcademicPaperCustom
GrepSeekStars2026.5UMass Amherst (CIIR)PaperveRL
PyRAGStars2026.5AcademicPaperveRL
ORBITStars2026.4University of WaterlooPaperCustom
LiteResearcherStars2026.4Simplex AI / ZJU / PolyUPaperCustom
DR-VenusStars2026.4Ant Group (inclusionAI)PaperveRL (IGPO-based)
MR-SearchStars2026.3AcademicPaperCustom
ProRAGStars2026.1RUCPaperCustom
O-ResearcherStars2026.1OPPO PersonalAI LabPaperCustom
Agentic-RAG-R1Stars2025.12PKU--Custom
MemSearcherStars2025.11CASPaperCustom
DR TuluStars2025.11AI2 / UW / CMU / MITPaperOpen-Instruct
IGPOStars2025.10Ant GroupPaper (ICLR 2026)veRL
ReSeekStars2025.10Tencent PCG BAC/Tsinghua UniversityPaperveRL
AutoGraph-R1Stars2025.10HKUST KnowCompPaperCustom
WebSeerStars2025.10IndividualPaperveRL
HiPRAGStars2025.10IndividualPaperveRL
Tree-GRPOStars2025.9AMAPPaperveRL
DeepResearchStars2025.9Alibaba/Tongyi LabPaperCustom
DeepDiveStars2025.9Tsinghua/THUDMPaperCustom
ASearcherStars2025.8Ant Research RL Lab
Tsinghua University & UW
PaperRealHF/AReaL
SSRLStars2025.8TsinghuaPaperCustom
Research-VenusStars2025.8Ant GroupPaperCustom
Graph-R1Stars2025.7BUPT/NTU/NUSPaperveRL
Kimi-ResearcherStars2025.6Moonshot AIblogCustom
R-SearchStars2025.6Individual--veRL
R1-Searcher-plusStars2025.5RUCPaperCustom
StepSearchStars2025.5SenseTimePaperveRL
AutoRefineStars2025.5USTCPaperveRL
ZeroSearchStars2025.5AlibabaPaperveRL
ReasonRAGStars2025.5CityU HK / HuaweiPaperCustom
VRAGStars2025.5USTC / Tongyi Lab, AlibabaPaperveRL
MaskSearchStars2025.5Tongyi Lab, AlibabaPaperDAPO / veRL
R3-RAGStars2025.5Fudan NLPPaperOpenRLHF
O2-SearcherStars2025.5KnowledgeXLabPaperveRL
s3Stars2025.5UIUCPaperveRL
knowledge-r1Stars2025.5CAS / UCASPaperveRL
WebThinkerStars2025.4RUCPaperCustom
DeepResearcherStars2025.4SJTUPaperveRL
Search-R1Stars2025.3UIUC/Googlepaper1, paper2veRL
R1-SearcherStars2025.3RUCPaperOpenRLHF
C-3POStars2025.2AlibabaPaperOpenRLHF
DeepRetrievalStars2025.2UIUCPaperveRL
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
PyRAGCurriculum shared-parameter GRPO (LoRA)Multi (Decompose/Plan/Answer)BothMultiMulti-hop RAG via executable Python synthesisRule-Based + ExecutionYes (Python exec + E5 retriever)
GrepSeekSFT cold-start + GRPOSingleOutcomeMultiDirect corpus interaction (shell/grep, no index)Rule-Based (token-F1 x format gate)Yes (shell pipelines over raw corpus)
LAPOGRPO + Leave-One-Turn AttributionSingleBothMultiMulti-turn search QA (NQ/TriviaQA/HotpotQA/2Wiki)Rule-Based (self-generated)Yes (retrieval)
GTA-RAG3-stage GRPOSingleBothMultiMulti-hop QA over entity-document graphRule-Based (support-doc + EM)Yes (graph + dense retrieval)
EviSDGRPO + Evidence-Conditioned Self-DistillationSingleOutcomeMultiSearch-augmented multi-hop QARule-BasedYes (search/retrieval)
Harness-1GRPOSingleOutcomeMultiLong-horizon search (web/finance/patents) w/ state-externalizing harnessExternal + RuleYes (search/retrieval/rerank)
SlimSearcherGRPO + Adaptive Reward GatingSingleOutcomeMultiEfficiency-aware deep research (GAIA/BrowseComp/xBench)Custom + RuleYes (web search, browse)
DeepRubricGRPO + rubric rewardsSingleProcessMultiDeep research report synthesis (evidence-tree rubric)Model + Rule (rubric)Yes (search/browse/scholar)
SAASRL w/ boundary-aware reward (2-stage curriculum)SingleOutcomeMultiSelf-aware agentic search (over-search mitigation, 7 QA sets)Rule-BasedYes (search)
CuSearchGRPO + Search-Depth curriculum rolloutSingleOutcomeMultiAgentic RAG multi-hop QARule-Based (EM)Yes (retrieval/search)
ORBITGRPOSingleOutcomeMultiVerifiable data-gen + RL for web search (Qwen3-4B)External + RuleYes (web search)
LiteResearcherScalable Agentic RL (curriculum w/ lite virtual world)SingleOutcomeMultiDeep Research (GAIA 71.3% / Xbench-DS 78.0%, 4B SOTA)Rule/ExternalYes (local search/browse env, Milvus+PostgreSQL)
DR-VenusGRPO + IGPO (info-gain turn-level) w/ agentic SFTSingleBothMultiEdge-scale Deep Research (4B)Intrinsic (info-gain) + Rule (format)Yes (Search/Browse)
MR-SearchIn-context Meta-RL (multi-episode credit)SingleOutcomeMultiAgentic search w/ self-reflectionRule-BasedYes (search)
ProRAGGRPO + DGA (dual-granularity advantage)SingleBothMultiMulti-hop RAGModel (PRM via MCTS)Yes (Retrieval)
O-ResearcherGRPO + RLAIFMultiProcessMultiDeep Research (Zhihu-KOL/WideSearch/ELI5)Model (LLM-as-Judge)Yes (Search/Crawl)
Agentic-RAG-R1GRPOSingleOutcomeMultiKnowledge-intensive QARule/ModelYes (Wiki/Doc search)
MemSearcherMulti-context GRPOSingleOutcomeMultiSearch/QA + MemoryRule/ModelYes (Web search + Memory)
DR TuluGRPO + evolving rubricsSingleOutcomeMultiLong-form Deep ResearchModel (rubrics)Yes (Search/MCP)
IGPOGRPO + IGPO (Information Gain turn-level reward)SingleBothMultiMulti-turn Search Agent (BrowseComp/-ZH)Intrinsic (belief Δ) + OutcomeYes (Search)
ReSeekGRPO/PPOSingleBothMultiQA/SearchRuleSearch/JUDGE
AutoGraph-R1GRPO (via VeRL)SingleOutcomeMultiKG Construction for QARuleYes (Graph retrieval)
WebSeerGRPO-styleSingleOutcomeMultiWeb Search QA (w/ self-reflection)Rule/ModelYes (Search)
HiPRAGPPOSingleProcessMultiEfficient Agentic RAGModel/RuleYes (Retrieval)
Tree-GRPOGRPO/Tree-GRPOSingleOutcomeMultiSearchRuleSearch
DeepResearchRL-basedSingleOutcomeMultiDeep ResearchModelYes (Search, Browse)
DeepDiveGRPOSingleOutcomeMultiKG-augmented SearchRuleYes (KG + Search)
ASearcherPPO/GRPO + Decoupled PPOSingleOutcomeMultiMath/Code/SearchQAExternal/RuleYes
SSRLGRPOSingleOutcomeMultiSelf-SearchRuleYes (Self-search)
Research-VenusGRPOSingleBothMultiDeep ResearchModel (atomic thought)Yes (Search)
Graph-R1GRPO/REINFORCE++/PPOSingleOutcomeMultiKGQARule (EM/F1)Yes (Graph retrieval)
Kimi-ResearcherREINFORCESingleOutcomeMultiResearchOutcomeSearch, Browse, Coding
R-SearchPPO/GRPOSingleBothMultiQA/SearchAllYes
R1-Searcher-plusCustomSingleOutcomeMultiSearchModelSearch
StepSearchPPOSingleProcessMultiQAModelSearch
AutoRefinePPO/GRPOMultiBothMultiRAG QARuleSearch
ZeroSearchPPO/GRPO/REINFORCESingleOutcomeMultiQA/SearchRuleYes
ReasonRAGDPO + MCTS-based PRMSingleProcessMultiMulti-hop QAModel (PRM)Yes (Wikipedia search)
VRAGGRPOSingleBothMultiVisually-rich RAGRule/ModelYes (Visual retrieval)
MaskSearchDAPOSingleOutcomeMultiRAMP Pretraining + QARule/ModelYes (Search)
R3-RAGPPOSingleBothMultiMulti-hop QARuleYes (Retrieval)
O2-SearcherGRPOSingleOutcomeMultiOpen-ended QARule/ModelYes (Search)
s3GRPOSingleOutcomeMultiRAG / Medical QAModel (Gain-Beyond-RAG)Yes (Retrieval)
knowledge-r1GRPOSingleOutcomeMultiKnowledge-intensive QA (KB-aware)RuleYes (Retrieval)
WebThinkerDPOSingleOutcomeMultiReasoning/QA/ResearchModel/ExternalWeb Browsing
DeepResearcherPPO/GRPOMultiOutcomeMultiResearchAllYes
Search-R1PPO/GRPOSingleOutcomeMultiSearchAllSearch
R1-SearcherPPO/DPOSingleBothMultiSearchAllYes
C-3POPPOMultiOutcomeMultiSearchModelYes
DeepRetrievalGRPOSingleOutcomeMultiQuery Generation/IRRuleYes (Search)

🌐 Web & GUI Agent

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
SCALE-CUAStars2026.7Tsinghua (THUDM)PaperCustom (Ray + vLLM + Megatron-LM)
OpenWebRLStars2026.6UIUC / Microsoft ResearchPaperslime
ToolCUAStars2026.5Alibaba Tongyi Lab (X-PLUG)PaperCustom
ClawGUIStars2026.4Zhejiang University (ZJU-REAL)PaperCustom (veRL-based)
OpAgentStars2026.2Codefuse AI (Ant Group)PaperAgent-R1 (veRL)
GUI-LibraStars2026.2GUI-Libra (MS-affiliated)PaperCustom
MobileAgentStars2025.9X-PLUG (TongyiQwen)paperveRL
UI-TARSStars2025.9ByteDance SeedPaperCustom
MobileRLStars2025.9Tsinghua / Zhipu AI (THUDM)PaperCustom
DART-GUIStars2025.9Computer-use-agentsPaperveRL
Mano-PStars2025.9Mininglamp AIPaperMano-SDK
InfiGUI-G1Stars2025.8InfiX AIPaperveRL
gui-rcpoStars2025.8Zhejiang UniversityPaperCustom
UI-AGILEStars2025.7Xiamen UniversityPaperCustom
GUI-G2Stars2025.7Zhejiang University (ZJU-REAL)PaperCustom (VLM-R1)
MagicGUIStars2025.7Honor (MagicAgent-GUI)PaperCustom
Grounding-R1Stars2025.6Salesforceblogtrl
AgentCPM-GUIStars2025.6OpenBMB/Tsinghua/RUCPaperHuggingface
TTIStars2025.6CMUPaperCustom
GTA1Stars2025.6Salesforce / ANUPaperCustom (DeepSpeed)
SE-GUIStars2025.5Nankai University/vivoPapertrl
ARPOStars2025.5CUHK/HKUSTPaperveRL
GUI-G1Stars2025.5RUCPaperTRL
WebAgent-R1Stars2025.5Amazon/UVAPaperCustom
ZeroGUIStars2025.5Shanghai AI LabPaperCustom
GUI-R1Stars2025.4CAS/NUSPaperveRL
InfiGUI-R1Stars2025.4Zhejiang UniversityPaperCustom
UI-R1Stars2025.3vivo/CUHKPaperTRL
CollabUIAgentsStars2025.2Tsinghua/Alibaba/HKUSTPaperCustom
DigiQStars2025.2UC Berkeley/CMU/AmazonPaperCustom
GUI-Agent-RLStars2025.2MicrosoftPaperCustom
WebAgentStars2025.1Alibabapaper1, paper2LLaMA-Factory
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
SCALE-CUAGRPO (fully async, Frontier Sampling + visual context segmentation)SingleOutcomeMultiComputer Use (OSWorld, ScienceBoard; 24K+ synthesized verifiable tasks)External Verifier (executable judge functions)Yes (GUI actions in Docker desktop)
OpenWebRLGRPO (online multi-turn)SingleBothMultiVisual web browsing on live sites (WebVoyager/Online-Mind2Web)Rule + Model (format + LLM-judge)Yes (Playwright browser)
ToolCUATool-Bootstrapped GUI RFT + Online Agentic RL (Tool-Efficient Path Reward)SingleBothMultiComputer Use (OSWorld-MCP, hybrid GUI+tool)Rule (path-efficiency)Yes (GUI actions + structured tool calls)
ClawGUIGiGPO + Process Reward ModelSingleBothMultiMobile GUI (Android/HarmonyOS/iOS, MobileWorld)Rule + Model (PRM)Yes (GUI + hybrid CLI-GUI + persistent memory)
OpAgentOnline agentic RL (GRPO/PPO)MultiBothMultiWeb navigation (WebArena 71.6% pass@5)Rule + Model (RDTree + WebJudge)Yes (Playwright browser)
GUI-LibraKL-regularized GRPO (Partially Verifiable RL)SingleOutcomeMultiGUI (AndroidWorld/WebArena/Online-Mind2Web)RuleYes
MobileAgentsemi-online RLSingleBothMultiMobileGUI/AutomationRuleYes
UI-TARSMulti-turn RLSingleBothMultiGUI (Cross-platform)ModelYes (GUI actions)
MobileRLAdaGRPO (Difficulty-Adaptive)SingleOutcomeMultiMobile GUI (AndroidWorld/AndroidLab)RuleYes (Android)
DART-GUIDecoupled GRPOSingleOutcomeMultiGUI (OSWorld)RuleYes
Mano-PThree-stage SFT→Offline RL→Online RLSingleBothMultiGUI (OSWorld)RuleYes
InfiGUI-G1AEPOSingleOutcomeSingleGUI/GroundingRuleNo
gui-rcpoRCPOSingleOutcomeSingleGUI GroundingRule (self-supervised)No
UI-AGILEGRPOSingleOutcomeSingleGUI GroundingRule (continuous)No
GUI-G2GRPO (Gaussian Reward)SingleOutcomeSingleGUI GroundingRule (continuous)No
MagicGUIReinforcement Fine-Tuning (RFT)SingleOutcomeMultiMobile GUIModel/RuleYes
Grounding-R1GRPOSingleOutcomeMultiGUI GroundingModelYes
AgentCPM-GUIGRPOSingleOutcomeMultiMobile GUIModelYes
TTIREINFORCE/BCSingleOutcomeMultiWebExternalWeb Browsing
GTA1GRPO-style (click-success reward)SingleOutcomeMultiGUI Grounding (OSWorld/ScreenSpot-Pro)RuleYes
SE-GUIGRPOSingleBothSingleGUI GroundingRuleYes
ARPOGRPOSingleOutcomeMultiGUIExternalComputer Use
GUI-G1GRPOSingleOutcomeSingleGUIRule/ExternalNo
WebAgent-R1M-GRPOSingleOutcomeMultiWeb Navigation (WebArena-Lite)Rule (task success)Yes (Web browsing)
ZeroGUIOnline RLSingleOutcomeMultiGUI AgentRuleYes (GUI actions)
GUI-R1GRPOSingleOutcomeMultiGUIRuleNo
InfiGUI-R1RL + sub-goal guidanceSingleBothMultiGUI ReasoningRuleYes
UI-R1GRPOSingleProcessBothGUIRuleComputer/Phone Use
CollabUIAgentsDPO (credit re-assignment)MultiProcessMultiGUI (Mobile + Web)Model (LLM)Yes (GUI interaction)
DigiQValue-based offline RLSingleOutcomeMultiAndroid Device ControlModel (Q-function)Yes
GUI-Agent-RLValue-based RL (VEM)SingleOutcomeMultiGUI (Web Shopping)ModelYes
WebAgentDAPOMultiProcessMultiWebModelYes

🔨 Tool-Use Agent

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
Tool-RL-BoxStars2026.6Harbin Institute of TechnologyPaperveRL (w/ verl-tool)
SPADERStars2026.6Zhejiang UniversityPaperveRL
APPOStars2026.6Alibaba AMAP (AMAP-ML)PaperveRL
AgenticQwenStars2026.4Alibaba PAIPaperveRL (w/ EasyDistill)
Agent-STARStars2026.3CUHKPaperveRL
ToolOrchestraStars2025.11NVIDIA / HKUPaperCustom (veRL-based)
ToolMasterStars2025.11Northeastern University (NEUIR)PaperCustom
MATPOStars2025.10MiroMind AIPaperCustom
AWorld-RLStars2025.10Ant Group (inclusionAI)--AWorld + veRL
CodeGymStars2025.9AcademicPaperCustom
UserRLStars2025.9Salesforce AI ResearchPaperveRL
ToolBrainStars2025.9ToolBrain (AAMAS 2026)PaperCustom
Tool-R1Stars2025.9Individual (YBYBZhang)PaperCustom
MiroRLStars2025.8MiroMindAIHF RepoveRL
MUA-RLStars2025.8Alibaba (Tongyi)PaperveRL
verl-toolStars2025.6TIGER-LabXveRL
Multi-Turn-RL-AgentStars2025.5University of MinnesotaPaperCustom
Tool-N1Stars2025.5NVIDIAPaperveRL
Tool-StarStars2025.5RUCPaperLLaMA-Factory
RL-FactoryStars2025.5Simple-EfficientmodelveRL
calculator_agent_rlStars2025.5Individual (Danau5tin)--Verifiers
ReToolStars2025.4ByteDancePaperveRL
ToolRLStars2025.4UIUCPaperveRL
AWorldStars2025.3Ant Group (inclusionAI)PaperveRL
Agent-R1Stars2025.3USTCPaperveRL
ReCallStars2025.3BaiChuanPaperveRL
📋 Click to view technical details

| Github Repo | RL Algorithm | Single/Multi Agent | Outcome/Process Reward | Single/Multi Turn | Task | Reward Type | Tool usage |

MUA-RLGRPOSingleOutcomeMultiMulti-turn user-interacting agentic tool use (tau-bench/tau2-bench/ACEBench)Rule-Based (task completion)Yes (simulated user + tool APIs)
Tool-RL-BoxGRPO + supervisory signals (anti format-collapse)SingleProcessMultiMulti-step function calling (FCL / ToolACE, pluggable tool servers)Model (LLM-judge error taxonomy) + RuleYes (function-calling tools)
SPADERGRPO + Step-wise Peer Advantage (SPA)SingleBothMultiLong-horizon tool-augmented multi-answer QA (QAMPARI)Rule-Based (entity-match + diversity)Yes (search)
APPOAPPO (procedure-aware branching; extends ARPO/GRPO)SingleProcessMultiMulti-turn TIR (reasoning+search+code, 13 benchmarks)Rule-BasedYes (search + code)
AgenticQwenMulti-round RL (Reasoning RL + Agentic RL w/ dual data flywheels)SingleOutcomeMultiIndustrial Tool Use (search, data analysis, tau-bench airline/retail/telecom)Rule + Model (rubric)Yes (Python interpreter, web search, mock tools)
Agent-STARGRPO + dense/curriculum reward (STAR recipe)SingleBothMultiLong-horizon tool-using agents (TravelPlanner, ReAct up to 60 turns)Rule + ExternalYes (planning APIs)
ToolOrchestraEnd-to-end RL (outcome+efficiency+preference)SingleBothMultiTool orchestration / agentic workflowsAllYes (Search/Code/LLMs)
ToolMasterSFT + GRPO (trial-then-execute)SingleOutcomeMultiTool trialing + execution (ToolHop/TMDB/StableToolBench)Rule/ExternalYes (Simulated tools)
MATPOGRPO (multi-agent)MultiOutcomeMultiTool-use/SearchRuleYes (MCP: Serper, Web scraping)
AWorld-RLCollection: RODS / HardGen / FunReason-MT / Environment Tuning / V2P / RAG-R1BothBothMultiMulti-turn function calling + GUI grounding + deep search (BFCL etc.)Rule + Model (progress reward)Yes (function calls, GUI, search)
CodeGymGRPO-familySingleOutcomeMultiSynthetic Multi-turn Tool-UseRule (verifiable)Yes (Synthesized tools)
UserRLGRPO (multi-turn credit)SingleBothMultiUser-centric (Function/Persuade/Search/Tau Gyms)Model/ExternalYes
ToolBrainGRPO/DPOSingleOutcomeMultiAgentic tool trainingRule/ModelYes (User-defined tools)
Tool-R1Policy optimization (PPO-style)SingleOutcomeMultiAgentic Tool Use (GAIA)Model + ExternalYes (Python exec)
MiroRLGRPOSingleBothMultiReasoning/Planning/ToolUseRule-basedMCP
verl-toolPPO/GRPOSingleBothBothMath/CodeRule/ExternalYes
Multi-Turn-RL-AgentGRPOSingleBothMultiTool-use/MathRule/ExternalYes
Tool-N1PPOSingleOutcomeMultiMath/DialogueAllYes
Tool-StarPPO/DPO/ORPO/SimPO/KTOSingleOutcomeMultiMulti-modal/Tool Use/DialogueModel/ExternalYes
RL-FactoryGRPOMultiBothMultiTool-use/NL2SQLAllMCP
calculator_agent_rlGRPOSingleOutcomeMultiCalculator Tool UseModel (Claude-judge)Yes
ReToolPPOSingleOutcomeMultiMathExternalCode
ToolRLGRPO/PPOSingleOutcomeMultiTool LearningRule/ExternalYes
AWorldGRPOBothOutcomeMultiSearch/Web/CodeExternal/RuleYes
Agent-R1PPO/GRPOSingleBothMultiTool-use/QAModelYes
ReCallPPO/GRPO/RLOO/REINFORCE++/ReMaxSingleOutcomeMultiTool-use/Math/QAAllYes

💻 Code & SWE Agent

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
Lego-RLStars2026.8LegoXPaperveRL
FastContextStars2026.6MicrosoftPaperCustom
SWE-EditStars2026.4Microsoft ResearchPaperCustom
CodeScoutStars2026.3OpenHandsPaperSkyRL
CUDA-AgentStars2026.2ByteDance/TsinghuaPaperCustom
SWE-WorldStars2026.2RUC (RUCAIBox)PaperOpenRLHF + veRL
LLM-in-SandboxStars2026.1RUC/MSRA/THUPaperrllm (w/ veRL)
CUDA-L2Stars2026.1DeepReinforce AIPaperCustom
PPP-AgentStars2025.11CMU/OpenHandsPaperveRL
DeepAnalyzeStars2025.10RUC/TsinghuaPaperCustom
RepoDeepSearchStars2025.8PKU, Bytedance, BITPaperveRL
CUDA-L1Stars2025.7DeepReinforce AIPaperCustom
SWE-SwissStars2025.7Tsinghua / ByteDance--veRL
MedAgentGymStars2025.6Emory/Georgia TechPaperHugginface
CUREStars2025.6University of Chicago
Princeton/ByteDance
PaperHuggingface
Time-R1Stars2025.5UIUCPaperveRL
ML-AgentStars2025.5MASWorksPaperCustom
R1-Code-InterpreterStars2025.5MITPaperCustom
digitalhumanStars2025.4TencentPaperveRL
Skywork-OR1Stars2025.4Skywork AIPaperCustom (veRL fork)
sweet_rlStars2025.3Meta/UCBPaperOpenRLHF
swe-rlStars2025.2Meta/UIUC/CMUPaperCustom
CTRLStars2025.2HKU/ByteDancePaperCustom
AceCoderStars2025.2Waterloo (TIGER-Lab)PaperCustom
rllmStars2025.1Berkeley Sky Computing Lab
BAIR / Together AI
Notion BlogveRL
open-r1Stars2025.1HuggingFace--TRL
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
Lego-RLPPO/GRPO/GSPO (sync & async)SingleOutcomeMultiSWE-bench Verified inside real coding harnessesExternal Verifier (Harbor sandbox)Yes (native harness bash/file-edit/test)
FastContextTask-grounded RLSingleOutcomeMultiRepo-explorer subagent (context gathering + citations)Rule-BasedYes (Read/Glob/Grep, parallel)
SWE-EditGRPO (adaptive mode selection)Multi (Viewer + Editor subagents)OutcomeMultiSWE-bench Verified (find-replace vs whole-file rewrite)Rule/External (test-based)Yes (bash, file ops, viewer subagent)
CodeScoutGSPOSingleOutcomeMultiRepo-level code search/localization (terminal)Rule-Based (F1)Yes (terminal: rg/sed/cat)
CUDA-AgentAgentic RL (staged)SingleOutcomeMultiCUDA Kernel GenerationRule (correctness + performance)Yes (compile/verify/profile)
SWE-WorldRL with learned world model (SWT + SWR)SingleBothMultiDocker-free SWE (SWE-Bench Verified)Model (surrogate) + RuleYes
LLM-in-SandboxGRPO++SingleOutcomeMultiCode/SWE + General (Math/Sci/Bio)RuleYes (Code Sandbox w/ Terminal, File, Internet)
CUDA-L2Contrastive RLSingleOutcomeSingleHGEMM / CUDA MatmulRule (TFLOPs)Yes (compile/benchmark)
PPP-AgentPPP-RLSingleBothMultiSWE/ResearchRule+ModelSearch, Ask, Browse
DeepAnalyzeCurriculum RLSingleOutcomeMultiData ScienceRule/ExternalYes (Code exec)
RepoDeepSearchGRPOSingleBothMultiSearch/RepairRule/ExternalYes
CUDA-L1Contrastive RLSingleOutcomeSingleCUDA OptimizationRule (performance)No
SWE-SwissTwo-stage RL curriculumSingleOutcomeMultiSWE (Localization/Repair/Unit-Test)Rule (test-based)Yes
MedAgentGymSFT/DPO/PPO/GRPOSingleOutcomeMultiMedical/CodeExternalYes
CUREPPOSingleOutcomeSingleCodeExternalNo
Time-R1PPO/GRPO/DPOMultiOutcomeMultiTemporalAllCode
ML-AgentCustomSingleProcessMultiCodeAllYes
R1-Code-InterpreterGRPOSingleOutcomeMultiCode InterpretationRule/ExternalYes (Code exec)
digitalhumanPPO/GRPO/ReMax/RLOOMultiOutcomeMultiEmpathy/Math/Code/MultimodalQARule/Model/ExternalYes
Skywork-OR1Large-scale rule-based RL (GRPO variant)SingleOutcomeSingleMath + Code (AIME/LiveCodeBench)Rule (verifiable)No
sweet_rlDPOMultiProcessMultiDesign/CodeModelWeb Browsing
swe-rlRL-basedSingleOutcomeSingleSWE (SWE-bench)Rule (similarity)No
CTRLRL (critique-revision)SingleProcessMultiCode RefinementModelYes (Code exec)
AceCoderGRPOSingleOutcomeSingleCode GenerationExternal (test cases)Yes
rllmPPO/GRPOSingleOutcomeMultiCode EditExternalYes
open-r1GRPOSingleOutcomeSingleMath/CodeAllYes

🤔 Reasoning Agent

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
Agent0Stars2025.10UNC‑Chapel Hill / Salesforce Research / Stanford UniversityPaperveRL
KG-R1Stars2025.9UIUC/GooglePaper1, Paper2veRL
AgentFlowStars2025.09Stanford UniversityarXivveRL
THORStars2025.9USTC / iFLYTEKPaperveRL
Tool-LightStars2025.9RUC (RUC-NLPIR)PaperLLaMA-Factory
ARPOStars2025.7RUC, KuaishouPaperveRL
terminal-bench-rlStars2025.7Individual (Danau5tin)N/ArLLM
AutoTIRStars2025.7Beihang University / BAAIPaperveRL
MOTIFStars2025.6University of MarylandPapertrl
cmriat/l0Stars2025.6CMRIATPaperveRL
agent-distillationStars2025.5KAISTPaperCustom
EasyR1Stars2025.4Individualrepo1/paper2veRL
AutoCoAStars2025.3BJTUPaperveRL
ToRLStars2025.3SJTUPaperveRL
ReMAStars2025.3SJTU, UCLPaperveRL
Agentic-ReasoningStars2025.2OxfordPaperCustom
SimpleTIRStars2025.2NTU, BytedanceNotion BlogveRL
openrlhf_async_piplineStars2024.5OpenRLHFPaperOpenRLHF
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
Agent0ADPOMultiProcessMultiMath/VisualModel/VerifierYes
KG-R1GRPO/PPOSingleBothMultiKGQARule/ModelKG Retrieval
AgentFlowFlow-GRPOSingleOutcomeMultiSearch/Math/QAModel/ExternalYes
THORHierarchical GRPO (trajectory+step)SingleBothMultiMath (MATH500/AIME/Olympiad)External (SandboxFusion)Yes (Python)
Tool-LightSelf-Evolved DPOSingleOutcomeMultiTool-Integrated ReasoningModel (preference)Yes (FlashRAG/Python)
ARPOGRPOSingleOutcomeMultiMath/CodingModel/RuleYes
terminal-bench-rlGRPOSingleOutcomeMultiCoding/TerminalModel+External VerifierYes
AutoTIRPPOSingleOutcomeMultiAutonomous Tool Selection (QA/Math/IF)RuleYes (Search/Python)
MOTIFGRPOSingleOutcomeMultiQARuleNo
cmriat/l0PPOMultiProcessMultiQAAllYes
agent-distillationPPOSingleProcessMultiQA/MathExternalYes
EasyR1GRPOSingleProcessMultiVision-LanguageModelYes
AutoCoAGRPOMultiOutcomeMultiReasoning/Math/QAAllYes
ToRLGRPOSingleOutcomeSingleMathRule/ExternalYes
ReMAPPOMultiOutcomeMultiMathRuleNo
Agentic-ReasoningCustomSingleProcessMultiQA/MathExternalWeb Browsing
SimpleTIRPPO/GRPO (with extensions)SingleOutcomeMultiMath, CodingAllYes
openrlhf_async_piplinePPO/REINFORCE++/DPO/RLOOSingleOutcomeMultiDialogue/Reasoning/QAAllNo

👥 Multi-Agent RL

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
MaestroStars2026.5Tsinghua / Multi-institutionPaperveRL + verl-tool
DrMASStars2026.2NTUPaperCustom
MarsRLStars2025.11AcademicPaperveRL
PettingLLMsStars2025.10Intel / UCSDPaperCustom
MASPRMStars2025.10UBC / HuaweiPaperCustom
MrlXStars2025.10Ant Group (AQ-MedAI)PaperCustom (SGLang + Megatron)
CoMASStars2025.10Shanghai AI Lab / CUHK / Oxford / NUSPaperCustom
MAPoRLStars2025.8Academic--Custom
CoMLRLStars2025.8OpenMLRLPaperTRL
ARIAStars2025.6Fudan UniversityPaperCustom
SPIRALStars2025.6NUS / A*STAR / Sea AI LabPaperOat
AMPOStars2025.5Tongyi Lab, AlibabaPaperveRL
FlowReasonerStars2025.4Sea AI Lab / NUSPaperCustom
MARFTStars2025.4SII / SJTUPaperCustom
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
MaestroOutcome RL (lightweight orchestrator over frozen expert ensembles)Multi (orchestrator + frozen experts)OutcomeMulti10 multimodal benchmarks (math/chart/HR/domain — 70.1% avg, beats GPT-5 & Gemini-2.5-Pro)ExternalYes (expert models + 2-tier skill library: OCR/detection/visual)
DrMASGRPO (agent-wise)MultiOutcomeMultiMulti-agent LLM SystemsRuleNo
MarsRLRLVR (agent-specific rewards)MultiBothMultiMath Reasoning (AIME/BeyondAIME)Rule (verifiable)No
PettingLLMsAT-GRPOMultiBothMultiGame/Code/Math/PlanningRule (verifiable)No
MASPRMPRM (trained from MCTS rollouts)MultiProcessMultiReasoning (GSM8K/MATH/MMLU)Learned PRMNo
MrlXM-GRPO (hierarchical)MultiOutcomeMultiDeep Research (GAIA/XBench)Rule + ModelYes (Search)
CoMASRL w/ LLM-Judge intrinsic rewardMultiProcessMultiCo-evolving ReasoningModelNo
MAPoRLPPOMultiOutcomeMultiCollaborative LLM TasksRuleNo
CoMLRLMAGRPO / MAREINFORCE / MARLOOMultiOutcomeMultiWriting / Code / MinecraftCustomMinimal
ARIAREINFORCEBothProcessMultiNegotiation/BargainingOtherNo
SPIRALRole-conditioned Advantage Estimation (RAE)MultiOutcomeMultiZero-sum Games (TicTacToe/Kuhn/Negotiation)RuleNo
AMPOBC/AMPO(GRPO improvement)MultiOutcomeMultiSocial InteractionModel-basedNo
FlowReasonerGRPOMultiOutcomeMultiMulti-agent Workflow DesignRuleYes
MARFTMARFT paradigm (action+token level)MultiBothMultiResearch / MathRuleYes

🧠 Memory

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
MemPrismStars2026.8AcademicPaperveRL
SupersedeStars2026.6VrinPaperverifiers + prime-rl
AgeMemStars2026.4Multi-institution (incl. Alibaba DAMO)PaperTrinity-RFT
Mem-alphaStars2025.9UCSD / USTCPaperveRL
MEM1Stars2025.7MITPaperveRL (based on Search-R1)
M3-AgentStars2025.7ByteDance Seed / Zhejiang UniversityPaperCustom
MementoStars2025.6UCL, HuaweiPaperCustom
MemAgentStars2025.6Bytedance, Tsinghua-SIAPaperveRL
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
MemPrismGRPO/GiGPOSingleBothMultiMemory-view selection for ALFWorld/ALFRED + Mind2WebRule-BasedYes (memory-view action + env actions)
SupersedeGRPO (+ LoRA)SingleOutcomeMultiMemory-update gap: keeping notes current across sessions (LongMemEval knowledge-update)Rule-Based (answered_current / stale_penalty)Yes (capped notes memory as action space)
AgeMemStep-wise GRPO (3-stage progressive RL)SingleProcessMultiUnified LTM/STM management (memory ops as tools)Rule (task accuracy + memory quality)Yes (store/retrieve/update/summarize/discard memory tools)
Mem-alphaGRPOSingleOutcomeMultiLong-context QA + Memory ConstructionRule (downstream QA)Yes (memory tools)
MEM1PPO/GRPOSingleOutcomeMultiWebShop/GSM8K/QARule/ModelYes
M3-AgentRL-basedSingleOutcomeMultiLong-video QA (M3-Bench)Rule/ModelYes (multimodal memory graph)
Mementosoft Q-LearningSingleOutcomeMultiResearch/QA/Code/WebExternal/RuleYes
MemAgentPPO, GRPO, DPOMultiOutcomeMultiLong-context QARule/Model/ExternalYes

🦾 Embodied

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
REALStars2026.7InternRoboticsPaperCustom (GSPO/GRPO over MCP)
Embodied-R1.5Stars2026.6Tianjin UniversityPaperEasyR1 / veRL
AVA-VLAStars2026.6UCASPaperCustom (PPO)
WorldVLNStars2026.5Tsinghua (EmbodiedCity)PaperCustom
Embodied-R1Stars2025.6Tianjing UniversityPaperveRL
VIKI-RStars2025.6MARS-EAI (NeurIPS 2025 D&B)PaperveRL + LLaMA-Factory
STeCaStars2025.2The Hong Kong Polytechnic UniversityPaperFastChat/TRL
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
REALGRPO/GSPO (online RL over an MCP tool interface)SingleOutcomeMultiOpen-world mobile manipulation in Isaac Sim (REAL-Bench, 241 tasks)External Verifier (target world-state check)Yes (8 MCP tools: navigate_to/pick/place/ask/...)
Embodied-R1.5RFT (GRPO-family multimodal)SingleOutcomeMultiEmbodied foundation model w/ Planner-Grounder-Corrector closed-loopRule-BasedNo (closed-loop PGC)
AVA-VLAPPO (latent reasoning as sequential decision)SingleBothMultiVLA manipulation (LIBERO/ALOHA), latent CoT w/ early-exitExternal (task success) + CustomNo (closed-loop manipulation)
WorldVLNAction-aware GRPOSingleBothMultiAerial (UAV) vision-language navigation (closed-loop)Rule + ModelNo (closed-loop UAV control)
Embodied-R1GRPOSingleOutcomeSingleGrounding/WaypointRuleNo
VIKI-RGRPO (RFT after SFT)MultiOutcomeMultiEmbodied Multi-Robot Cooperation (VIKI-Bench)Rule + ModelNo
STeCaDPO (RFT)SingleBothMultiEmbodied/HouseholdRule/MCEnvironment Actions

🏷️ Domain-Specific

Github Repo🌟 StarsDateOrgPaper LinkRL FrameworkDomain
FaithMedStars2026.7CMUPaperveRL + verl-agentMedical
Gene-Disease-CurationStars2026.2AcademicPaperCustomMedical
MedSAM-AgentStars2026.2CUHK/TencentPaperCustomMedical
ChemCraftStars2026.1Peking University / IDEAPaperveRLChemistry
Doctor-R1Stars2025.12Tsinghua (thu-unicorn)PaperveRLMedical
Alpha-R1Stars2025.12SJTU / FinStep.AI / StepFunPaperCustomFinancial
OS-R1Stars2025.8ISCASPaperCustomOS/Systems
MMedAgent-RLStars2025.8UnknownpaperUnknownMedical
MedResearcher-R1Stars2025.8Ant Group (AQ-MedAI)PaperCustomMedical
LegalDeltaStars2025.8Northeastern University (NEUIR)PaperCustomLegal
DoctorAgent-RLStars2025.5UCAS/CAS/USTCPaperRAGENMedical
BiomniStars2025.3Stanford University (SNAP)PaperCustomBiomedical
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
FaithMedSFT (LLaMA-Factory) + agentic RL w/ process rewardSingleBothMultiFaithful evidence-based medical QA (MedQA/MedMCQA/MedXpertQA/...)Rule + Model (step-level faithfulness)Yes (medcorp evidence search)
Gene-Disease-CurationProcess-supervised Multi-Agent RLMultiBothMultiClinical gene-disease validity curation (ClinGen)Model (process) + Rule (outcome)Yes (agent-as-tool, evidence synthesis)
MedSAM-AgentGRPO (via veRL)SingleBothMultiMedical Image SegmentationModel (clinical fidelity)Yes (SAM/MedSAM2)
ChemCraftSMILES-GRPOSingleBothMultiChemical LM orchestrating chemistry tools (molecular design/synthesis)External (dense chemical) + RuleYes (chemical agent sandbox)
Doctor-R1Experiential Agentic RLMultiBothMultiClinical inquiry & diagnosisModel + Rule + safety vetoNo
Alpha-R1GRPOSingleOutcomeMultiAlpha factor screening (with real-time news)External (portfolio returns) + ModelYes
OS-R1GRPO (via veRL)SingleOutcomeMultiLinux Kernel TuningRuleYes (LightRAG, kernel config)
MMedAgent-RLUnknownMultiUnknownUnknownUnknownUnknownUnknown
MedResearcher-R1GRPO-based (SFT + Online RL)SingleOutcomeMultiMedical Deep Research (MedBrowseComp)Rule + ModelYes (Search/KG)
LegalDeltaGRPO (CoT-guided info-gain)SingleProcessMultiLegal ReasoningModel + RuleNo
DoctorAgent-RLGRPOMultiBothMultiConsultation/DiagnosisModel/RuleNo
BiomniTBDSingleTBDSinglescRNAseq/CRISPR/ADMET/KnowledgeTBDYes

🎯 Reward & Training Methodology

Github Repo🌟 StarsDateOrgPaper LinkFocus
DRACOStars2026.9CMU / IBM ResearchPaperOutcome-blind rubric rewards with step-level credit assignment
Agent-G²Stars2026.8Zhejiang University / Baidu (EMNLP'26)PaperExploration guidance under sparse reward
AgentV-RLStars2026.4AcademicPaperAgentic Verifier Reward Model
DataMindStars2026.4Zhejiang University (ZJUNLP)PaperProcess Reward Model (DataPRM)
ARLArenaStars2026.2UCLAPaperStable Agentic RL (SAMPO)
Agent-RRMStars2026.1AcademicPaperReasoning Reward Model for Agents
ToolPRMBenchStars2026.1Arizona State UniversityPaperPRM Benchmark for Tool-Use
RLVR-WorldStars2025.5THU ML GroupPaperRLVR for World Models
AgentProgStars2025.5MobileLLMPaperProgress Reward Model (ProgRM)
AgentPRMStars2025.2CornellPaperProcess Reward for Agents
Agentic-Reward-ModelingStars2025.2THU-KEGPaperAgentic Reward Agent
AgentRMStars2025.2THUNLP/TsinghuaPaperGeneralizable Agent RM
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
DRACOGRPO w/ rubric-attributed step-level advantagesSingleProcessMultiAppWorld / τ-Bench (tool use)Model (LLM judge on dynamic rubrics)Yes
Agent-G²GRPO + Gaussian-guided adaptive-depth explorationSingleOutcomeMultiALFWorld / WebShopRule-Based/ExternalYes (interactive env actions)
AgentV-RLRL (verl) training an agentic verifierSingleProcessMultiTool-augmented deliberative verifier (reward model)Model-BasedYes (verifier invokes tools, e.g. code)
DataMindRL w/ generative PRM (DataPRM)SingleProcessMultiAgentic data analysis (Python/SQL; ScienceAgentBench/DABench)Model (PRM) + External (execution)Yes (code-based multi-turn)
ARLArenaSAMPO (Stable Agentic Policy Optimization)SingleOutcomeMultiStable agentic RL across web/embodied/math/game/searchExternal + RuleYes (code/web/search/embodied)
Agent-RRMAgentic RL w/ trained reasoning RMSingleProcessMultiReward model for agents (web nav, multi-hop QA)Model-Based (RRM)Yes (agentic trajectories)
ToolPRMBenchN/A (Benchmark)SingleProcessMultiTool-UseRule/ModelYes
RLVR-WorldRLVRSingleOutcomeMultiWorld Modeling (Language/Video)Model (verifiable)No
AgentProgOnline RL w/ progress rewardSingleProcessMultiGUI Agent TrainingModel (ProgRM)Yes
AgentPRMPPO/DPO + PRMSingleProcessMultiALFWorld/GeneralModel (PRM)Yes
Agentic-Reward-ModelingDPO/Best-of-NSingleOutcomeSingleGeneral InstructionModel (Reward Agent)Yes (Verification)
AgentRMMCTS/RM-guidedSingleOutcomeMulti9 Agent TasksModel (regression PRM)Yes

🛡️ Safety

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
ToolSafeStars2026.1Academic (MurrayTom)PaperveRL
TROJailStars2025.12Academic (ACL 2026)PaperRAGEN + vLLM
SafeSearchStars2025.11Amazon SciencePaperveRL
Jailbreak-R1Stars2025.6Academic (yuki-younai)PaperCustom
GuardReasoner-VLStars2025.5NUS (yueliu1999)PaperCustom
xJailbreakStars2025.1AcademicPaperCustom
Auto-RTStars2025.1ICIP-CASPaperCustom
RLbreakerStars2024.6PurduePaperCustom
curiosity_redteamStars2024.2MITPaperCustom
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
ToolSafeMulti-task GRPOSingleProcessMultiTool-Invocation Safety GuardrailRule + ModelYes (tool monitoring)
TROJailMulti-turn GRPO variantSingleBothMultiMulti-turn Jailbreak AttackModel (harmfulness judge) + RuleYes (target LLM)
SafeSearchPPO (GAE/GRPO)SingleBothMultiSafe QA/SearchRule + ModelSearch
Jailbreak-R1GRPO (3-stage: imitation→warm-up→progressive)SingleBothMultiRed-teaming Prompt GenerationModel (judge)Yes (target LLM)
GuardReasoner-VLOnline RL w/ rejection samplingSingleBothMultiVLM Safety Guard (multimodal)Rule + ModelNo
xJailbreakRLSingleOutcomeMultiJailbreakingModel (embedding)Yes (iterative)
Auto-RTPPOSingleOutcomeMultiRed TeamingModelYes (strategy exploration)
RLbreakerCustom PPOSingleOutcomeMultiJailbreakingModelYes (mutator selection)
curiosity_redteamRL + CuriositySingleOutcomeMultiRed TeamingModelYes (iterative query)

👁️ VLM Agent

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
InSight-docStars2026.8Academic (EMNLP'26)PaperveRL
VTSStars2026.7UNC Chapel Hill / SonyPaperms-swift
VSeekStars2026.7UT Austin (SwarmLab)PaperveRL
HyperEyesStars2026.5DeepExperiencePaperCustom
ODEStars2026.5HKUST / CUHK / PKUPaperverl + rllm
ParaVTStars2026.5NTU / HKU / Tsinghua / MiroMind (LMMs-Lab)PaperAReaL
OpenSearch-VLStars2026.5CUHK / NTU / HKU / Multi-institutionPaperrLLM/veRL/Megatron-LM
MTA-AgentStars2026.4Salesforce AI ResearchPaperCustom
Gen-SearcherStars2026.3AcademicPaperrllm + verl
MM-DeepResearchStars2026.3AcademicPaperveRL
PyVision-RLStars2026.2agents-x-projectPaperveRL
Vision-DeepResearchStars2026.1Academic (ICML 2026)Paperrllm + verl
ARM-ThinkerStars2025.12Shanghai AI Lab / InternLMPaperveRL
CodeDanceStars2025.12ByteDancePaperveRL
DeepEyesV2Stars2025.11XiaohongshuPaperCustom
Mini-o3Stars2025.9Mini-o3 teamPaperveRL
VisionThinkStars2025.7CUHK (dvlab-research)PaperveRL + EasyR1
multimodal-search-r1Stars2025.6ByteDance/NTUPaperCustom
AutoVLAStars2025.6UCLA Mobility LabPaperCustom
VDeepEyesStars2025.5Xiaohongshu/XJTUPaperveRL
CoSoStars2025.5NTU/AlibabaPaperCustom
Pixel-ReasonerStars2025.5University of Waterloo (TIGER-AI-Lab)PaperOpenRLHF
Visual-ARFTStars2025.5Shanghai AI Lab / SJTUPaperCustom
VTool-R1Stars2025.5UIUCPaperveRL + EasyR1
OpenThinkIMGStars2025.5Academic (zhaochen0110)PaperOpenR1
Chain-of-FocusStars2025.5Multi-institutionPaperveRL
GRITStars2025.5UC Santa Cruz (eric-ai-lab)Papertrl
AlphaDriveStars2025.3HUST/Horizon RoboticsPaperCustom
VSC-RLStars2025.2Liverpool/Huawei/Tianjin/UCLPaperCustom
RL4VLMStars2024.5UC BerkeleyPaperCustom
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
InSight-docSFT cold-start + GRPOSingleBothMultiLong/multi-page document VQA (DUDE/MP-DocVQA)Rule-BasedYes (zoom-in tool)
VTSGRPO (multi-turn tree rollout w/ backtracking)SingleBothMultiGrounded long-video QA (search video as an adaptive temporal tree)Rule-Based (answer + format + evidence IoU)Yes (zoom_in/zoom_out/shift/answer)
VSeekGRPOSingleBothMultiLong-video QA as multi-turn evidence retrieval (LongVideoBench/LVBench/Video-MME/MLVU)Rule-Based (neuro-symbolic temporal-logic grounding)Yes (ViCLIP+FAISS retrieval server)
HyperEyesDual-grained efficiency-aware RLSingleBothMultiParallel multimodal search (unified grounded search)Custom + RuleYes (visual grounding + retrieval)
ODEGRPO (async) + SFT cold-startSingleBothMultiVisual-native multimodal deep search (9-tool harness)External + RuleYes (web/image/visual search, code)
ParaVTPARA-GRPO (Parseability-Anchored, Ratio-gAted)Multi (main + parallel sub-agents w/ shared weights)Both (outcome + targeted format)Single-turn parallelLong-video understanding (VideoMME/LongVideoBench/LVBench/MLVU/MMVU/Charades-STA)Rule + ModelYes (parallel video-window crop tools)
OpenSearch-VLMulti-turn fatal-aware GRPOSingleOutcomeMultiMultimodal Deep Search (Qwen3-VL base)Rule + Model (LLM judge)Yes (text/image search, OCR, crop, sharpen, SR, perspective)
MTA-AgentDAPO (w/ cached tool interactions)SingleOutcomeMultiMultimodal Deep Search (21K MTA-Vision-DeepSearch; 32B beats GPT-5 54.63%)Rule/ExternalYes (web search, web read, Google Lens, image search)
Gen-SearcherGRPO (after SFT)SingleBothMultiSearch-augmented image-generation deep researchModel (dual text+image)Yes (search, image search, browse, image-gen)
MM-DeepResearchMulti-turn agentic GRPOSingleBothMultiMultimodal agentic search baselineModel (judge) + RuleYes (image/text search engines)
PyVision-RLGRPOSingleBothMultiAgentic image+video understanding w/ dynamic Python toolingExternal + CustomYes (Python-as-tool, frame sampling)
Vision-DeepResearchGRPO (after cold-start SFT)SingleBothMultiMultimodal deep-research MLLM (dozens of turns)External + RuleYes (visual+textual search, browse)
ARM-ThinkerGRPO (two-stage)SingleBothMultiAgentic multimodal reward modeling (Think-Act-Verify)External + RuleYes (zoom/crop, doc retrieval, validators)
CodeDanceGRPO/DAPO (agent-loop)SingleBothMultiExecutable visual reasoning (visual search/math/chart via code)External + CustomYes (Python sandbox: crop/draw/plot)
DeepEyesV2Outcome RLSingleOutcomeMultiMultimodal ReasoningRuleYes (Code exec, Web search)
Mini-o3GRPOSingleOutcomeMultiVisual Search (V*/HR-Bench)RuleYes (image crop)
VisionThinkGRPO w/ LLM-as-JudgeSingleOutcomeMultiEfficient VQAModel (LLM-Judge)Yes (hi-res request)
multimodal-search-r1GRPOSingleOutcomeMultiMultimodal SearchRuleYes (Search)
AutoVLAGRPO (RFT after SFT)SingleOutcomeMultiAutonomous Driving (nuScenes/nuPlan/Waymo)Rule (PDMS)No
VDeepEyesPPO/GRPOMultiProcessMultiVQAAllYes
CoSoSoft RL (counterfactual)SingleOutcomeMultiAndroid/Card/EmbodiedRuleYes
Pixel-ReasonerCuriosity-driven GRPOSingleBothMultiVisual Reasoning (V*/TallyQA/Info-VQA)Rule + ModelYes (zoom/select-frame)
Visual-ARFTGRPO (agentic RFT)SingleOutcomeMultiMultimodal Agentic Tool Use (MAT-Search/Coding)RuleYes (Search/Python)
VTool-R1RFT (GRPO-based)SingleOutcomeMultiChart/Table VQARuleYes (Python visual tools)
OpenThinkIMGV-ToolRL (GRPO)SingleOutcomeMultiChart ReasoningRuleYes (GroundingDINO/SAM/OCR/crop)
Chain-of-FocusAGAR (GRPO)SingleOutcomeMultiVisual Reasoning (V*)Rule (outcome+format)Yes (zoom-in)
GRITGRPO-GR (Grounded Reasoning)SingleOutcomeSingleVisual Reasoning (bbox)RuleYes (bbox)
AlphaDriveGRPOSingleOutcomeMultiAutonomous DrivingRule (4 planning rewards)No
VSC-RLVariational RLSingleOutcomeMultiMobile Device ControlRuleYes
RL4VLMPPOSingleOutcomeMultiGymCards/ALFWorldRuleYes

🔄 Self-Evolution

⚠️ Note: The definition of "Self-Evolution" in the context of RL for LLM agents is still evolving and not yet well-established. This category currently collects works whose paper titles explicitly contain "self-evolving" or "self-evolution", where the agent improves itself through RL-driven feedback loops.

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
AgentOPSDStars2026.8AcademicPaperveRL
BaTStars2026.8NVIDIA (MONAI)PaperveRL + slime
SEEDStars2026.7Academic (jinyangwu)PaperveRL
OPIDStars2026.6Academic (jinyangwu)PaperveRL + verl-agent
UCOBStars2026.6Academic (TU2021)PaperveRL
SIRIStars2026.6AcademicPaperCustom (GiGPO)
world-knowledgeStars2026.4HKUST / TencentPaperCustom
ARISEStars2026.3George Washington UniversityPaperveRL
Tool-R0Stars2026.2UIUC / ETH ZurichPaperveRL
MemSkillStars2026.2NTU/UIUC/UIC/TsinghuaPaperCustom
MemRLStars2026.1SJTU/Xidian/NUS/USTC/MemTensorPaperCustom
AgentEvolverStars2025.11Alibaba/Tongyi LabPaperCustom
EvolveRStars2025.10KnowledgeXLab / Shanghai AI LabPaperveRL
SEAgentStars2025.8Shanghai AI Lab / CUHKPaperCustom
R-ZeroStars2025.8Tencent AI Seattle Lab / WashU / UMDPaperEasyR1
Absolute-Zero-ReasonerStars2025.5Tsinghua (LeapLabTHU) / BIGAI / PSUPaperveRL
RAGENStars2025.1RAGEN-AIPaperveRL
WebRLStars2024.11Tsinghua/Zhipu AIPaperCustom
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
BaTSFT init + GRPO + BiCuRL (bilevel curriculum)SingleBothMultiMedical research agent (AutoMedBench)Model-Based (stage rubrics) + RuleYes (stage skills + fixed exec env)
AgentOPSDGRPO + critic-free recursive turn-level self-distillationSingleBothMultiALFWorld / WebShop / Search-QARule-Based + ExternalYes (env actions, search)
SEEDGRPO + self-evolving on-policy distillation (hindsight-skill SFT → OPD during RL)SingleOutcomeMultiALFWorld / WebShop / Search-QA / EZPoints / SokobanRule + ExternalYes (interactive env actions, search)
OPIDOn-policy skill distillation (hierarchical hindsight skills → token-level dense supervision)SingleBothMultiALFWorld / WebShop / Search-QARule + ExternalYes (interactive env actions, search)
UCOBCredit-aware on-policy bidirectional self-distillation (skill-conditioned vs skill-free branches)SingleBothMultiALFWorld / WebShop / Search-QARule (return-based)Yes (interactive env actions, search)
SIRIGiGPO + self-skill mining/distillationSingleBothMultiSelf-internalizing intrinsic skills (ALFWorld/WebShop)External + CustomYes (interactive actions)
world-knowledgeOutcome-based RL (reward-free self-evolution)SingleOutcomeMultiWeb Agents (WebVoyager/WebWalker; +20% on Qwen3-30B & Seed-OSS-36B)Model (intrinsic; world-knowledge gain)Yes (web pipeline for env-specific knowledge construction)
ARISEHierarchical RL (options + intra-option) w/ skill evolutionSingleBothMultiReasoning w/ intrinsic skill library (7 Olympiad benchmarks)External + Custom (skill-quality)No (skill reuse over multi-step reasoning)
Tool-R0Self-play RL (generator+solver co-evolution)MultiBothMultiSelf-evolving tool-learning from zero dataExternal + CustomYes (real tool/function calls)
MemSkillPPOSingleProcessMultiQA/ALFWorldModel (learned skills)Yes
MemRLRL-based (Q-value)SingleProcessMultiHLE/BigCodeBench/ALFWorldModel (retrieval)Yes
AgentEvolverADCA-GRPOSingleOutcomeMultiSocial Game/Tool-useRuleYes
EvolveRGRPO (closed-loop online+offline)SingleOutcomeMultiMulti-hop QA (NQ/HotpotQA)RuleYes (experience retrieval)
SEAgentGRPOSingleOutcomeMultiComputer Use (OSWorld)ModelYes (Screenshot-based)
R-ZeroGRPO (Challenger + Solver co-evolution)MultiOutcomeMultiMath/SuperGPQA/MMLU-Pro/BBEHRule (majority voting)No
Absolute-Zero-ReasonerTRR++ (Task-Relative REINFORCE++)SingleOutcomeSingleCode/Math Reasoning (HumanEval/MBPP/LiveCodeBench)Rule + learnabilityYes (Python exec)
RAGENPPO/GRPO (StarPO)SingleBothMultiTextGameAllYes
WebRLActor-Critic RL + ORMSingleOutcomeMultiWeb Navigation (WebArena)Model (ORM)Yes (Web browsing)

⛰️ Environment

Github Repo🌟 StarsDateOrgTask
PAST-BenchStars2026.8Gen-Verse (NUS/Stanford/Oxford/Princeton)Cross-session personal agents (26 task families, 204 episodes, Docker sandbox; Paper)
DigiWorldStars2026.8Meta (FAIR)Mobile GUI (15 sandboxed Android apps, 3.2M+ configs, real ADB/emulator)
Evo-BenchStars2026.8Renmin University (RUCAIBox)Agent-harness self-improvement (608 tasks, E2B sandbox, up to 1,000 steps; Paper)
ScrambleToolBenchStars2026.8NTU DeCLaRe Lab / A*STARTool-use robustness (obfuscated tool semantics, drift, stochastic failures; Paper)
SETAStars2026.7CAMEL-AI.orgTerminal agents (4,500+ verifiable Docker envs, Terminal-Bench format; Paper)
OpenAgentStars2026.7Nanjing University (LAMDA-NeSy)Tool-use generalization sandbox (query/schema/observation/domain shifts; Paper)
EchoverseStars2026.7Microsoft ResearchComputer-use (722 resettable DB-grounded synthetic web tasks, ID/OOD splits; Paper)
DocOpsStars2026.7Chinese Academy of Sciences (ICT)Document operations (Excel/Word/PPT/PDF, 210 Harbor-format tasks, artifact verifiers; Paper)
PatientAgentBenchStars2026.7Amazon SciencePatient-facing health agents (stateful healthcare sandbox, simulated-user agent; Paper)
LegalWorldStars2026.6SII / Fudan DISCLegal agents (full civil-litigation lifecycle, multi-role, live backend; Paper)
MobileGymStars2026.5AcademicMobile GUI (Android sim, verifiable, parallel)
AEnvironmentStars2026.5Ant Group (inclusionAI)Agentic RL Env Platform (MCP, AReaL-integrated, TAU2/SWE/Terminal-Bench)
Gym-AnythingStars2026.4CMU L3 LabComputer Use (200+ apps)
ClawBenchStars2026.4TIGER-AI Lab / NAIL GroupWeb/GUI agents (283 live-site tasks, isolated containers, 5-layer traces; Project; Paper)
OpenSandboxStars2026.3AlibabaCode/GUI/Agent Eval
OpenEnvStars2026.3Meta (PyTorch)Chess/Arcade/Finance
open-trajectory-gymStars2026.3IndividualCTF/Security
Agent-World-ModelStars2026.2Snowflake AI ResearchTool-use (1,000 MCP synthetic envs)
TermiGenStars2026.2UCSBTerminal/Tool-use (3,500+ envs)
VisGymStars2026.1UC BerkeleyMultimodal/VLM (17 envs)
NeMo-GymStars2026.1NVIDIAMulti-step/Multi-turn
VISTA-GymStars2025.11Texas A&M / Emory / KAUSTTool-integrated visual reasoning (VLM)
LoCoBench-Agent2025.11Salesforce AI ResearchSWE
Simia-Agent-Training2025.10MicrosoftToolUse/API
PaperArenaStars2025.9University of Science and Technology of ChinaScientificLiteratureQA
enterprise-deep-research2025.9Salesforce AI ResearchDeepResearch
meta-agents-research-environmentsStars2025.9Meta (FAIR)Gaia2 / Multi-universe
BrowseComp-PlusStars2025.8University of WaterlooDeep Research Eval
MCP-BenchStars2025.8AccentureMCP Tool-use (28 servers)
MCPVerseStars2025.8IndividualMCP Tools (550+)
CompassVerifierStars2025.7Shanghai AI LabReasoning
tau2-benchStars2025.6Sierra ResearchTool-Agent-User
Mind2Web-2Stars2025.6Ohio State UniversityWeb
MCP-UniverseStars2025.5Salesforce AI ResearchMCP Tool-use
gemStars2025.5Sea AI LabMath/Code/Game/QA
MLE-DojoStars2025.5GIT, StanfordMLE
R2E-GymStars2025.4UC Berkeley/ANUSWE
SWE-smithStars2025.4Princeton/Stanford/SWE-benchSWE
atroposStars2025.4Nous ResearchGame/Code/Tool
InternBootcampStars2025.4InternBootcampCoding/QA/Game
loongStars2025.3CAMEL-AI.orgRLVR
DataSciBenchStars2025.2Tsinghuadata analysis
reasoning-gymStars2025.1open-thoughtMath/Game
llmgymStars2025.1tensorzeroTextGame/Tool
SWE-GymStars2024.12UC Berkeley/UIUC/CMU/AppleSWE
debug-gymStars2024.11Microsoft ResearchDebugging/Game/Code
gym-llmStars2024.8Rodrigo Sánchez MolinaControl/Game
AgentGymStars2024.6FudanWeb/Game
tau-benchStars2024.6SierraTool
appworldStars2024.6Stony Brook UniversityPhone Use
android_worldStars2024.5Google ResearchPhone Use
TheAgentCompanyStars2024.3CMU, DukeCoding
LlamaGymStars2024.3Rohan PandeyGame
visualwebarenaStars2024.1CMUWeb
LMRL-GymStars2023.12UC BerkeleyGame
OSWorldStars2023.10HKU, CMU, Salesforce, WaterlooComputer Use
webarenaStars2023.7CMUWeb
AgentBenchStars2023.7Tsinghua UniversityGame/Web/QA/Tool
WebShopStars2022.7Princeton-NLPWeb
ScienceWorldStars2022.3AllenAITextGame/ScienceQA
factorio-learning-environmentStars2021.6JackHopkinsGame
alfworldStars2020.10Microsoft, CMU, UWEmbodied
jerichoStars2018.10Microsoft, GITTextGame
TextWorldStars2018.6Microsoft ResearchTextGame

Under Review/Waiting for Open Source

Star History

Star History Chart

Made with ❤️ by the AgentsMeetRL community

agent
agentic-ai
agentic-coding
agentic-workflow
awesome-list
large-language-model
llm
llm-age
multiagent
reinforcement
rlhf
rlvr
tool-learning

Contributors

thinkwee

151 commits

kaiwenKevinn

3 commits

Chen-GX

3 commits

thinkwee/AgentsMeetRL

Awesome List for Agentic RL

HTML

1,851

163 commits

updated Sep 15, 2026

See the code

README

Logo

Base Framework General Search & RAG Web & GUI
Tool Code & SWE Reasoning Multi-Agent
Memory Embodied Domain-Specific Reward & Training
Safety VLM Agent Self-Evolution Environment

Interactive Dashboard

When LLM Agents Meet Reinforcement Learning

AgentsMeetRL is an awesome list that summarizes open-source repositories for training LLM Agents using reinforcement learning:

  • 🤖 The criteria for identifying an agent project are that it must have at least one of the following: multi-turn interactions or tool use (so TIR projects, Tool-Integrated Reasoning, are considered in this repo).
  • ⚠️ This project is based on code analysis from open-source repositories using LLM coding agents, which may contain unfaithful cases. Although manually reviewed, there may still be omissions. If you find any errors, please don't hesitate to let us know immediately through issues or PRs - we warmly welcome them!
  • 🚀 We particularly focus on the reinforcement learning frameworks, RL algorithms, rewards, and environments that projects depend on, for everyone's reference on how these excellent open-source projects make their technical choices. See [Click to view technical details] under each table.
  • 📅 Last updated: 2026-08-26
  • 🤗 Feel free to submit your own projects anytime - we welcome contributions!
  • 📚 If you find this repository helpful for your research, please cite it via the "Cite this repository" button on the right sidebar.

Taxonomy:

  • Base Framework: General-purpose RL training frameworks for LLM agents (e.g., veRL, OpenRLHF, trl)
  • General/MultiTask: Agent systems trained/evaluated across multiple tasks or environments
  • Search & RAG: Search-augmented reasoning agents that use retrieval tools to enhance LLM reasoning
  • Web & GUI: Agents that interact with web browsers, mobile/desktop GUIs, or operating systems
  • Tool-Use: Agents trained to invoke external tools (APIs, code executors, MCP, etc.)
  • Code & SWE: Software engineering and code generation agents
  • Reasoning: Reasoning agents with tool-integrated or multi-turn reasoning (math, QA, visual)
  • Multi-Agent RL: Multi-agent collaboration, negotiation, or credit assignment via RL
  • Memory: Agents that learn to manage, retrieve, or evolve memory
  • Embodied: Agents operating in embodied/physical simulation environments
  • Domain-Specific: RL agents for specialized domains (medical, OS tuning, etc.)
  • Reward & Training: Process/outcome reward models and training methodologies for agents
  • Safety: RL for agent safety alignment, adversarial red-teaming, and jailbreak defense/attack
  • VLM Agent: Vision-language model agents trained with RL for multimodal interaction
  • Self-Evolution: Agents that self-evolve via RL feedback loops (⚠️ definition still evolving in the community)
  • Environment: Benchmarks, gyms, and sandbox environments for agent training/evaluation

Some Enumeration:

  • Enumeration for Reward Type:
    • External Verifier: e.g., a compiler or math solver
    • Rule-Based: e.g., a LaTeX parser with exact match scoring
    • Model-Based: e.g., a trained verifier LLM or reward LLM
    • Custom

Updates

  • 📢 2026-08 Update: Added 23 new repositories across 9 categories (Environment +8 [Echoverse/PAST-Bench/PatientAgentBench/LegalWorld/Evo-Bench/DocOps/ScrambleToolBench/DigiWorld], Search & RAG +5 [EviSD/GTA-RAG/LAPO, plus catch-up of GrepSeek/PyRAG], Base Framework +3 [Molt, AReno, and catch-up of Microsoft Orchard], Self-Evolution +2 [AgentOPSD/BaT], Code & SWE +1 [Lego-RL, harness-native RL inside Claude Code/OpenHands/OpenCode], Reward & Training +1 [Agent-G²], VLM Agent +1 [InSight-doc], Memory +1 [MemPrism], Tool-Use +1 [MUA-RL, promoted from Under Review — its code had in fact been public since 2025.8]). Every repo was opened and confirmed to contain real RL-training (or executable-environment) code. Papers whose code is still unreleased were left out (Qwen-UI-Agent, Qwen-CUA, UI-Mate, SearchMaster, RoMeRL, Agon, SINKFLEX-RL, GRASP, MAVEN, EviBack, ChemWorld) — see Under Review. Notably no qualifying new Safety, Embodied, or Multi-Agent RL repos appeared this window: that crop was uniformly SFT-only, inference-only, or code-withheld.
  • 📢 2026-07 Update: Added 13 new repositories from late-Jun–Jul 2026 across 8 categories (Self-Evolution +3 [SEED/OPID/UCOB, the on-policy-distillation-for-agentic-RL line], VLM Agent +2 [VTS/VSeek, long-video search agents], Tool-Use +2 [Tool-RL-Box; plus catch-up of AWorld-RL], Environment +2 [SETA terminal envs, OpenAgent tool-generalization sandbox], Web & GUI +1 [SCALE-CUA], Embodied +1 [REAL], Memory +1 [Supersede], Domain-Specific +1 [FaithMed]). Every entry was verified by opening the repo and confirming real RL-training (or environment) code — papers whose code is not yet released (EvoCUA-1.5, DeepSearch-World, CompactionRL, GUICrafter, VideoSearcher, Xiaomi-GUI-0) were deliberately left out.
  • 📢 2026-06 Update: Added 43 new repositories across 11 categories (VLM Agent +8, Search & RAG +7, Environment +6, Reward & Training +4, Base Framework/Tool-Use/Self-Evolution/Embodied +3 each, Web & GUI/Code & SWE/Domain-Specific +2 each). New since the last update: Harness-1, FastContext, OpenWebRL, Polar, AgentJet, HarnessX, APPO, SPADER, DeepRubric, Embodied-R1.5, SIRI; plus catch-up of earlier-2026 misses (Vision-DeepResearch, ARM-Thinker, PyVision-RL, Gen-Searcher, DataMind, Tool-R0, Agent World Model, VisGym, Gym-Anything, ChemCraft, OpAgent, etc.).
  • 📢 2026-05 Update: Added 17 new repositories from Apr–May 2026 across 11 categories (notably General/MultiTask +4 [SkillZero/T²PO/SDAR/StraTA, mostly ZJU-REAL & related agentic RL methods], VLM Agent +3 [MTA-Agent/ParaVT/OpenSearch-VL, multimodal deep search & video tool use], Web & GUI +2 [ClawGUI/ToolCUA]). Moved CoEvolve to "Under Review" (code not yet released).
  • 📢 2026-04 Update: Added 67 new repositories covering Apr 2025 – Apr 2026 across nearly every category (notably VLM Agent +9, Search & RAG +10, Web & GUI +7, Tool-Use +7). Also reclassified SkyRL (→ General) and SPIRAL (→ Multi-Agent), and updated the VAGEN entry to its NeurIPS'25 upstream repo.
  • 📢 2026-03 Update: Restructured taxonomy from 12 to 16 categories (added Multi-Agent RL, Reward & Training, Safety, VLM Agent, Self-Evolution, Domain-Specific; merged GUI into Web & GUI; retired TextGame/Biomedical). Added ~70 new repositories covering Sep 2025 – Mar 2026, growing the total from ~134 to 205.

🤖 Use as a Claude Code Skill

Logo

This list is also packaged as a Claude Code Skillagents-meet-rl — that turns the corpus into an on-demand assistant for agentic-RL training, evaluation, and experiment design: reward not moving, KL / entropy / length blow-ups, GRPO / PPO / DAPO knobs, retokenization drift, tool-call parse failures, long-horizon credit assignment, LLM-judge inconsistency, benchmark contamination, and framework / benchmark / algorithm selection — each answer anchored to specific papers and repos from this list. Backed by a machine-readable corpus of 405 projects (snapshot 2026-08-26). Once installed, Claude Code auto-invokes it whenever your question matches.

Install as a plugin (recommended):

/plugin marketplace add thinkwee/claude-plugins
/plugin install agents-meet-rl@thinkwee

Or install manually:

git clone https://github.com/thinkwee/AgentsMeetRL
cp -r AgentsMeetRL/skills/agents-meet-rl ~/.claude/skills/

Then just ask, e.g. "my GRPO search agent's reward is flat but eval keeps dropping" or "which RL framework should I pick for a multi-turn tool-use agent?" — the skill routes your symptom to fixes grounded in this corpus.

🔧 Base Framework

Github Repo🌟 StarsDateOrgPaper Link
LibraStars2026.8NetX LabPaper
MoltStars2026.7NVIDIA (NeMo Labs)Paper
OrchardStars2026.7MicrosoftPaper
AgentJetStars2026.6ModelScope (Alibaba)Paper
HarnessXStars2026.6Darwin-AgentPaper
DressageStars2026.6Accio-Lab--
ARenoStars2026.6Ant Group (inclusionAI)--
PolarStars2026.5NVIDIA (NeMo)Paper
uni-agentStars2026.4verl-project--
VeRL-OmniStars2026.4verl-project--
OpenClaw-RLStars2026.3Gen-VersePaper
Claw-R1Stars2026.3USTC--
Open-AgentRLStars2026.2Gen-VersePaper
NeMo-RLStars2026.1NVIDIA--
RLinfStars2025.8Tsinghua/Infinigence AI/PKUPaper
siiRLStars2025.7Shanghai Innovation InstitutePaper
slime2025.6Tsinghua University (THUDM)blog
agent-lightningStars2025.6Microsoft ResearchPaper
AReaLStars2025.6AntGroup/TsinghuaPaper
ROLLStars2025.6AlibabaPaper
MARTIStars2025.5Tsinghua--
TunixStars2025.4Google--
RL2Stars2025.4Accio
verifiersStars2025.3Individual--
prime-rlStars2025.2Prime Intellect--
oatStars2024.11NUS/Sea AIPaper
veRLStars2024.10ByteDancePaper
OpenRLHFStars2023.7OpenRLHFPaper
trlStars2019.11HuggingFace--
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
LibraAsync GRPOSingleOutcomeMultiAgentic RL post-training with resource-aware training and rolloutAll (Custom/External/Rule)Yes (search, code execution, validation tools)
OrchardOnline RL (vendored slime)SingleBothMultiHarness-native RL (browser/computer-use/SWE)Model/RuleYes (live browser, containers, agent harnesses)
ARenoGSPO/GRPO (+SFT/DPO)SingleOutcomeMultiSingle-node RL post-training (Math/SWE-style/Games)CustomYes (inspect_tree/read_file/rg/apply_patch/run_command)
MoltREINFORCE/RLOO/GRPO/Dr.GRPO/GAE + On-policy DistillationSingleOutcomeMultiDomain-agnostic agentic RL (Math/Geometry/Chat)CustomYes (Python exec, HTTP, VLM tools)
AgentJetGRPO/PPO (swarm, multi-dim reward)BothBothMultiSwarm agentic RL (heterogeneous multi-agent, multi-task)All (Custom/External/Rule)Yes (tool calls, agent frameworks)
HarnessXGRPO/PPO (slime/verl recipes)SingleOutcomeMultiComposable agent-harness foundry (ALFWorld/GAIA/WebShop/SWE-bench)External + CustomYes (harness orchestrates tools/memory)
DressageGRPOBothOutcomeMultiAgentic RL for any agent and sandbox (SWE-Gym/ALFWorld/HotpotQA)External/RuleYes (whitebox: code/shell/file/retrieval; blackbox: opencode/openclaw/claude_code/codex)
PolarGRPOBothOutcomeMultiAgentic RL on any harness (SWE-Bench/SWE-Gym)External VerifierYes (real agent harnesses: shell/Codex/Claude Code)
uni-agentGRPO/GSPO (partial rollout, fully-async)SingleOutcomeMultiSWE-Bench/Search/General Agent (1000+ concurrent)AllYes (unified model/tool/env abstractions)
VeRL-OmniFlowGRPO/DanceGRPO/Diffusion DPOSingleOutcomeSingleMultimodal generation RL (image/video/omni)Model/ExternalNo
OpenClaw-RLGRPO/OPDBothBothMultiTerminal/GUI/SWE/Tool-callModel/ExternalYes
Claw-R1Generic RL FrameworkMultiBothMultiGeneral AgentAllYes (Framework-agnostic)
Open-AgentRLGRPO-TCRSingleBothMultiReasoning/GUI/CodingModel (PRM)Yes (SandboxFusion)
NeMo-RLGRPO/DAPO/GDPO/DPOSingleOutcomeMultiMath/Reasoning/CodeRule/ExternalNo
RLinfPPO/GRPO/DAPO/SAC/REINFORCE++/CrossQ/RLPDBothBothMultiRobotics/Math/Code/QA/VQAAll (Rule/Model/External)Yes
siiRLPPO/GRPO/CPGD/MARFTMultiBothMultiLLM/VLM/LLM-MAS PostTrainingModel/RulePlanned
slimeGRPO/GSPO/REINFORCE++SingleBothBothMath/CodeExternal VerifierYes
agent-lightningPPO/Custom/Automatic Prompt OptimizationMultiOutcomeMultiCalculator/SQLModel/External/RuleYes
AReaLPPOBothOutcomeBothMath/CodeExternalYes
ROLLPPO/GRPO/Reinforce++/TOPR/RAFT++MultiBothMultiMath/QA/Code/AlignmentAllYes
MARTIPPO/GRPO/REINFORCE++/TTRLMultiBothMultiMathAllYes
TunixPPO/GRPO/GSPO-Token/DAPO/Dr.GRPOSingleOutcomeMultiMath/Code/GameRule/ExternalYes
RL2Dr. GRPO/PPO/DPOSingleBothBothQA/DialogueRule/Model/ExternalYes
verifiersGRPOMultiOutcomeBothReasoning/Math/CodeAllCode
prime-rlGRPO/PPOMultiOutcomeMultiMath/Code/SearchModel/ExternalYes
oatPPO/GRPOSingleOutcomeMultiMath/AlignmentExternalNo
veRLPPO/GRPOSingleOutcomeBothMath/QA/Reasoning/SearchAllYes
OpenRLHFPPO/REINFORCE++/GRPO/DPO/IPO/KTO/RLOOMultiBothBothDialogue/Chat/CompletionRule/Model/ExternalYes
trlPPO/GRPO/DPOSingleBothSingleQACustomNo

💪 General/MultiTask

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
T2POStars2026.5Academic (ICML 2026 Spotlight)PaperveRL
StraTAStars2026.5Shanghai AI Lab / Oxford / Multi-institutionPaperrLLM
SDARStars2026.5Zhejiang University (ZJU-REAL)PaperveRL (GiGPO-based)
SkillZeroStars2026.4Zhejiang University (ZJU-REAL)PaperveRL (GiGPO-based)
MetaClawStars2026.3UNC-Chapel Hill (AIMING Lab)PaperCustom
SkillRLStars2026.2UNC-Chapel Hill (AIMING Lab)PaperCustom
LLM-in-SandboxStars2026.1RUC/MSRA/THUPaperrllm (w/ veRL)
youtu-agentStars2025.12Tencent Youtu LabPaperCustom
DEPOStars2025.11HKUST/SJTUPaperLLaMA-Factory
SPEARStars2025.10Tencent Youtu LabPaperveRL/verl-agent
DeepAgentStars2025.10RUC/XiaohongshuPaperCustom
AgentRLStars2025.9TsinghuaPaperveRL
AgentGym-RLStars2025.9Fudan UniversityPaperveRL
Agent_Foundation_ModelsStars2025.8OPPO Personal AI LabPaperveRL
Trinity-RFTStars2025.5AlibabaPaperveRL
SPA-RL-AgentStars2025.5PolyUPaperTRL
verl-agentStars2025.5NTU/SkyworkPaperveRL
SkyRLStars2025.4UC Berkeley / NovaSky-AIPaperSelf (skyrl-train)
VAGENStars2025.3Northwestern University (mll-lab-nu)PaperveRL
ARTStars2025.3OpenPipePaperTRL
OpenManus-RLStars2025.3UIUC/MetaGPT--Custom
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
T2POT²PO (token+turn uncertainty-guided)SingleBothMultiWebShop/ALFWorld/SearchQA/Embody/GameRuleYes (search, web, embodied)
StraTAHierarchical GRPO + Strategic Trajectory AbstractionSingleOutcomeMultiALFWorld (93.1%)/WebShop (84.2%)/SciWorld (63.5%)Rule + Model (self-judge)Yes (interactive long-horizon envs)
SDARSelf-Distilled Agentic RL (GRPO + gated OPSD)SingleOutcomeMultiALFWorld/WebShop/Search-QARuleYes (interactive envs)
SkillZeroIn-Context Agentic RL (GRPO + skill-context curriculum withdrawal)SingleOutcomeMultiALFWorld/WebShop/Search-QARuleYes (interactive envs + skill library)
MetaClawGRPO (LoRA)SingleProcessMultiGeneral AgenticModel (PRM)Yes (Skill-augmented)
SkillRLGRPOSingleOutcomeMultiALFWorld/WebShop/SearchRuleYes (Web search, actions)
LLM-in-SandboxGRPO++SingleOutcomeMultiMath/Physics/Chemistry/Biomedicine/Long-context/IF/SWERuleYes (Code Sandbox w/ Terminal, File, Internet)
youtu-agentTraining-Free GRPOSingleOutcomeMultiDeep Research/Data Analysis/Tool-useModel/ExternalYes (Web search, code, file)
DEPOKTO + Efficiency LossSingleBothMultiAgent (BabyAI/WebShop)RuleYes
SPEARGRPO/GiGPO + SILSingleBothMultiMath/AgentRule/ExternalYes (Search, Sandbox, Browser)
DeepAgentToolPOSingleOutcomeMultiToolBench/ALFWorld/WebShop/GAIA/HLEModelYes (16,000+ RapidAPIs)
AgentRLGRPO/REINFORCE++/RLOO/ReMax/GAESingleOutcomeMultiAgent TasksExternalYes
AgentGym-RLPPO/GRPO/RLOO/REINFORCE++SingleOutcomeMultiWeb/Search/Game/Embodied/ScienceRule/Model/ExternalYes (Web, Search, Env APIs)
Agent_Foundation_ModelsDAPO/PPOSingleOutcomeSingleQA/Code/MathRule/ExternalYes
Trinity-RFTPPO/GRPOSingleOutcomeBothMath/TextGame/WebAllYes
SPA-RL-AgentPPOSingleProcessMultiNavigation/Web/TextGameModelNo
verl-agentPPO/GRPO/GiGPO/DAPO/RLOO/REINFORCE++MultiBothMultiPhone Use/Math/Code/Web/TextGameAllYes
SkyRLGRPO/PPOSingleBothMultiLong-horizon Agents (SWE-Bench/Search/Math/SQL)Rule/External/CustomYes
VAGENPPO/GRPO (World Modeling RL)SingleBothMultiNavigation/TextGame/MultimodalAllYes
ARTGRPOMultiBothMultiTextGameAllYes
OpenManus-RLPPO/DPO/GRPOMultiOutcomeMultiTextGameAllYes

🔍 Search & RAG Agent

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
EviSDStars2026.8AcademicPaperveRL
GTA-RAGStars2026.8Academic (EMNLP'26 Findings)PaperveRL
LAPOStars2026.7AcademicPaperveRL
Harness-1Stars2026.6UIUCPaperCustom
SlimSearcherStars2026.6Ant Group / ZJUPaperCustom (agentic RL)
DeepRubricStars2026.6Shandong UniversityPaperverl-tool
SAASStars2026.5Xiamen UniversityPaperslime
CuSearchStars2026.5AcademicPaperCustom
GrepSeekStars2026.5UMass Amherst (CIIR)PaperveRL
PyRAGStars2026.5AcademicPaperveRL
ORBITStars2026.4University of WaterlooPaperCustom
LiteResearcherStars2026.4Simplex AI / ZJU / PolyUPaperCustom
DR-VenusStars2026.4Ant Group (inclusionAI)PaperveRL (IGPO-based)
MR-SearchStars2026.3AcademicPaperCustom
ProRAGStars2026.1RUCPaperCustom
O-ResearcherStars2026.1OPPO PersonalAI LabPaperCustom
Agentic-RAG-R1Stars2025.12PKU--Custom
MemSearcherStars2025.11CASPaperCustom
DR TuluStars2025.11AI2 / UW / CMU / MITPaperOpen-Instruct
IGPOStars2025.10Ant GroupPaper (ICLR 2026)veRL
ReSeekStars2025.10Tencent PCG BAC/Tsinghua UniversityPaperveRL
AutoGraph-R1Stars2025.10HKUST KnowCompPaperCustom
WebSeerStars2025.10IndividualPaperveRL
HiPRAGStars2025.10IndividualPaperveRL
Tree-GRPOStars2025.9AMAPPaperveRL
DeepResearchStars2025.9Alibaba/Tongyi LabPaperCustom
DeepDiveStars2025.9Tsinghua/THUDMPaperCustom
ASearcherStars2025.8Ant Research RL Lab
Tsinghua University & UW
PaperRealHF/AReaL
SSRLStars2025.8TsinghuaPaperCustom
Research-VenusStars2025.8Ant GroupPaperCustom
Graph-R1Stars2025.7BUPT/NTU/NUSPaperveRL
Kimi-ResearcherStars2025.6Moonshot AIblogCustom
R-SearchStars2025.6Individual--veRL
R1-Searcher-plusStars2025.5RUCPaperCustom
StepSearchStars2025.5SenseTimePaperveRL
AutoRefineStars2025.5USTCPaperveRL
ZeroSearchStars2025.5AlibabaPaperveRL
ReasonRAGStars2025.5CityU HK / HuaweiPaperCustom
VRAGStars2025.5USTC / Tongyi Lab, AlibabaPaperveRL
MaskSearchStars2025.5Tongyi Lab, AlibabaPaperDAPO / veRL
R3-RAGStars2025.5Fudan NLPPaperOpenRLHF
O2-SearcherStars2025.5KnowledgeXLabPaperveRL
s3Stars2025.5UIUCPaperveRL
knowledge-r1Stars2025.5CAS / UCASPaperveRL
WebThinkerStars2025.4RUCPaperCustom
DeepResearcherStars2025.4SJTUPaperveRL
Search-R1Stars2025.3UIUC/Googlepaper1, paper2veRL
R1-SearcherStars2025.3RUCPaperOpenRLHF
C-3POStars2025.2AlibabaPaperOpenRLHF
DeepRetrievalStars2025.2UIUCPaperveRL
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
PyRAGCurriculum shared-parameter GRPO (LoRA)Multi (Decompose/Plan/Answer)BothMultiMulti-hop RAG via executable Python synthesisRule-Based + ExecutionYes (Python exec + E5 retriever)
GrepSeekSFT cold-start + GRPOSingleOutcomeMultiDirect corpus interaction (shell/grep, no index)Rule-Based (token-F1 x format gate)Yes (shell pipelines over raw corpus)
LAPOGRPO + Leave-One-Turn AttributionSingleBothMultiMulti-turn search QA (NQ/TriviaQA/HotpotQA/2Wiki)Rule-Based (self-generated)Yes (retrieval)
GTA-RAG3-stage GRPOSingleBothMultiMulti-hop QA over entity-document graphRule-Based (support-doc + EM)Yes (graph + dense retrieval)
EviSDGRPO + Evidence-Conditioned Self-DistillationSingleOutcomeMultiSearch-augmented multi-hop QARule-BasedYes (search/retrieval)
Harness-1GRPOSingleOutcomeMultiLong-horizon search (web/finance/patents) w/ state-externalizing harnessExternal + RuleYes (search/retrieval/rerank)
SlimSearcherGRPO + Adaptive Reward GatingSingleOutcomeMultiEfficiency-aware deep research (GAIA/BrowseComp/xBench)Custom + RuleYes (web search, browse)
DeepRubricGRPO + rubric rewardsSingleProcessMultiDeep research report synthesis (evidence-tree rubric)Model + Rule (rubric)Yes (search/browse/scholar)
SAASRL w/ boundary-aware reward (2-stage curriculum)SingleOutcomeMultiSelf-aware agentic search (over-search mitigation, 7 QA sets)Rule-BasedYes (search)
CuSearchGRPO + Search-Depth curriculum rolloutSingleOutcomeMultiAgentic RAG multi-hop QARule-Based (EM)Yes (retrieval/search)
ORBITGRPOSingleOutcomeMultiVerifiable data-gen + RL for web search (Qwen3-4B)External + RuleYes (web search)
LiteResearcherScalable Agentic RL (curriculum w/ lite virtual world)SingleOutcomeMultiDeep Research (GAIA 71.3% / Xbench-DS 78.0%, 4B SOTA)Rule/ExternalYes (local search/browse env, Milvus+PostgreSQL)
DR-VenusGRPO + IGPO (info-gain turn-level) w/ agentic SFTSingleBothMultiEdge-scale Deep Research (4B)Intrinsic (info-gain) + Rule (format)Yes (Search/Browse)
MR-SearchIn-context Meta-RL (multi-episode credit)SingleOutcomeMultiAgentic search w/ self-reflectionRule-BasedYes (search)
ProRAGGRPO + DGA (dual-granularity advantage)SingleBothMultiMulti-hop RAGModel (PRM via MCTS)Yes (Retrieval)
O-ResearcherGRPO + RLAIFMultiProcessMultiDeep Research (Zhihu-KOL/WideSearch/ELI5)Model (LLM-as-Judge)Yes (Search/Crawl)
Agentic-RAG-R1GRPOSingleOutcomeMultiKnowledge-intensive QARule/ModelYes (Wiki/Doc search)
MemSearcherMulti-context GRPOSingleOutcomeMultiSearch/QA + MemoryRule/ModelYes (Web search + Memory)
DR TuluGRPO + evolving rubricsSingleOutcomeMultiLong-form Deep ResearchModel (rubrics)Yes (Search/MCP)
IGPOGRPO + IGPO (Information Gain turn-level reward)SingleBothMultiMulti-turn Search Agent (BrowseComp/-ZH)Intrinsic (belief Δ) + OutcomeYes (Search)
ReSeekGRPO/PPOSingleBothMultiQA/SearchRuleSearch/JUDGE
AutoGraph-R1GRPO (via VeRL)SingleOutcomeMultiKG Construction for QARuleYes (Graph retrieval)
WebSeerGRPO-styleSingleOutcomeMultiWeb Search QA (w/ self-reflection)Rule/ModelYes (Search)
HiPRAGPPOSingleProcessMultiEfficient Agentic RAGModel/RuleYes (Retrieval)
Tree-GRPOGRPO/Tree-GRPOSingleOutcomeMultiSearchRuleSearch
DeepResearchRL-basedSingleOutcomeMultiDeep ResearchModelYes (Search, Browse)
DeepDiveGRPOSingleOutcomeMultiKG-augmented SearchRuleYes (KG + Search)
ASearcherPPO/GRPO + Decoupled PPOSingleOutcomeMultiMath/Code/SearchQAExternal/RuleYes
SSRLGRPOSingleOutcomeMultiSelf-SearchRuleYes (Self-search)
Research-VenusGRPOSingleBothMultiDeep ResearchModel (atomic thought)Yes (Search)
Graph-R1GRPO/REINFORCE++/PPOSingleOutcomeMultiKGQARule (EM/F1)Yes (Graph retrieval)
Kimi-ResearcherREINFORCESingleOutcomeMultiResearchOutcomeSearch, Browse, Coding
R-SearchPPO/GRPOSingleBothMultiQA/SearchAllYes
R1-Searcher-plusCustomSingleOutcomeMultiSearchModelSearch
StepSearchPPOSingleProcessMultiQAModelSearch
AutoRefinePPO/GRPOMultiBothMultiRAG QARuleSearch
ZeroSearchPPO/GRPO/REINFORCESingleOutcomeMultiQA/SearchRuleYes
ReasonRAGDPO + MCTS-based PRMSingleProcessMultiMulti-hop QAModel (PRM)Yes (Wikipedia search)
VRAGGRPOSingleBothMultiVisually-rich RAGRule/ModelYes (Visual retrieval)
MaskSearchDAPOSingleOutcomeMultiRAMP Pretraining + QARule/ModelYes (Search)
R3-RAGPPOSingleBothMultiMulti-hop QARuleYes (Retrieval)
O2-SearcherGRPOSingleOutcomeMultiOpen-ended QARule/ModelYes (Search)
s3GRPOSingleOutcomeMultiRAG / Medical QAModel (Gain-Beyond-RAG)Yes (Retrieval)
knowledge-r1GRPOSingleOutcomeMultiKnowledge-intensive QA (KB-aware)RuleYes (Retrieval)
WebThinkerDPOSingleOutcomeMultiReasoning/QA/ResearchModel/ExternalWeb Browsing
DeepResearcherPPO/GRPOMultiOutcomeMultiResearchAllYes
Search-R1PPO/GRPOSingleOutcomeMultiSearchAllSearch
R1-SearcherPPO/DPOSingleBothMultiSearchAllYes
C-3POPPOMultiOutcomeMultiSearchModelYes
DeepRetrievalGRPOSingleOutcomeMultiQuery Generation/IRRuleYes (Search)

🌐 Web & GUI Agent

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
SCALE-CUAStars2026.7Tsinghua (THUDM)PaperCustom (Ray + vLLM + Megatron-LM)
OpenWebRLStars2026.6UIUC / Microsoft ResearchPaperslime
ToolCUAStars2026.5Alibaba Tongyi Lab (X-PLUG)PaperCustom
ClawGUIStars2026.4Zhejiang University (ZJU-REAL)PaperCustom (veRL-based)
OpAgentStars2026.2Codefuse AI (Ant Group)PaperAgent-R1 (veRL)
GUI-LibraStars2026.2GUI-Libra (MS-affiliated)PaperCustom
MobileAgentStars2025.9X-PLUG (TongyiQwen)paperveRL
UI-TARSStars2025.9ByteDance SeedPaperCustom
MobileRLStars2025.9Tsinghua / Zhipu AI (THUDM)PaperCustom
DART-GUIStars2025.9Computer-use-agentsPaperveRL
Mano-PStars2025.9Mininglamp AIPaperMano-SDK
InfiGUI-G1Stars2025.8InfiX AIPaperveRL
gui-rcpoStars2025.8Zhejiang UniversityPaperCustom
UI-AGILEStars2025.7Xiamen UniversityPaperCustom
GUI-G2Stars2025.7Zhejiang University (ZJU-REAL)PaperCustom (VLM-R1)
MagicGUIStars2025.7Honor (MagicAgent-GUI)PaperCustom
Grounding-R1Stars2025.6Salesforceblogtrl
AgentCPM-GUIStars2025.6OpenBMB/Tsinghua/RUCPaperHuggingface
TTIStars2025.6CMUPaperCustom
GTA1Stars2025.6Salesforce / ANUPaperCustom (DeepSpeed)
SE-GUIStars2025.5Nankai University/vivoPapertrl
ARPOStars2025.5CUHK/HKUSTPaperveRL
GUI-G1Stars2025.5RUCPaperTRL
WebAgent-R1Stars2025.5Amazon/UVAPaperCustom
ZeroGUIStars2025.5Shanghai AI LabPaperCustom
GUI-R1Stars2025.4CAS/NUSPaperveRL
InfiGUI-R1Stars2025.4Zhejiang UniversityPaperCustom
UI-R1Stars2025.3vivo/CUHKPaperTRL
CollabUIAgentsStars2025.2Tsinghua/Alibaba/HKUSTPaperCustom
DigiQStars2025.2UC Berkeley/CMU/AmazonPaperCustom
GUI-Agent-RLStars2025.2MicrosoftPaperCustom
WebAgentStars2025.1Alibabapaper1, paper2LLaMA-Factory
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
SCALE-CUAGRPO (fully async, Frontier Sampling + visual context segmentation)SingleOutcomeMultiComputer Use (OSWorld, ScienceBoard; 24K+ synthesized verifiable tasks)External Verifier (executable judge functions)Yes (GUI actions in Docker desktop)
OpenWebRLGRPO (online multi-turn)SingleBothMultiVisual web browsing on live sites (WebVoyager/Online-Mind2Web)Rule + Model (format + LLM-judge)Yes (Playwright browser)
ToolCUATool-Bootstrapped GUI RFT + Online Agentic RL (Tool-Efficient Path Reward)SingleBothMultiComputer Use (OSWorld-MCP, hybrid GUI+tool)Rule (path-efficiency)Yes (GUI actions + structured tool calls)
ClawGUIGiGPO + Process Reward ModelSingleBothMultiMobile GUI (Android/HarmonyOS/iOS, MobileWorld)Rule + Model (PRM)Yes (GUI + hybrid CLI-GUI + persistent memory)
OpAgentOnline agentic RL (GRPO/PPO)MultiBothMultiWeb navigation (WebArena 71.6% pass@5)Rule + Model (RDTree + WebJudge)Yes (Playwright browser)
GUI-LibraKL-regularized GRPO (Partially Verifiable RL)SingleOutcomeMultiGUI (AndroidWorld/WebArena/Online-Mind2Web)RuleYes
MobileAgentsemi-online RLSingleBothMultiMobileGUI/AutomationRuleYes
UI-TARSMulti-turn RLSingleBothMultiGUI (Cross-platform)ModelYes (GUI actions)
MobileRLAdaGRPO (Difficulty-Adaptive)SingleOutcomeMultiMobile GUI (AndroidWorld/AndroidLab)RuleYes (Android)
DART-GUIDecoupled GRPOSingleOutcomeMultiGUI (OSWorld)RuleYes
Mano-PThree-stage SFT→Offline RL→Online RLSingleBothMultiGUI (OSWorld)RuleYes
InfiGUI-G1AEPOSingleOutcomeSingleGUI/GroundingRuleNo
gui-rcpoRCPOSingleOutcomeSingleGUI GroundingRule (self-supervised)No
UI-AGILEGRPOSingleOutcomeSingleGUI GroundingRule (continuous)No
GUI-G2GRPO (Gaussian Reward)SingleOutcomeSingleGUI GroundingRule (continuous)No
MagicGUIReinforcement Fine-Tuning (RFT)SingleOutcomeMultiMobile GUIModel/RuleYes
Grounding-R1GRPOSingleOutcomeMultiGUI GroundingModelYes
AgentCPM-GUIGRPOSingleOutcomeMultiMobile GUIModelYes
TTIREINFORCE/BCSingleOutcomeMultiWebExternalWeb Browsing
GTA1GRPO-style (click-success reward)SingleOutcomeMultiGUI Grounding (OSWorld/ScreenSpot-Pro)RuleYes
SE-GUIGRPOSingleBothSingleGUI GroundingRuleYes
ARPOGRPOSingleOutcomeMultiGUIExternalComputer Use
GUI-G1GRPOSingleOutcomeSingleGUIRule/ExternalNo
WebAgent-R1M-GRPOSingleOutcomeMultiWeb Navigation (WebArena-Lite)Rule (task success)Yes (Web browsing)
ZeroGUIOnline RLSingleOutcomeMultiGUI AgentRuleYes (GUI actions)
GUI-R1GRPOSingleOutcomeMultiGUIRuleNo
InfiGUI-R1RL + sub-goal guidanceSingleBothMultiGUI ReasoningRuleYes
UI-R1GRPOSingleProcessBothGUIRuleComputer/Phone Use
CollabUIAgentsDPO (credit re-assignment)MultiProcessMultiGUI (Mobile + Web)Model (LLM)Yes (GUI interaction)
DigiQValue-based offline RLSingleOutcomeMultiAndroid Device ControlModel (Q-function)Yes
GUI-Agent-RLValue-based RL (VEM)SingleOutcomeMultiGUI (Web Shopping)ModelYes
WebAgentDAPOMultiProcessMultiWebModelYes

🔨 Tool-Use Agent

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
Tool-RL-BoxStars2026.6Harbin Institute of TechnologyPaperveRL (w/ verl-tool)
SPADERStars2026.6Zhejiang UniversityPaperveRL
APPOStars2026.6Alibaba AMAP (AMAP-ML)PaperveRL
AgenticQwenStars2026.4Alibaba PAIPaperveRL (w/ EasyDistill)
Agent-STARStars2026.3CUHKPaperveRL
ToolOrchestraStars2025.11NVIDIA / HKUPaperCustom (veRL-based)
ToolMasterStars2025.11Northeastern University (NEUIR)PaperCustom
MATPOStars2025.10MiroMind AIPaperCustom
AWorld-RLStars2025.10Ant Group (inclusionAI)--AWorld + veRL
CodeGymStars2025.9AcademicPaperCustom
UserRLStars2025.9Salesforce AI ResearchPaperveRL
ToolBrainStars2025.9ToolBrain (AAMAS 2026)PaperCustom
Tool-R1Stars2025.9Individual (YBYBZhang)PaperCustom
MiroRLStars2025.8MiroMindAIHF RepoveRL
MUA-RLStars2025.8Alibaba (Tongyi)PaperveRL
verl-toolStars2025.6TIGER-LabXveRL
Multi-Turn-RL-AgentStars2025.5University of MinnesotaPaperCustom
Tool-N1Stars2025.5NVIDIAPaperveRL
Tool-StarStars2025.5RUCPaperLLaMA-Factory
RL-FactoryStars2025.5Simple-EfficientmodelveRL
calculator_agent_rlStars2025.5Individual (Danau5tin)--Verifiers
ReToolStars2025.4ByteDancePaperveRL
ToolRLStars2025.4UIUCPaperveRL
AWorldStars2025.3Ant Group (inclusionAI)PaperveRL
Agent-R1Stars2025.3USTCPaperveRL
ReCallStars2025.3BaiChuanPaperveRL
📋 Click to view technical details

| Github Repo | RL Algorithm | Single/Multi Agent | Outcome/Process Reward | Single/Multi Turn | Task | Reward Type | Tool usage |

MUA-RLGRPOSingleOutcomeMultiMulti-turn user-interacting agentic tool use (tau-bench/tau2-bench/ACEBench)Rule-Based (task completion)Yes (simulated user + tool APIs)
Tool-RL-BoxGRPO + supervisory signals (anti format-collapse)SingleProcessMultiMulti-step function calling (FCL / ToolACE, pluggable tool servers)Model (LLM-judge error taxonomy) + RuleYes (function-calling tools)
SPADERGRPO + Step-wise Peer Advantage (SPA)SingleBothMultiLong-horizon tool-augmented multi-answer QA (QAMPARI)Rule-Based (entity-match + diversity)Yes (search)
APPOAPPO (procedure-aware branching; extends ARPO/GRPO)SingleProcessMultiMulti-turn TIR (reasoning+search+code, 13 benchmarks)Rule-BasedYes (search + code)
AgenticQwenMulti-round RL (Reasoning RL + Agentic RL w/ dual data flywheels)SingleOutcomeMultiIndustrial Tool Use (search, data analysis, tau-bench airline/retail/telecom)Rule + Model (rubric)Yes (Python interpreter, web search, mock tools)
Agent-STARGRPO + dense/curriculum reward (STAR recipe)SingleBothMultiLong-horizon tool-using agents (TravelPlanner, ReAct up to 60 turns)Rule + ExternalYes (planning APIs)
ToolOrchestraEnd-to-end RL (outcome+efficiency+preference)SingleBothMultiTool orchestration / agentic workflowsAllYes (Search/Code/LLMs)
ToolMasterSFT + GRPO (trial-then-execute)SingleOutcomeMultiTool trialing + execution (ToolHop/TMDB/StableToolBench)Rule/ExternalYes (Simulated tools)
MATPOGRPO (multi-agent)MultiOutcomeMultiTool-use/SearchRuleYes (MCP: Serper, Web scraping)
AWorld-RLCollection: RODS / HardGen / FunReason-MT / Environment Tuning / V2P / RAG-R1BothBothMultiMulti-turn function calling + GUI grounding + deep search (BFCL etc.)Rule + Model (progress reward)Yes (function calls, GUI, search)
CodeGymGRPO-familySingleOutcomeMultiSynthetic Multi-turn Tool-UseRule (verifiable)Yes (Synthesized tools)
UserRLGRPO (multi-turn credit)SingleBothMultiUser-centric (Function/Persuade/Search/Tau Gyms)Model/ExternalYes
ToolBrainGRPO/DPOSingleOutcomeMultiAgentic tool trainingRule/ModelYes (User-defined tools)
Tool-R1Policy optimization (PPO-style)SingleOutcomeMultiAgentic Tool Use (GAIA)Model + ExternalYes (Python exec)
MiroRLGRPOSingleBothMultiReasoning/Planning/ToolUseRule-basedMCP
verl-toolPPO/GRPOSingleBothBothMath/CodeRule/ExternalYes
Multi-Turn-RL-AgentGRPOSingleBothMultiTool-use/MathRule/ExternalYes
Tool-N1PPOSingleOutcomeMultiMath/DialogueAllYes
Tool-StarPPO/DPO/ORPO/SimPO/KTOSingleOutcomeMultiMulti-modal/Tool Use/DialogueModel/ExternalYes
RL-FactoryGRPOMultiBothMultiTool-use/NL2SQLAllMCP
calculator_agent_rlGRPOSingleOutcomeMultiCalculator Tool UseModel (Claude-judge)Yes
ReToolPPOSingleOutcomeMultiMathExternalCode
ToolRLGRPO/PPOSingleOutcomeMultiTool LearningRule/ExternalYes
AWorldGRPOBothOutcomeMultiSearch/Web/CodeExternal/RuleYes
Agent-R1PPO/GRPOSingleBothMultiTool-use/QAModelYes
ReCallPPO/GRPO/RLOO/REINFORCE++/ReMaxSingleOutcomeMultiTool-use/Math/QAAllYes

💻 Code & SWE Agent

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
Lego-RLStars2026.8LegoXPaperveRL
FastContextStars2026.6MicrosoftPaperCustom
SWE-EditStars2026.4Microsoft ResearchPaperCustom
CodeScoutStars2026.3OpenHandsPaperSkyRL
CUDA-AgentStars2026.2ByteDance/TsinghuaPaperCustom
SWE-WorldStars2026.2RUC (RUCAIBox)PaperOpenRLHF + veRL
LLM-in-SandboxStars2026.1RUC/MSRA/THUPaperrllm (w/ veRL)
CUDA-L2Stars2026.1DeepReinforce AIPaperCustom
PPP-AgentStars2025.11CMU/OpenHandsPaperveRL
DeepAnalyzeStars2025.10RUC/TsinghuaPaperCustom
RepoDeepSearchStars2025.8PKU, Bytedance, BITPaperveRL
CUDA-L1Stars2025.7DeepReinforce AIPaperCustom
SWE-SwissStars2025.7Tsinghua / ByteDance--veRL
MedAgentGymStars2025.6Emory/Georgia TechPaperHugginface
CUREStars2025.6University of Chicago
Princeton/ByteDance
PaperHuggingface
Time-R1Stars2025.5UIUCPaperveRL
ML-AgentStars2025.5MASWorksPaperCustom
R1-Code-InterpreterStars2025.5MITPaperCustom
digitalhumanStars2025.4TencentPaperveRL
Skywork-OR1Stars2025.4Skywork AIPaperCustom (veRL fork)
sweet_rlStars2025.3Meta/UCBPaperOpenRLHF
swe-rlStars2025.2Meta/UIUC/CMUPaperCustom
CTRLStars2025.2HKU/ByteDancePaperCustom
AceCoderStars2025.2Waterloo (TIGER-Lab)PaperCustom
rllmStars2025.1Berkeley Sky Computing Lab
BAIR / Together AI
Notion BlogveRL
open-r1Stars2025.1HuggingFace--TRL
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
Lego-RLPPO/GRPO/GSPO (sync & async)SingleOutcomeMultiSWE-bench Verified inside real coding harnessesExternal Verifier (Harbor sandbox)Yes (native harness bash/file-edit/test)
FastContextTask-grounded RLSingleOutcomeMultiRepo-explorer subagent (context gathering + citations)Rule-BasedYes (Read/Glob/Grep, parallel)
SWE-EditGRPO (adaptive mode selection)Multi (Viewer + Editor subagents)OutcomeMultiSWE-bench Verified (find-replace vs whole-file rewrite)Rule/External (test-based)Yes (bash, file ops, viewer subagent)
CodeScoutGSPOSingleOutcomeMultiRepo-level code search/localization (terminal)Rule-Based (F1)Yes (terminal: rg/sed/cat)
CUDA-AgentAgentic RL (staged)SingleOutcomeMultiCUDA Kernel GenerationRule (correctness + performance)Yes (compile/verify/profile)
SWE-WorldRL with learned world model (SWT + SWR)SingleBothMultiDocker-free SWE (SWE-Bench Verified)Model (surrogate) + RuleYes
LLM-in-SandboxGRPO++SingleOutcomeMultiCode/SWE + General (Math/Sci/Bio)RuleYes (Code Sandbox w/ Terminal, File, Internet)
CUDA-L2Contrastive RLSingleOutcomeSingleHGEMM / CUDA MatmulRule (TFLOPs)Yes (compile/benchmark)
PPP-AgentPPP-RLSingleBothMultiSWE/ResearchRule+ModelSearch, Ask, Browse
DeepAnalyzeCurriculum RLSingleOutcomeMultiData ScienceRule/ExternalYes (Code exec)
RepoDeepSearchGRPOSingleBothMultiSearch/RepairRule/ExternalYes
CUDA-L1Contrastive RLSingleOutcomeSingleCUDA OptimizationRule (performance)No
SWE-SwissTwo-stage RL curriculumSingleOutcomeMultiSWE (Localization/Repair/Unit-Test)Rule (test-based)Yes
MedAgentGymSFT/DPO/PPO/GRPOSingleOutcomeMultiMedical/CodeExternalYes
CUREPPOSingleOutcomeSingleCodeExternalNo
Time-R1PPO/GRPO/DPOMultiOutcomeMultiTemporalAllCode
ML-AgentCustomSingleProcessMultiCodeAllYes
R1-Code-InterpreterGRPOSingleOutcomeMultiCode InterpretationRule/ExternalYes (Code exec)
digitalhumanPPO/GRPO/ReMax/RLOOMultiOutcomeMultiEmpathy/Math/Code/MultimodalQARule/Model/ExternalYes
Skywork-OR1Large-scale rule-based RL (GRPO variant)SingleOutcomeSingleMath + Code (AIME/LiveCodeBench)Rule (verifiable)No
sweet_rlDPOMultiProcessMultiDesign/CodeModelWeb Browsing
swe-rlRL-basedSingleOutcomeSingleSWE (SWE-bench)Rule (similarity)No
CTRLRL (critique-revision)SingleProcessMultiCode RefinementModelYes (Code exec)
AceCoderGRPOSingleOutcomeSingleCode GenerationExternal (test cases)Yes
rllmPPO/GRPOSingleOutcomeMultiCode EditExternalYes
open-r1GRPOSingleOutcomeSingleMath/CodeAllYes

🤔 Reasoning Agent

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
Agent0Stars2025.10UNC‑Chapel Hill / Salesforce Research / Stanford UniversityPaperveRL
KG-R1Stars2025.9UIUC/GooglePaper1, Paper2veRL
AgentFlowStars2025.09Stanford UniversityarXivveRL
THORStars2025.9USTC / iFLYTEKPaperveRL
Tool-LightStars2025.9RUC (RUC-NLPIR)PaperLLaMA-Factory
ARPOStars2025.7RUC, KuaishouPaperveRL
terminal-bench-rlStars2025.7Individual (Danau5tin)N/ArLLM
AutoTIRStars2025.7Beihang University / BAAIPaperveRL
MOTIFStars2025.6University of MarylandPapertrl
cmriat/l0Stars2025.6CMRIATPaperveRL
agent-distillationStars2025.5KAISTPaperCustom
EasyR1Stars2025.4Individualrepo1/paper2veRL
AutoCoAStars2025.3BJTUPaperveRL
ToRLStars2025.3SJTUPaperveRL
ReMAStars2025.3SJTU, UCLPaperveRL
Agentic-ReasoningStars2025.2OxfordPaperCustom
SimpleTIRStars2025.2NTU, BytedanceNotion BlogveRL
openrlhf_async_piplineStars2024.5OpenRLHFPaperOpenRLHF
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
Agent0ADPOMultiProcessMultiMath/VisualModel/VerifierYes
KG-R1GRPO/PPOSingleBothMultiKGQARule/ModelKG Retrieval
AgentFlowFlow-GRPOSingleOutcomeMultiSearch/Math/QAModel/ExternalYes
THORHierarchical GRPO (trajectory+step)SingleBothMultiMath (MATH500/AIME/Olympiad)External (SandboxFusion)Yes (Python)
Tool-LightSelf-Evolved DPOSingleOutcomeMultiTool-Integrated ReasoningModel (preference)Yes (FlashRAG/Python)
ARPOGRPOSingleOutcomeMultiMath/CodingModel/RuleYes
terminal-bench-rlGRPOSingleOutcomeMultiCoding/TerminalModel+External VerifierYes
AutoTIRPPOSingleOutcomeMultiAutonomous Tool Selection (QA/Math/IF)RuleYes (Search/Python)
MOTIFGRPOSingleOutcomeMultiQARuleNo
cmriat/l0PPOMultiProcessMultiQAAllYes
agent-distillationPPOSingleProcessMultiQA/MathExternalYes
EasyR1GRPOSingleProcessMultiVision-LanguageModelYes
AutoCoAGRPOMultiOutcomeMultiReasoning/Math/QAAllYes
ToRLGRPOSingleOutcomeSingleMathRule/ExternalYes
ReMAPPOMultiOutcomeMultiMathRuleNo
Agentic-ReasoningCustomSingleProcessMultiQA/MathExternalWeb Browsing
SimpleTIRPPO/GRPO (with extensions)SingleOutcomeMultiMath, CodingAllYes
openrlhf_async_piplinePPO/REINFORCE++/DPO/RLOOSingleOutcomeMultiDialogue/Reasoning/QAAllNo

👥 Multi-Agent RL

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
MaestroStars2026.5Tsinghua / Multi-institutionPaperveRL + verl-tool
DrMASStars2026.2NTUPaperCustom
MarsRLStars2025.11AcademicPaperveRL
PettingLLMsStars2025.10Intel / UCSDPaperCustom
MASPRMStars2025.10UBC / HuaweiPaperCustom
MrlXStars2025.10Ant Group (AQ-MedAI)PaperCustom (SGLang + Megatron)
CoMASStars2025.10Shanghai AI Lab / CUHK / Oxford / NUSPaperCustom
MAPoRLStars2025.8Academic--Custom
CoMLRLStars2025.8OpenMLRLPaperTRL
ARIAStars2025.6Fudan UniversityPaperCustom
SPIRALStars2025.6NUS / A*STAR / Sea AI LabPaperOat
AMPOStars2025.5Tongyi Lab, AlibabaPaperveRL
FlowReasonerStars2025.4Sea AI Lab / NUSPaperCustom
MARFTStars2025.4SII / SJTUPaperCustom
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
MaestroOutcome RL (lightweight orchestrator over frozen expert ensembles)Multi (orchestrator + frozen experts)OutcomeMulti10 multimodal benchmarks (math/chart/HR/domain — 70.1% avg, beats GPT-5 & Gemini-2.5-Pro)ExternalYes (expert models + 2-tier skill library: OCR/detection/visual)
DrMASGRPO (agent-wise)MultiOutcomeMultiMulti-agent LLM SystemsRuleNo
MarsRLRLVR (agent-specific rewards)MultiBothMultiMath Reasoning (AIME/BeyondAIME)Rule (verifiable)No
PettingLLMsAT-GRPOMultiBothMultiGame/Code/Math/PlanningRule (verifiable)No
MASPRMPRM (trained from MCTS rollouts)MultiProcessMultiReasoning (GSM8K/MATH/MMLU)Learned PRMNo
MrlXM-GRPO (hierarchical)MultiOutcomeMultiDeep Research (GAIA/XBench)Rule + ModelYes (Search)
CoMASRL w/ LLM-Judge intrinsic rewardMultiProcessMultiCo-evolving ReasoningModelNo
MAPoRLPPOMultiOutcomeMultiCollaborative LLM TasksRuleNo
CoMLRLMAGRPO / MAREINFORCE / MARLOOMultiOutcomeMultiWriting / Code / MinecraftCustomMinimal
ARIAREINFORCEBothProcessMultiNegotiation/BargainingOtherNo
SPIRALRole-conditioned Advantage Estimation (RAE)MultiOutcomeMultiZero-sum Games (TicTacToe/Kuhn/Negotiation)RuleNo
AMPOBC/AMPO(GRPO improvement)MultiOutcomeMultiSocial InteractionModel-basedNo
FlowReasonerGRPOMultiOutcomeMultiMulti-agent Workflow DesignRuleYes
MARFTMARFT paradigm (action+token level)MultiBothMultiResearch / MathRuleYes

🧠 Memory

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
MemPrismStars2026.8AcademicPaperveRL
SupersedeStars2026.6VrinPaperverifiers + prime-rl
AgeMemStars2026.4Multi-institution (incl. Alibaba DAMO)PaperTrinity-RFT
Mem-alphaStars2025.9UCSD / USTCPaperveRL
MEM1Stars2025.7MITPaperveRL (based on Search-R1)
M3-AgentStars2025.7ByteDance Seed / Zhejiang UniversityPaperCustom
MementoStars2025.6UCL, HuaweiPaperCustom
MemAgentStars2025.6Bytedance, Tsinghua-SIAPaperveRL
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
MemPrismGRPO/GiGPOSingleBothMultiMemory-view selection for ALFWorld/ALFRED + Mind2WebRule-BasedYes (memory-view action + env actions)
SupersedeGRPO (+ LoRA)SingleOutcomeMultiMemory-update gap: keeping notes current across sessions (LongMemEval knowledge-update)Rule-Based (answered_current / stale_penalty)Yes (capped notes memory as action space)
AgeMemStep-wise GRPO (3-stage progressive RL)SingleProcessMultiUnified LTM/STM management (memory ops as tools)Rule (task accuracy + memory quality)Yes (store/retrieve/update/summarize/discard memory tools)
Mem-alphaGRPOSingleOutcomeMultiLong-context QA + Memory ConstructionRule (downstream QA)Yes (memory tools)
MEM1PPO/GRPOSingleOutcomeMultiWebShop/GSM8K/QARule/ModelYes
M3-AgentRL-basedSingleOutcomeMultiLong-video QA (M3-Bench)Rule/ModelYes (multimodal memory graph)
Mementosoft Q-LearningSingleOutcomeMultiResearch/QA/Code/WebExternal/RuleYes
MemAgentPPO, GRPO, DPOMultiOutcomeMultiLong-context QARule/Model/ExternalYes

🦾 Embodied

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
REALStars2026.7InternRoboticsPaperCustom (GSPO/GRPO over MCP)
Embodied-R1.5Stars2026.6Tianjin UniversityPaperEasyR1 / veRL
AVA-VLAStars2026.6UCASPaperCustom (PPO)
WorldVLNStars2026.5Tsinghua (EmbodiedCity)PaperCustom
Embodied-R1Stars2025.6Tianjing UniversityPaperveRL
VIKI-RStars2025.6MARS-EAI (NeurIPS 2025 D&B)PaperveRL + LLaMA-Factory
STeCaStars2025.2The Hong Kong Polytechnic UniversityPaperFastChat/TRL
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
REALGRPO/GSPO (online RL over an MCP tool interface)SingleOutcomeMultiOpen-world mobile manipulation in Isaac Sim (REAL-Bench, 241 tasks)External Verifier (target world-state check)Yes (8 MCP tools: navigate_to/pick/place/ask/...)
Embodied-R1.5RFT (GRPO-family multimodal)SingleOutcomeMultiEmbodied foundation model w/ Planner-Grounder-Corrector closed-loopRule-BasedNo (closed-loop PGC)
AVA-VLAPPO (latent reasoning as sequential decision)SingleBothMultiVLA manipulation (LIBERO/ALOHA), latent CoT w/ early-exitExternal (task success) + CustomNo (closed-loop manipulation)
WorldVLNAction-aware GRPOSingleBothMultiAerial (UAV) vision-language navigation (closed-loop)Rule + ModelNo (closed-loop UAV control)
Embodied-R1GRPOSingleOutcomeSingleGrounding/WaypointRuleNo
VIKI-RGRPO (RFT after SFT)MultiOutcomeMultiEmbodied Multi-Robot Cooperation (VIKI-Bench)Rule + ModelNo
STeCaDPO (RFT)SingleBothMultiEmbodied/HouseholdRule/MCEnvironment Actions

🏷️ Domain-Specific

Github Repo🌟 StarsDateOrgPaper LinkRL FrameworkDomain
FaithMedStars2026.7CMUPaperveRL + verl-agentMedical
Gene-Disease-CurationStars2026.2AcademicPaperCustomMedical
MedSAM-AgentStars2026.2CUHK/TencentPaperCustomMedical
ChemCraftStars2026.1Peking University / IDEAPaperveRLChemistry
Doctor-R1Stars2025.12Tsinghua (thu-unicorn)PaperveRLMedical
Alpha-R1Stars2025.12SJTU / FinStep.AI / StepFunPaperCustomFinancial
OS-R1Stars2025.8ISCASPaperCustomOS/Systems
MMedAgent-RLStars2025.8UnknownpaperUnknownMedical
MedResearcher-R1Stars2025.8Ant Group (AQ-MedAI)PaperCustomMedical
LegalDeltaStars2025.8Northeastern University (NEUIR)PaperCustomLegal
DoctorAgent-RLStars2025.5UCAS/CAS/USTCPaperRAGENMedical
BiomniStars2025.3Stanford University (SNAP)PaperCustomBiomedical
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
FaithMedSFT (LLaMA-Factory) + agentic RL w/ process rewardSingleBothMultiFaithful evidence-based medical QA (MedQA/MedMCQA/MedXpertQA/...)Rule + Model (step-level faithfulness)Yes (medcorp evidence search)
Gene-Disease-CurationProcess-supervised Multi-Agent RLMultiBothMultiClinical gene-disease validity curation (ClinGen)Model (process) + Rule (outcome)Yes (agent-as-tool, evidence synthesis)
MedSAM-AgentGRPO (via veRL)SingleBothMultiMedical Image SegmentationModel (clinical fidelity)Yes (SAM/MedSAM2)
ChemCraftSMILES-GRPOSingleBothMultiChemical LM orchestrating chemistry tools (molecular design/synthesis)External (dense chemical) + RuleYes (chemical agent sandbox)
Doctor-R1Experiential Agentic RLMultiBothMultiClinical inquiry & diagnosisModel + Rule + safety vetoNo
Alpha-R1GRPOSingleOutcomeMultiAlpha factor screening (with real-time news)External (portfolio returns) + ModelYes
OS-R1GRPO (via veRL)SingleOutcomeMultiLinux Kernel TuningRuleYes (LightRAG, kernel config)
MMedAgent-RLUnknownMultiUnknownUnknownUnknownUnknownUnknown
MedResearcher-R1GRPO-based (SFT + Online RL)SingleOutcomeMultiMedical Deep Research (MedBrowseComp)Rule + ModelYes (Search/KG)
LegalDeltaGRPO (CoT-guided info-gain)SingleProcessMultiLegal ReasoningModel + RuleNo
DoctorAgent-RLGRPOMultiBothMultiConsultation/DiagnosisModel/RuleNo
BiomniTBDSingleTBDSinglescRNAseq/CRISPR/ADMET/KnowledgeTBDYes

🎯 Reward & Training Methodology

Github Repo🌟 StarsDateOrgPaper LinkFocus
DRACOStars2026.9CMU / IBM ResearchPaperOutcome-blind rubric rewards with step-level credit assignment
Agent-G²Stars2026.8Zhejiang University / Baidu (EMNLP'26)PaperExploration guidance under sparse reward
AgentV-RLStars2026.4AcademicPaperAgentic Verifier Reward Model
DataMindStars2026.4Zhejiang University (ZJUNLP)PaperProcess Reward Model (DataPRM)
ARLArenaStars2026.2UCLAPaperStable Agentic RL (SAMPO)
Agent-RRMStars2026.1AcademicPaperReasoning Reward Model for Agents
ToolPRMBenchStars2026.1Arizona State UniversityPaperPRM Benchmark for Tool-Use
RLVR-WorldStars2025.5THU ML GroupPaperRLVR for World Models
AgentProgStars2025.5MobileLLMPaperProgress Reward Model (ProgRM)
AgentPRMStars2025.2CornellPaperProcess Reward for Agents
Agentic-Reward-ModelingStars2025.2THU-KEGPaperAgentic Reward Agent
AgentRMStars2025.2THUNLP/TsinghuaPaperGeneralizable Agent RM
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
DRACOGRPO w/ rubric-attributed step-level advantagesSingleProcessMultiAppWorld / τ-Bench (tool use)Model (LLM judge on dynamic rubrics)Yes
Agent-G²GRPO + Gaussian-guided adaptive-depth explorationSingleOutcomeMultiALFWorld / WebShopRule-Based/ExternalYes (interactive env actions)
AgentV-RLRL (verl) training an agentic verifierSingleProcessMultiTool-augmented deliberative verifier (reward model)Model-BasedYes (verifier invokes tools, e.g. code)
DataMindRL w/ generative PRM (DataPRM)SingleProcessMultiAgentic data analysis (Python/SQL; ScienceAgentBench/DABench)Model (PRM) + External (execution)Yes (code-based multi-turn)
ARLArenaSAMPO (Stable Agentic Policy Optimization)SingleOutcomeMultiStable agentic RL across web/embodied/math/game/searchExternal + RuleYes (code/web/search/embodied)
Agent-RRMAgentic RL w/ trained reasoning RMSingleProcessMultiReward model for agents (web nav, multi-hop QA)Model-Based (RRM)Yes (agentic trajectories)
ToolPRMBenchN/A (Benchmark)SingleProcessMultiTool-UseRule/ModelYes
RLVR-WorldRLVRSingleOutcomeMultiWorld Modeling (Language/Video)Model (verifiable)No
AgentProgOnline RL w/ progress rewardSingleProcessMultiGUI Agent TrainingModel (ProgRM)Yes
AgentPRMPPO/DPO + PRMSingleProcessMultiALFWorld/GeneralModel (PRM)Yes
Agentic-Reward-ModelingDPO/Best-of-NSingleOutcomeSingleGeneral InstructionModel (Reward Agent)Yes (Verification)
AgentRMMCTS/RM-guidedSingleOutcomeMulti9 Agent TasksModel (regression PRM)Yes

🛡️ Safety

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
ToolSafeStars2026.1Academic (MurrayTom)PaperveRL
TROJailStars2025.12Academic (ACL 2026)PaperRAGEN + vLLM
SafeSearchStars2025.11Amazon SciencePaperveRL
Jailbreak-R1Stars2025.6Academic (yuki-younai)PaperCustom
GuardReasoner-VLStars2025.5NUS (yueliu1999)PaperCustom
xJailbreakStars2025.1AcademicPaperCustom
Auto-RTStars2025.1ICIP-CASPaperCustom
RLbreakerStars2024.6PurduePaperCustom
curiosity_redteamStars2024.2MITPaperCustom
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
ToolSafeMulti-task GRPOSingleProcessMultiTool-Invocation Safety GuardrailRule + ModelYes (tool monitoring)
TROJailMulti-turn GRPO variantSingleBothMultiMulti-turn Jailbreak AttackModel (harmfulness judge) + RuleYes (target LLM)
SafeSearchPPO (GAE/GRPO)SingleBothMultiSafe QA/SearchRule + ModelSearch
Jailbreak-R1GRPO (3-stage: imitation→warm-up→progressive)SingleBothMultiRed-teaming Prompt GenerationModel (judge)Yes (target LLM)
GuardReasoner-VLOnline RL w/ rejection samplingSingleBothMultiVLM Safety Guard (multimodal)Rule + ModelNo
xJailbreakRLSingleOutcomeMultiJailbreakingModel (embedding)Yes (iterative)
Auto-RTPPOSingleOutcomeMultiRed TeamingModelYes (strategy exploration)
RLbreakerCustom PPOSingleOutcomeMultiJailbreakingModelYes (mutator selection)
curiosity_redteamRL + CuriositySingleOutcomeMultiRed TeamingModelYes (iterative query)

👁️ VLM Agent

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
InSight-docStars2026.8Academic (EMNLP'26)PaperveRL
VTSStars2026.7UNC Chapel Hill / SonyPaperms-swift
VSeekStars2026.7UT Austin (SwarmLab)PaperveRL
HyperEyesStars2026.5DeepExperiencePaperCustom
ODEStars2026.5HKUST / CUHK / PKUPaperverl + rllm
ParaVTStars2026.5NTU / HKU / Tsinghua / MiroMind (LMMs-Lab)PaperAReaL
OpenSearch-VLStars2026.5CUHK / NTU / HKU / Multi-institutionPaperrLLM/veRL/Megatron-LM
MTA-AgentStars2026.4Salesforce AI ResearchPaperCustom
Gen-SearcherStars2026.3AcademicPaperrllm + verl
MM-DeepResearchStars2026.3AcademicPaperveRL
PyVision-RLStars2026.2agents-x-projectPaperveRL
Vision-DeepResearchStars2026.1Academic (ICML 2026)Paperrllm + verl
ARM-ThinkerStars2025.12Shanghai AI Lab / InternLMPaperveRL
CodeDanceStars2025.12ByteDancePaperveRL
DeepEyesV2Stars2025.11XiaohongshuPaperCustom
Mini-o3Stars2025.9Mini-o3 teamPaperveRL
VisionThinkStars2025.7CUHK (dvlab-research)PaperveRL + EasyR1
multimodal-search-r1Stars2025.6ByteDance/NTUPaperCustom
AutoVLAStars2025.6UCLA Mobility LabPaperCustom
VDeepEyesStars2025.5Xiaohongshu/XJTUPaperveRL
CoSoStars2025.5NTU/AlibabaPaperCustom
Pixel-ReasonerStars2025.5University of Waterloo (TIGER-AI-Lab)PaperOpenRLHF
Visual-ARFTStars2025.5Shanghai AI Lab / SJTUPaperCustom
VTool-R1Stars2025.5UIUCPaperveRL + EasyR1
OpenThinkIMGStars2025.5Academic (zhaochen0110)PaperOpenR1
Chain-of-FocusStars2025.5Multi-institutionPaperveRL
GRITStars2025.5UC Santa Cruz (eric-ai-lab)Papertrl
AlphaDriveStars2025.3HUST/Horizon RoboticsPaperCustom
VSC-RLStars2025.2Liverpool/Huawei/Tianjin/UCLPaperCustom
RL4VLMStars2024.5UC BerkeleyPaperCustom
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
InSight-docSFT cold-start + GRPOSingleBothMultiLong/multi-page document VQA (DUDE/MP-DocVQA)Rule-BasedYes (zoom-in tool)
VTSGRPO (multi-turn tree rollout w/ backtracking)SingleBothMultiGrounded long-video QA (search video as an adaptive temporal tree)Rule-Based (answer + format + evidence IoU)Yes (zoom_in/zoom_out/shift/answer)
VSeekGRPOSingleBothMultiLong-video QA as multi-turn evidence retrieval (LongVideoBench/LVBench/Video-MME/MLVU)Rule-Based (neuro-symbolic temporal-logic grounding)Yes (ViCLIP+FAISS retrieval server)
HyperEyesDual-grained efficiency-aware RLSingleBothMultiParallel multimodal search (unified grounded search)Custom + RuleYes (visual grounding + retrieval)
ODEGRPO (async) + SFT cold-startSingleBothMultiVisual-native multimodal deep search (9-tool harness)External + RuleYes (web/image/visual search, code)
ParaVTPARA-GRPO (Parseability-Anchored, Ratio-gAted)Multi (main + parallel sub-agents w/ shared weights)Both (outcome + targeted format)Single-turn parallelLong-video understanding (VideoMME/LongVideoBench/LVBench/MLVU/MMVU/Charades-STA)Rule + ModelYes (parallel video-window crop tools)
OpenSearch-VLMulti-turn fatal-aware GRPOSingleOutcomeMultiMultimodal Deep Search (Qwen3-VL base)Rule + Model (LLM judge)Yes (text/image search, OCR, crop, sharpen, SR, perspective)
MTA-AgentDAPO (w/ cached tool interactions)SingleOutcomeMultiMultimodal Deep Search (21K MTA-Vision-DeepSearch; 32B beats GPT-5 54.63%)Rule/ExternalYes (web search, web read, Google Lens, image search)
Gen-SearcherGRPO (after SFT)SingleBothMultiSearch-augmented image-generation deep researchModel (dual text+image)Yes (search, image search, browse, image-gen)
MM-DeepResearchMulti-turn agentic GRPOSingleBothMultiMultimodal agentic search baselineModel (judge) + RuleYes (image/text search engines)
PyVision-RLGRPOSingleBothMultiAgentic image+video understanding w/ dynamic Python toolingExternal + CustomYes (Python-as-tool, frame sampling)
Vision-DeepResearchGRPO (after cold-start SFT)SingleBothMultiMultimodal deep-research MLLM (dozens of turns)External + RuleYes (visual+textual search, browse)
ARM-ThinkerGRPO (two-stage)SingleBothMultiAgentic multimodal reward modeling (Think-Act-Verify)External + RuleYes (zoom/crop, doc retrieval, validators)
CodeDanceGRPO/DAPO (agent-loop)SingleBothMultiExecutable visual reasoning (visual search/math/chart via code)External + CustomYes (Python sandbox: crop/draw/plot)
DeepEyesV2Outcome RLSingleOutcomeMultiMultimodal ReasoningRuleYes (Code exec, Web search)
Mini-o3GRPOSingleOutcomeMultiVisual Search (V*/HR-Bench)RuleYes (image crop)
VisionThinkGRPO w/ LLM-as-JudgeSingleOutcomeMultiEfficient VQAModel (LLM-Judge)Yes (hi-res request)
multimodal-search-r1GRPOSingleOutcomeMultiMultimodal SearchRuleYes (Search)
AutoVLAGRPO (RFT after SFT)SingleOutcomeMultiAutonomous Driving (nuScenes/nuPlan/Waymo)Rule (PDMS)No
VDeepEyesPPO/GRPOMultiProcessMultiVQAAllYes
CoSoSoft RL (counterfactual)SingleOutcomeMultiAndroid/Card/EmbodiedRuleYes
Pixel-ReasonerCuriosity-driven GRPOSingleBothMultiVisual Reasoning (V*/TallyQA/Info-VQA)Rule + ModelYes (zoom/select-frame)
Visual-ARFTGRPO (agentic RFT)SingleOutcomeMultiMultimodal Agentic Tool Use (MAT-Search/Coding)RuleYes (Search/Python)
VTool-R1RFT (GRPO-based)SingleOutcomeMultiChart/Table VQARuleYes (Python visual tools)
OpenThinkIMGV-ToolRL (GRPO)SingleOutcomeMultiChart ReasoningRuleYes (GroundingDINO/SAM/OCR/crop)
Chain-of-FocusAGAR (GRPO)SingleOutcomeMultiVisual Reasoning (V*)Rule (outcome+format)Yes (zoom-in)
GRITGRPO-GR (Grounded Reasoning)SingleOutcomeSingleVisual Reasoning (bbox)RuleYes (bbox)
AlphaDriveGRPOSingleOutcomeMultiAutonomous DrivingRule (4 planning rewards)No
VSC-RLVariational RLSingleOutcomeMultiMobile Device ControlRuleYes
RL4VLMPPOSingleOutcomeMultiGymCards/ALFWorldRuleYes

🔄 Self-Evolution

⚠️ Note: The definition of "Self-Evolution" in the context of RL for LLM agents is still evolving and not yet well-established. This category currently collects works whose paper titles explicitly contain "self-evolving" or "self-evolution", where the agent improves itself through RL-driven feedback loops.

Github Repo🌟 StarsDateOrgPaper LinkRL Framework
AgentOPSDStars2026.8AcademicPaperveRL
BaTStars2026.8NVIDIA (MONAI)PaperveRL + slime
SEEDStars2026.7Academic (jinyangwu)PaperveRL
OPIDStars2026.6Academic (jinyangwu)PaperveRL + verl-agent
UCOBStars2026.6Academic (TU2021)PaperveRL
SIRIStars2026.6AcademicPaperCustom (GiGPO)
world-knowledgeStars2026.4HKUST / TencentPaperCustom
ARISEStars2026.3George Washington UniversityPaperveRL
Tool-R0Stars2026.2UIUC / ETH ZurichPaperveRL
MemSkillStars2026.2NTU/UIUC/UIC/TsinghuaPaperCustom
MemRLStars2026.1SJTU/Xidian/NUS/USTC/MemTensorPaperCustom
AgentEvolverStars2025.11Alibaba/Tongyi LabPaperCustom
EvolveRStars2025.10KnowledgeXLab / Shanghai AI LabPaperveRL
SEAgentStars2025.8Shanghai AI Lab / CUHKPaperCustom
R-ZeroStars2025.8Tencent AI Seattle Lab / WashU / UMDPaperEasyR1
Absolute-Zero-ReasonerStars2025.5Tsinghua (LeapLabTHU) / BIGAI / PSUPaperveRL
RAGENStars2025.1RAGEN-AIPaperveRL
WebRLStars2024.11Tsinghua/Zhipu AIPaperCustom
📋 Click to view technical details
Github RepoRL AlgorithmSingle/Multi AgentOutcome/Process RewardSingle/Multi TurnTaskReward TypeTool usage
BaTSFT init + GRPO + BiCuRL (bilevel curriculum)SingleBothMultiMedical research agent (AutoMedBench)Model-Based (stage rubrics) + RuleYes (stage skills + fixed exec env)
AgentOPSDGRPO + critic-free recursive turn-level self-distillationSingleBothMultiALFWorld / WebShop / Search-QARule-Based + ExternalYes (env actions, search)
SEEDGRPO + self-evolving on-policy distillation (hindsight-skill SFT → OPD during RL)SingleOutcomeMultiALFWorld / WebShop / Search-QA / EZPoints / SokobanRule + ExternalYes (interactive env actions, search)
OPIDOn-policy skill distillation (hierarchical hindsight skills → token-level dense supervision)SingleBothMultiALFWorld / WebShop / Search-QARule + ExternalYes (interactive env actions, search)
UCOBCredit-aware on-policy bidirectional self-distillation (skill-conditioned vs skill-free branches)SingleBothMultiALFWorld / WebShop / Search-QARule (return-based)Yes (interactive env actions, search)
SIRIGiGPO + self-skill mining/distillationSingleBothMultiSelf-internalizing intrinsic skills (ALFWorld/WebShop)External + CustomYes (interactive actions)
world-knowledgeOutcome-based RL (reward-free self-evolution)SingleOutcomeMultiWeb Agents (WebVoyager/WebWalker; +20% on Qwen3-30B & Seed-OSS-36B)Model (intrinsic; world-knowledge gain)Yes (web pipeline for env-specific knowledge construction)
ARISEHierarchical RL (options + intra-option) w/ skill evolutionSingleBothMultiReasoning w/ intrinsic skill library (7 Olympiad benchmarks)External + Custom (skill-quality)No (skill reuse over multi-step reasoning)
Tool-R0Self-play RL (generator+solver co-evolution)MultiBothMultiSelf-evolving tool-learning from zero dataExternal + CustomYes (real tool/function calls)
MemSkillPPOSingleProcessMultiQA/ALFWorldModel (learned skills)Yes
MemRLRL-based (Q-value)SingleProcessMultiHLE/BigCodeBench/ALFWorldModel (retrieval)Yes
AgentEvolverADCA-GRPOSingleOutcomeMultiSocial Game/Tool-useRuleYes
EvolveRGRPO (closed-loop online+offline)SingleOutcomeMultiMulti-hop QA (NQ/HotpotQA)RuleYes (experience retrieval)
SEAgentGRPOSingleOutcomeMultiComputer Use (OSWorld)ModelYes (Screenshot-based)
R-ZeroGRPO (Challenger + Solver co-evolution)MultiOutcomeMultiMath/SuperGPQA/MMLU-Pro/BBEHRule (majority voting)No
Absolute-Zero-ReasonerTRR++ (Task-Relative REINFORCE++)SingleOutcomeSingleCode/Math Reasoning (HumanEval/MBPP/LiveCodeBench)Rule + learnabilityYes (Python exec)
RAGENPPO/GRPO (StarPO)SingleBothMultiTextGameAllYes
WebRLActor-Critic RL + ORMSingleOutcomeMultiWeb Navigation (WebArena)Model (ORM)Yes (Web browsing)

⛰️ Environment

Github Repo🌟 StarsDateOrgTask
PAST-BenchStars2026.8Gen-Verse (NUS/Stanford/Oxford/Princeton)Cross-session personal agents (26 task families, 204 episodes, Docker sandbox; Paper)
DigiWorldStars2026.8Meta (FAIR)Mobile GUI (15 sandboxed Android apps, 3.2M+ configs, real ADB/emulator)
Evo-BenchStars2026.8Renmin University (RUCAIBox)Agent-harness self-improvement (608 tasks, E2B sandbox, up to 1,000 steps; Paper)
ScrambleToolBenchStars2026.8NTU DeCLaRe Lab / A*STARTool-use robustness (obfuscated tool semantics, drift, stochastic failures; Paper)
SETAStars2026.7CAMEL-AI.orgTerminal agents (4,500+ verifiable Docker envs, Terminal-Bench format; Paper)
OpenAgentStars2026.7Nanjing University (LAMDA-NeSy)Tool-use generalization sandbox (query/schema/observation/domain shifts; Paper)
EchoverseStars2026.7Microsoft ResearchComputer-use (722 resettable DB-grounded synthetic web tasks, ID/OOD splits; Paper)
DocOpsStars2026.7Chinese Academy of Sciences (ICT)Document operations (Excel/Word/PPT/PDF, 210 Harbor-format tasks, artifact verifiers; Paper)
PatientAgentBenchStars2026.7Amazon SciencePatient-facing health agents (stateful healthcare sandbox, simulated-user agent; Paper)
LegalWorldStars2026.6SII / Fudan DISCLegal agents (full civil-litigation lifecycle, multi-role, live backend; Paper)
MobileGymStars2026.5AcademicMobile GUI (Android sim, verifiable, parallel)
AEnvironmentStars2026.5Ant Group (inclusionAI)Agentic RL Env Platform (MCP, AReaL-integrated, TAU2/SWE/Terminal-Bench)
Gym-AnythingStars2026.4CMU L3 LabComputer Use (200+ apps)
ClawBenchStars2026.4TIGER-AI Lab / NAIL GroupWeb/GUI agents (283 live-site tasks, isolated containers, 5-layer traces; Project; Paper)
OpenSandboxStars2026.3AlibabaCode/GUI/Agent Eval
OpenEnvStars2026.3Meta (PyTorch)Chess/Arcade/Finance
open-trajectory-gymStars2026.3IndividualCTF/Security
Agent-World-ModelStars2026.2Snowflake AI ResearchTool-use (1,000 MCP synthetic envs)
TermiGenStars2026.2UCSBTerminal/Tool-use (3,500+ envs)
VisGymStars2026.1UC BerkeleyMultimodal/VLM (17 envs)
NeMo-GymStars2026.1NVIDIAMulti-step/Multi-turn
VISTA-GymStars2025.11Texas A&M / Emory / KAUSTTool-integrated visual reasoning (VLM)
LoCoBench-Agent2025.11Salesforce AI ResearchSWE
Simia-Agent-Training2025.10MicrosoftToolUse/API
PaperArenaStars2025.9University of Science and Technology of ChinaScientificLiteratureQA
enterprise-deep-research2025.9Salesforce AI ResearchDeepResearch
meta-agents-research-environmentsStars2025.9Meta (FAIR)Gaia2 / Multi-universe
BrowseComp-PlusStars2025.8University of WaterlooDeep Research Eval
MCP-BenchStars2025.8AccentureMCP Tool-use (28 servers)
MCPVerseStars2025.8IndividualMCP Tools (550+)
CompassVerifierStars2025.7Shanghai AI LabReasoning
tau2-benchStars2025.6Sierra ResearchTool-Agent-User
Mind2Web-2Stars2025.6Ohio State UniversityWeb
MCP-UniverseStars2025.5Salesforce AI ResearchMCP Tool-use
gemStars2025.5Sea AI LabMath/Code/Game/QA
MLE-DojoStars2025.5GIT, StanfordMLE
R2E-GymStars2025.4UC Berkeley/ANUSWE
SWE-smithStars2025.4Princeton/Stanford/SWE-benchSWE
atroposStars2025.4Nous ResearchGame/Code/Tool
InternBootcampStars2025.4InternBootcampCoding/QA/Game
loongStars2025.3CAMEL-AI.orgRLVR
DataSciBenchStars2025.2Tsinghuadata analysis
reasoning-gymStars2025.1open-thoughtMath/Game
llmgymStars2025.1tensorzeroTextGame/Tool
SWE-GymStars2024.12UC Berkeley/UIUC/CMU/AppleSWE
debug-gymStars2024.11Microsoft ResearchDebugging/Game/Code
gym-llmStars2024.8Rodrigo Sánchez MolinaControl/Game
AgentGymStars2024.6FudanWeb/Game
tau-benchStars2024.6SierraTool
appworldStars2024.6Stony Brook UniversityPhone Use
android_worldStars2024.5Google ResearchPhone Use
TheAgentCompanyStars2024.3CMU, DukeCoding
LlamaGymStars2024.3Rohan PandeyGame
visualwebarenaStars2024.1CMUWeb
LMRL-GymStars2023.12UC BerkeleyGame
OSWorldStars2023.10HKU, CMU, Salesforce, WaterlooComputer Use
webarenaStars2023.7CMUWeb
AgentBenchStars2023.7Tsinghua UniversityGame/Web/QA/Tool
WebShopStars2022.7Princeton-NLPWeb
ScienceWorldStars2022.3AllenAITextGame/ScienceQA
factorio-learning-environmentStars2021.6JackHopkinsGame
alfworldStars2020.10Microsoft, CMU, UWEmbodied
jerichoStars2018.10Microsoft, GITTextGame
TextWorldStars2018.6Microsoft ResearchTextGame

Under Review/Waiting for Open Source

Star History

Star History Chart

Made with ❤️ by the AgentsMeetRL community

agent
agentic-ai
agentic-coding
agentic-workflow
awesome-list
large-language-model
llm
llm-age
multiagent
reinforcement
rlhf
rlvr
tool-learning

Contributors

thinkwee

151 commits

kaiwenKevinn

3 commits

Chen-GX

3 commits

Languages

HTML

77.4%

Python

22.6%