Empowering OpenClaw with RL โ Train a personalized agent simply by talking to it.
Scalable RL in real-world settings โ Agentic RL for terminal, GUI, SWE, and tool-call settings.
## ๐ฐ News - **[2026/4/15]** ๐ We sincerely thank [Fireworks AI](https://fireworks.ai) for its generous support of this project, which has enabled more experiments and faster iteration. - **[2026/4/11]** โจ Qwen3.5-4B/9B/27B is supported now, both text and multi-modal! - **[2026/4/4]** ๐จโ๐ฆโ๐ฆ We support optimizing a single model based on feedback from a group of people. - **[2026/3/25]** ๐ We sincerely thank [Tinker](https://thinkingmachines.ai/tinker/) for its generous support of this project, which has enabled more experiments and faster iteration. - **[2026/3/20]** ๐ป You can use your own openclaw now, simply install [this extension](https://github.com/Gen-Verse/OpenClaw-RL/tree/main/extensions/rl-training-headers). - **[2026/3/13]** โ๏ธ OpenClaw-RL now supports both local GPU and cloud ([Tinker](https://thinkingmachines.ai/tinker/)) deployment. Launch with [**one line of code**](#combinemethod) โ Hybrid RL, OPD, and Binary RL all supported! - **[2026/3/12]** โก We support LoRA training now! - **[2026/3/10]** ๐ We have released our [**Technical Report**](https://arxiv.org/abs/2603.10165)! ๐ Ranked **#1** on [HuggingFace Daily Papers](https://huggingface.co/papers/2603.10165)! - **[2026/3/10]** ๐ฅ Huge updates today! We released a [new combination method](./openclaw-combine), along with an [interesting evaluation](./openclaw-test) of these OpenClaw-RL methods. Track 2 is released too, featuring scalable RL implementations for general agent settings across [terminal](./terminal-rl), [GUI](./gui-rl), [SWE](./swe-rl), and [tool-call](./toolcall-rl) scenarios. We only focus on real-world settings! - **[2026/3/3]** ๐ Working with the authors of [SDFT](https://arxiv.org/abs/2601.19897) and [SDPO](https://arxiv.org/abs/2601.20802), we have integrated their methods into [openclaw-opd](./openclaw-opd). We welcome the integration of novel and effective methods! - **[2026/3/3]** ๐บ Check out these community tutorial videos on OpenClaw-RL: [Video 1](https://www.youtube.com/watch?v=5xnm1vB7G64) | [Video 2](https://www.youtube.com/watch?v=ZtN6Gg_bdJE) - **[2026/2/26]** ๐ฅ We release **OpenClaw-RL v1** โ a fully asynchronous RL framework for training personalized AI agents from natural conversation feedback. --- ## ๐ก TL;DR > **OpenClaw-RL** is a fully asynchronous reinforcement learning framework that turns everyday conversations into training signals for personalized AI agents, and supports training general agents with large-scale environment parallelization. Most RL-for-LLM systems assume centralized, batch-mode training with pre-collected datasets. **OpenClaw-RL** takes a fundamentally different approach: it wraps your self-hosted model in [OpenClaw](https://openclaw.ai) as an OpenAI-compatible API, intercepts live multi-turn conversations, and continuously optimizes the policy in the background โ all without interrupting your usage.
See [`./openclaw-test/README.md`](./openclaw-test/README.md) for setup and algorithm details. Example of evaluation [results](https://github.com/Gen-Verse/OpenClaw-RL/blob/main/openclaw-test/results.txt).