Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions recipe/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Recipe
The examples under `recipes/` are representative extensions to verl for specific end-to-end RL training recipes.
The help the community reproduce experiments, verl team provides a snapshot of the codebase when each recipe is initially PR'ed to verl main. You can find them via [github branches](https://github.com/volcengine/verl/branches/all?query=recipe)
> Update 2025/11/25: recipes have been moved to a new repository: [verl-recipe](https://github.com/verl-project/verl-recipe).

verl is designed to be a modular, extensible framework for post-training: SFT and RL. Recipe is expected to import verl as a library, with necessary extensions to build specific RL training pipeline. If you find verl can't meet recipe's requirements, please open an issue or PR to verl.

There's still some incubation recipes kept here, which is expected to be offically supported in verl in the future.
- fully_async_policy: fully asynchronous off-policy training with decoupled trainer and rollout.
- transfer_queue: high performance asynchronous streaming data management system.
- vla: VLA model RL training.

# Awesome work using verl

Expand Down
13 changes: 0 additions & 13 deletions recipe/langgraph_agent/__init__.py

This file was deleted.

Loading