Gym Configuration
Before running GRPO training, you need to configure how NeMo RL connects to NeMo Gym. The training config file contains Gym-specific parameters that control data loading, environment interaction, and validation.
Goal: Understand the Gym configuration parameters for RL training.
Time: ~10 minutes (read)
In this section, you will learn:
- How to configure data paths for training and validation
- How to enable and configure NeMo Gym in NeMo RL
Prerequisites
- Read About Workplace Assistant to understand the training environment
Configuration File Location
The full training configuration file is located at:
Gym Configuration Sections
There are two Gym-specific sections in the NeMo RL training config: data and env.
Data Section
Environment Section
The vllm_model_for_training.yaml config is required for NeMo RL training integration.
Next Steps
With the Gym configuration understood, learn about the GRPO training parameters:
Continue to NeMo RL Configuration →