These guides cover how to integrate NeMo Gym into a new RL training framework. Use them if you are:
Just want to train models? See Training Tutorials for supported frameworks.
Before integrating Gym into your training framework, ensure you have:
Gym integration requires implementing the following components in your training framework:
OpenAI-compatible HTTP server requirements and existing implementations across RL frameworks.
prerequisiteFixes for on-policy training in multi-step and multi-turn scenarios to prevent train-generation mismatch.
prerequisiteImplementation components, form factor, and reference implementations from NeMo RL.
implementationValidation criteria and benchmarks to verify correct Gym integration.
validationThe typical integration workflow follows this sequence: