TL;DR

A comprehensive Agentic Learning Ecosystem (ALE) providing end-to-end infrastructure for training open-source agent models, introducing the ROME model trained on over one million trajectories and the novel Interaction-Perceptive Agentic Policy Optimization (IPA) algorithm that assigns credit over semantic chunks rather than tokens.

Summary

Agent development lacks principled, open-source infrastructure for training at scale. This work introduces ALE, a three-part ecosystem combining ROLL (post-training framework), ROCK (sandbox environment manager), and iFlow CLI (agent framework) to streamline development. The key methodological contribution is IPA, which improves long-horizon training stability by assigning credit over semantic interaction chunks rather than individual tokens. The ROME model, trained on 1M trajectories within ALE, demonstrates strong performance on Terminal Bench Pro (a new improved benchmark), SWE-bench Verified, and other established benchmarks.

Key contributions

  1. Introduces the Agentic Learning Ecosystem (ALE), an integrated infrastructure with three components—ROLL post-training framework, ROCK sandbox environment manager, and iFlow CLI agent framework—enabling principled, end-to-end agent development.
  2. Proposes Interaction-Perceptive Agentic Policy Optimization (IPA), a novel training algorithm that assigns credit over semantic interaction chunks rather than token-level decisions to enhance long-horizon training stability.
  3. Presents the ROME model, a practical open-source agent trained on over one million trajectories within the ALE framework, demonstrating effectiveness across real-world agentic tasks.
  4. Introduces Terminal Bench Pro, an improved agentic benchmark with better scale and contamination control for rigorous evaluation.
  5. Establishes empirical validation showing strong performance on SWE-bench Verified and other established benchmarks, validating the effectiveness of the ecosystem-based approach.

When to cite

  1. When designing or discussing end-to-end infrastructure and pipelines for training agent models at scale.
  2. When explaining credit assignment mechanisms in long-horizon agentic tasks and why token-level optimization falls short.
  3. When evaluating or comparing open-source agent models and benchmarking frameworks for agentic capabilities.
  4. When implementing large-scale post-training approaches for agents involving trajectory collection and policy optimization.

LLM RAG Prompt Engineering Machine Learning