verl is a reinforcement learning framework for large language models (LLMs) developed by Volcano Engine. It provides end-to-end RL training (e.g., PPO, GRPO) with distributed compute and vLLM integration. Current version 0.7.1, actively developed and released on PyPI.
pip install verlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a WorkerGroup with an offloaded inference engine and generate text.
Upgrade Python to 3.10 or higher.
Access completions directly via list indexing.
Always use the utility function provided by verl to create the engine.