Avi Chawla (@_avichawla)
OpenClaw가 RL을 만났다는 발표입니다. 기존엔 에이전트가 메모리 파일과 스킬로 적응했으나 기본 모델 가중치는 변하지 않았고, OpenClaw-RL은 이를 해결한다고 설명합니다. 자체 호스팅 모델을 OpenAI 호환 API로 래핑하여 OpenClaw의 실시간 대화를 가로채 정책(policy)을 실시간으로 학습시키는 접근입니다.

Avi Chawla (@_avichawla) on X
OpenClaw meets RL! OpenClaw Agents adapt through memory files and skills, but the base model weights never actually change. OpenClaw-RL solves this! It wraps a self-hosted model as an OpenAI-compatible API, intercepts live conversations from OpenClaw, and trains the policy in