areal-project/AReaL

The RL Bridge for LLM-based Agent Applications. Made Simple & Flexible.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 14 minutes ago
Added to GitGenius on September 11th, 2026
Created on February 24th, 2025
Open Issues & Pull Requests: 131 (+0)
GitHub issues: Enabled
Number of forks: 600
Total Stargazers: 5,751 (+0)
Total Subscribers: 36 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

AReaL is a reinforcement learning infrastructure designed to bridge foundation model training with agent-based applications. It implements a fully asynchronous RL training paradigm optimized for efficiency and scalability when training large-scale reasoning and agentic models.

The tool addresses the challenge of making RL training accessible and cost-effective for developers building AI agents. Its approach centers on asynchronous training that decouples data collection from model updates, enabling stable training at scale. The system supports both agentic RL and online RL training for black-box agent applications, with customization available through configuration changes like replacing the base URL. It includes token masking techniques such as KPop, a bidirectional binary KL divergence approach, and importance-ratio-based alternatives for fine-grained control over training dynamics.

Developers should consider AReaL if they are training reasoning or agentic models at scale and need a system designed specifically for asynchronous RL workflows. The tool suits projects requiring flexible agent customization without deep infrastructure changes. It is particularly relevant for teams building math, coding, search, or customer service agents where the README demonstrates state-of-the-art performance results.

The maintainers respond to new issues and pull requests within a day. Work in the issue tracker centers on bug reports, questions from users, and calls for community contributions.