openrlhf/sft, dpo, rm, grpo, ppo,
reinforce-baseline. Configuration is CLI flags rather than Hydra.
Create and submit
GRPO sets
algo.advantage.estimator=group_norm, train.colocate_all=true, vLLM/DeepSpeed sleep flags. All roles share GPUs (colocate hybrid engine). Topology expands to each role’s num_nodes / num_gpus_per_node.
no_std_norm in the recipe is the Dr.GRPO setting.
openrlhf/reinforce-baseline is REINFORCE++-baseline (global batch norm + group mean). The other frameworks do not offer that estimator.
Image smoke
Operators:./deploy/docker/build-runtimes.sh openrlhf and scripts/image_smoke.py. Users only need a deployment that already published the image.