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 ↓

Summary Information

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

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

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

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.