ART
Train AI agents with reinforcement learning and supervised fine-tuning
All Skills in This Repository (3)
Pure Emerald Level Indicatorsfix-art-issues
Fix GitHub issues in the OpenPipe/ART repository and create draft pull requests.
train-rl
Create reinforcement learning training scripts for language models using the ART framework.
train-sft
Generate Python scripts for Supervised Fine-Tuning of language models in the ART framework.
Frequently Asked Questions
FAQPage SchemaHow to install ART?โผ
Run `npx skills add OpenPipe/ART --all -g -y` in your terminal to install all skills in this suite globally.
What is ART used for?โผ
ART is an open-source framework for training LLM agents with reinforcement learning (GRPO) and supervised fine-tuning so they improve from experience on real tasks.
How do I train an agent with reinforcement learning using ART?โผ
The train-rl skill walks you through one question at a time, then generates a complete runnable RL training script with reward functions, RULER judging, and your chosen backend.
Do I need my own GPU to train models with ART?โผ
No. The ServerlessBackend trains on managed remote GPUs using a W&B API key, while LocalBackend is available if you prefer your own GPU.
Can ART fine-tune a model from my own dataset?โผ
Yes. The train-sft skill validates your JSONL dataset, computes sensible hyperparameters, and generates a ready-to-run fine-tuning or distillation script.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core