Search papers, labs, and topics across Lattice.
The paper introduces ProRL Agent, a scalable infrastructure providing rollout-as-a-service for RL training of multi-turn LLM agents. By decoupling rollout orchestration from the training loop and offering standardized, extensible sandbox environments, ProRL Agent simplifies the development and deployment of RL-trained agents. Validation across diverse tasks like software engineering and coding demonstrates the system's effectiveness and generalizability.
Training multi-turn LLM agents just got easier: ProRL Agent offers a scalable, API-driven rollout service that streamlines RL training across diverse tasks.
Multi-turn LLM agents are increasingly important for solving complex, interactive tasks, and reinforcement learning (RL) is a key ingredient for improving their long-horizon behavior. However, RL training requires generating large numbers of sandboxed rollout trajectories, and existing infrastructures often couple rollout orchestration with the training loop, making systems hard to migrate and maintain. Under the rollout-as-a-service philosophy, we present ProRL Agent , a scalable infrastructure that serves the full agentic rollout lifecycle through an API service. ProRL Agent also provides standardized and extensible sandbox environments that support diverse agentic tasks in rootless HPC settings. We validate ProRL Agent through RL training on software engineering, math, STEM, and coding tasks. ProRL Agent is open-sourced and integrated as part of NVIDIA NeMo Gym.