Skip to content
Merged
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
9 changes: 6 additions & 3 deletions docs/contribute/rl-framework-integration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

# Training Framework Integration

This section covers how to integrate NeMo Gym into a new training framework. This content is for expert users who cannot use existing training framework integrations and need to implement their own.
These guides cover how to integrate NeMo Gym into a new RL training framework. Use them if you're:

:::{note}
Most users should use an existing integration such as NeMo RL. Refer to these guides only if you are integrating an RL training framework or need to understand the integration requirements.
- A training framework maintainer adding NeMo Gym support
- Contributing NeMo Gym integration for a training framework that doesn't have one yet

:::{tip}
Just want to train models? Use {ref}`NeMo RL <rl-training-with-nemo-rl>` instead.
:::

## Prerequisites
Expand Down