aiagent.club
English
GitHub 仓库

rllm-org/rllm

Python 首次收录 2025-01-26 更新于 2026-09-12 查看源 ↗

在全部 GitHub 仓库 中按Star排名第 304(共 803)

5.8k Star

Democratizing Reinforcement Learning for LLMs

项目介绍

Agentic RL on any harness, with any backend, on any benchmark.

rLLM is an open-source framework for training language agents with reinforcement learning. Bring any harness, run it in any sandbox, and switch training backends with one flag — the same agent code drives both eval and training.

rLLM requires Python >= 3.11. You can install it either directly via pip or build from source.

This installs dependencies for running rllm CLI with the tinker backend (single-machine, Tinker API). For other backends:

For building from source or Docker, see the installation guide.

Define a rollout (your agent) and an evaluator (your reward function), then hand them to the trainer:

During training,…

摘自 github.com/rllm-org/rllm

最新指标

Star 5.8k 2026-09-12
Fork 615 2026-09-12
提交 1.9k 2026-09-12
发布 4 2026-09-12
Watcher 30 2026-09-12
开放 issue 77 2026-09-12
开放 PR 85 2026-09-12