OpenForgeRL is an open-source framework that allows researchers to train harness-based AI agents end-to-end using standard reinforcement learning stacks. It achieves this by decoupling training from inference through a lightweight proxy that records model calls as data and a Kubernetes orchestrator that manages remote container rollouts.

  • The system supports diverse environments, including tool/claw-based agents and multimodal GUI browser agents.
  • OpenForgeClaw achieved 31.7 pass^3 on ClawEval and 33.7 on QwenClawBench using only hundreds to a few thousand tasks.
  • OpenForgeGUI reached 37.7 on OSWorld-Verified, 63.0 on Online-Mind2Web, and 72.3 on WebVoyager.
  • Both variants outperform open baselines of similar size and match or surpass larger models in GUI settings.
  • Analysis reveals that harness choice significantly impacts learning difficulty and that RL improves reliability metrics like self-verification.

The framework enables agents to be trained directly in the real harnesses and environments where they are deployed, facilitating easier study and improvement of agentic behavior.