From 1c6e64536015cbd8e4dc2b3aa1d685d0808917d7 Mon Sep 17 00:00:00 2001 From: Chris Wing Date: Thu, 11 Dec 2025 12:54:24 -0800 Subject: [PATCH] improve framing of training framework integration guide for contributing Signed-off-by: Chris Wing --- docs/contribute/rl-framework-integration/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/contribute/rl-framework-integration/index.md b/docs/contribute/rl-framework-integration/index.md index 804f34c10..de7ae9fdf 100644 --- a/docs/contribute/rl-framework-integration/index.md +++ b/docs/contribute/rl-framework-integration/index.md @@ -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 ` instead. ::: ## Prerequisites