Overview of Nemotron 3 Ultra DAPO Training with NeMo Gym
mainThis workflow uses NeMo RL for policy training and NeMo Gym for rollout and reward orchestration to perform DAPO/GRPO reinforcement learning on the nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16 model.
NeMo Gym interacts with vLLM via an OpenAI-compatible HTTP server and performs verification (e.g., math_with_judge) over generated responses.
Default Profile Specifications:
- Compute: 18 nodes total (16 for Megatron policy training, 2 for non-colocated vLLM generation).
- GPU Configuration: 4 GPUs per node.
- Parallelism: Megatron TP=8, CP=8, EP=64; vLLM TP=8.
- Sequence Length: 4k total; 2k-token rollout budget.
- Batching: 64 prompts x 16 generations per step.
- Training: 100 steps with checkpoints every 10 steps.