npx skills add ...
npx skills add reason-machines/trending-skills --skill openclaw-rl-training
OpenClaw-RL framework for training personalized AI agents via reinforcement learning from natural conversation feedback
npx skills add reason-machines/trending-skills --skill openclaw-rl-training
Skill by ara.so — Daily 2026 Skills collection.
OpenClaw-RL is a fully asynchronous reinforcement learning framework that converts live multi-turn conversations into training signals for personalized AI agents. It wraps a self-hosted model as an OpenAI-compatible API via OpenClaw, intercepts conversations, and continuously optimizes the policy in the background without interrupting usage. It also supports scalable RL for terminal, GUI, SWE, and tool-call agents.
Four independent async loops that never block each other:
A Process Reward Model scores each turn from next-state feedback. Uses GRPO advantage estimation with PPO-style clipped surrogate loss.
When next state reveals useful hindsight, a judge extracts a textual hint to augment the prompt, creating an enhanced teacher. Token-level log-probability gap becomes a directional advantage signal.
Merges Binary RL scalar supervision with OPD token-level directional signal. Strongest and most robust optimization.
The slime framework exposes extension points without modifying core code:
OpenClaw-RL automatically classifies API messages. Manual format for custom data:
main turns: Multi-turn interactions that form training trajectoriesside turns: Non-trainable system/utility turns excluded from trainingOut of GPU memory during rollout + training:
Async loop falling behind (buffer overflow):
PRM scores all near 0.5 (reward collapse):
next_state fields contain meaningful feedback signals--majority-vote-n 7SGLang server not starting:
Ray job submission fails: