openpipe/art

Agent Reinforcement Trainer: train multi-step agents for real-world tasks using GRPO. Give your agents on-the-job training. Reinforcement learning for...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 19 minutes ago
Added to GitGenius on September 5th, 2026
Created on March 10th, 2025
Open Issues & Pull Requests: 130 (+0)
GitHub issues: Enabled
Number of forks: 983
Total Stargazers: 10,705 (+0)
Total Subscribers: 69 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 29.9 hours
Mean response time: 14.0 days
90th percentile: 54.7 days
Tracked items: 122

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 77% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 8% of issues opened in the past year have been closed. Three people close 66% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 65
New in 7 days: 4
Closed in 7 days: 1
Avg open age: 313 days
Stale 30+ days: 61
Stale 90+ days: 59

Recent activity

Opened in 7 days: 4
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (27)
  • enhancement (18)
  • question (10)
  • discussion (3)
  • documentation (2)

Detailed Description

Agent Reinforcement Trainer is a reinforcement learning framework that trains multi-step agents for real-world tasks using GRPO.

The tool addresses the challenge of training language model agents to perform complex, multi-step workflows by applying group relative policy optimization. Rather than relying on supervised fine-tuning alone, it enables on-the-job training where agents learn through reinforcement signals during task execution. This approach allows models to improve their decision-making and action sequences based on task outcomes, making them more capable at reasoning through multi-step problems.

The framework supports multiple model families including Qwen, Llama, and open-source alternatives, making it accessible across different base models. It is suited for teams building agentic systems who want to move beyond static instruction-following toward adaptive agents that improve through experience. The tool integrates LoRA-based training, allowing efficient fine-tuning without requiring full model retraining.

Development activity shows consistent engagement with the codebase, with regular commits addressing both new features and maintenance. The project maintains active documentation and examples demonstrating practical usage patterns. Community contributions are integrated steadily, indicating ongoing refinement of the training pipeline and model support.