Dev & Engineering reinforcement-learningagent-trainingawesome-listgrpoppotool-usellm-agent

AgentsMeetRL — Awesome List of Agentic Reinforcement Learning

A curated, categorized collection of open-source RL-training projects for LLM agents, with technical details and an interactive dashboard.

FollowAgents review · FARS-2.1
Not recommended
29/ 100 5-point scale 1.5 / 5
1 2 3 4 5 6
1Trust0 / 29 · 0.0/5

Evidence shows this is a curated list with no executable code or permission requests. Therefore, all trust-related criteria score 0 because there is no evidence of permission management, user confirmation, data flow transparency, sensitive data handling, dependency security, external effects, rollback, or source attribution. For source attribution, although repository and paper links are listed, no verification or audit information is provided.

2Reliability5 / 14 · 1.8/5

Self-consistency scores 2: the README's categorization and update logs are consistent, but no code or tests are provided to verify. Dependency availability scores 1: many external repositories are listed, but no dependency management or availability guarantees are provided. Failure messages score 0: no documentation of error handling or failure messages.

3Adaptability8 / 18 · 2.2/5

Audience and scenarios score 2: clearly targets researchers and developers with multiple usage scenarios. Capability boundaries score 1: although categories are defined, the specific capability boundaries of each entry are not clarified. Trigger precision scores 1: as a curated list, trigger conditions are unclear. Environment fit scores 1: no environment configuration or compatibility notes are provided.

4Convention6 / 18 · 1.7/5

Information architecture scores 2: clear categorization and well-structured tables. Install notes score 1: provides installation for Claude Code skill but no other installation or usage instructions. Naming stability scores 1: repository and category names are stable, but no version control. Examples and FAQ score 1: provides usage examples but no FAQ. Known limitations score 1: mentions possible inaccuracies but not detailed. License scores 0: no license mentioned. Versioning and changelog score 1: has update logs but no formal version numbers. Maintenance responsibility scores 1: welcomes contributions but no clear maintainers.

5Effectiveness7 / 13 · 2.7/5

Output usability scores 2: provides structured tables and categories for easy use. Marginal value scores 2: as a curated list, provides valuable resource aggregation. Cost-benefit scores 1: no cost or benefit analysis provided.

6Verifiability3 / 8 · 1.9/5

Claim traceability scores 1: provides paper and repository links but no verification methods. Cross-source corroboration scores 1: some entries have multiple sources but not systematically verified. Fact-inference separation scores 1: some content is explicitly marked as inference but not fully separated.

Evidence confidence: Low Reviewed Aug 12, 2026 Reviewed revision 4627002b3130
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Safety controls not found in source: least-privilege scoping, confirmation before acting, data-flow disclosure, sensitive-data handling, dependency security, disclosed external effects, rollback or recovery path, verifiable attribution
Before you use it
  • This repository is a curated list without executable code, so its security and reliability cannot be verified.
  • License information is missing; confirm before use.
  • Some entries may contain inaccuracies; cross-verification is recommended.
Review evidence [1]
See the full review method →

What does this agent do, and when should you use it?

AgentsMeetRL is an awesome list that systematically curates open-source repositories for training LLM agents with reinforcement learning. It spans 16 categories, including Base Framework, Search & RAG, Web & GUI, Tool-Use, Code & SWE, Multi-Agent RL, VLM Agent, Environment, and more. Built on code analysis and manually reviewed, the list aims to be a reliable reference for researchers and practitioners. It provides an interactive dashboard for visual exploration and is updated regularly (snapshot date 2026-07-23). Additionally, the repository is packaged as a Claude Code skill, turning the corpus into an on-demand assistant for agentic-RL experiment design and troubleshooting.

AgentsMeetRL is an awesome list, not a runnable software. It organizes metadata for hundreds of open-source repositories, including links, star counts, dates, organizations, paper links, and the RL frameworks used. Users can browse category-organized tables (e.g., Base Framework, Search & RAG, Web & GUI) and expand rows to see technical details like RL algorithm, reward type, and tool usage. The repository also includes an interactive dashboard website for visual exploration. Moreover, it is packaged as a Claude Code skill (agents-meet-rl) that, once installed, answers natural-language queries about agentic-RL training, such as reward design, algorithm selection, and troubleshooting common issues like flat rewards or KL divergence spikes.

  1. Researchers wanting a comprehensive overview of current agentic-RL research can browse representative projects per category.
  2. Engineers comparing RL frameworks (e.g., veRL, OpenRLHF, trl) for a multi-turn tool-use agent can use the technical details tables.
  3. Practitioners facing training issues like reward stagnation or KL explosions can query the Claude Code skill for corpus-grounded advice.
  4. Students and hobbyists can find reproducible examples and papers to learn practical agentic-RL methods.
  5. Contributors can submit new agentic-RL projects for inclusion via Issues or PRs.

What are this agent's strengths and limitations?

Pros
  • Broad categorization across 16 distinct areas, making it easy to find relevant resources.
  • Metadata is derived from code analysis and manually reviewed, adding reliability, and it is actively updated.
  • Interactive dashboard and Claude Code skill enhance search and consultation efficiency.
  • Each entry lists technical specifics (RL algorithm, reward type, tool usage) for easy comparison.
Limitations
  • As an awesome list, it provides no actual training code or runnable frameworks—only pointers.
  • Based on code analysis, there may be inaccuracies or omissions despite manual review.
  • Frequent updates may render some older entries outdated without further maintenance.
  • The Claude Code skill only benefits Claude Code users; others must browse manually.

How do you install or deploy this agent?

The repository is a list and requires no installation. To use the Claude Code skill, install it via the plugin marketplace: run /plugin marketplace add thinkwee/claude-plugins then /plugin install agents-meet-rl@thinkwee in Claude Code. Alternatively, clone the repo manually with git clone https://github.com/thinkwee/AgentsMeetRL and copy AgentsMeetRL/skills/agents-meet-rl to ~/.claude/skills/.

How do you use this agent?

After installing the skill, ask Claude Code questions like "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 the list. For browsing, visit the interactive dashboard at https://thinkwee.top/amr/ or explore the category tables directly on GitHub.

FAQ

Is this suitable for someone new to agentic RL?
Yes. It systematically collects open-source projects with technical details, helping beginners quickly understand the main directions and representative works. You can start with the Base Framework category and dive deeper.
Can I directly use the code from the listed projects?
This list itself contains no code, but each entry links to the corresponding GitHub repository where you can find runnable code.
How do I submit a new project to the list?
The project welcomes contributions via Issues or PRs. Before submitting, verify that the project meets the criterion of having multi-turn interactions or tool use.
How accurate is the information in the list?
The list is built from code analysis (by LLM coding agents) and manually reviewed, but some errors may remain. If you spot any, please report via Issues or PRs—they will be promptly addressed.

Related agents