#58 · Primary category: MLOps & Evaluation
rllm
Democratizing Reinforcement Learning for LLMs
Project last updated:08/24/26
GitHub Stars
5.8K
Forks
613
Contributors
90
License
Apache-2.0
Why we included this project
Most people try to improve LLM-based agents by writing better prompts. rLLM instead treats the agent as something you can train, applying reinforcement learning directly to the model that drives it. The framework handles the fiddly operational parts: you bring your own agent harness or wrap one, run rollouts in Docker, Daytona, Modal, or locally, and switch training backends with a single flag. Because the same agent code drives both evaluation and training, teams avoid the common mismatch between how a model is scored and how it is updated. With 60+ built-in benchmarks and support for GRPO, REINFORCE, and RLOO, it is a realistic starting point for labs and applied research teams that want modern RL training results without assembling the distributed-training stack themselves.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models