docs: revamp ecosystem page, restructure training tutorials#683
Merged
bxyu-nvidia merged 25 commits intomainfrom Feb 13, 2026
Merged
docs: revamp ecosystem page, restructure training tutorials#683bxyu-nvidia merged 25 commits intomainfrom
bxyu-nvidia merged 25 commits intomainfrom
Conversation
Signed-off-by: Lawrence Lane <llane@nvidia.com>
Simplify intro to emphasize goal of supporting broad set of RL training frameworks and environment libraries. Add contribution invite with link to issue template. Remove unnecessary tip box for new users. Signed-off-by: Chris Wing <cwing@nvidia.com>
- Move model recipes (Nemotron Nano, Super) to new docs/model-recipes/ section - Simplify training framework integrations list in ecosystem page - Rename "Unsloth Training" to "Unsloth" for consistency - Update toctree to add Model Recipes section after Training Tutorials Signed-off-by: Chris Wing <cwing@nvidia.com>
- Remove verl.md and nemo-customizer.md pages (not ready yet) - Reorganize training-tutorials/index.md with cleaner card layout - Add OpenRLHF card linking to external integration - Mark VeRL and NeMo Customizer as "Coming soon" with in-progress badges - Remove card descriptions for consistency, add SFT & DPO section - Reorder cards to match ecosystem page Signed-off-by: Chris Wing <cwing@nvidia.com>
- Rename page to "Agentic RL Ecosystem" - Simplify training framework list with specific tutorial descriptions - Condense environment library integrations with README link - Reframe NeMo libraries section as "related tools for your workflow" - Remove redundant sections (community, building custom environments) - Update RL framework integration guide to link to training tutorials index Signed-off-by: Chris Wing <cwing@nvidia.com>
- Move nemo-rl-grpo/, unsloth-training.md, offline-training-w-rollouts.md from tutorials/ to training-tutorials/ - Update all cross-references across docs Signed-off-by: Chris Wing <cwing@nvidia.com>
- Add descriptions to training framework grid cards on training-tutorials page - Refine ecosystem page and model-recipes intro - Update cross-references and nav (index, tutorials, data, get-started) - Remove nemotron-super recipe Signed-off-by: Chris Wing <cwing@nvidia.com>
# Conflicts: # docs/environment-tutorials/multi-node-docker.md # docs/index.md # docs/training-tutorials/index.md
3a31fed to
c7620b7
Compare
Files moved from docs/tutorials/ to docs/training-tutorials/ during the integrations-content merge left stale cross-references in six files. Signed-off-by: Chris Wing <cwing@nvidia.com>
Signed-off-by: Chris Wing <cwing@nvidia.com>
Replace per-framework cards with category-level cards (RL/GRPO and SFT/DPO) to avoid playing favorites and scale as frameworks are added. Signed-off-by: Chris Wing <cwing@nvidia.com>
- Fix ecosystem card badge (nemo-framework → ecosystem/integrations) - Fix typo: mult-node → multi-node in training-tutorials index - Fix TRL badge from primary to secondary for consistency - Fix stale link in nemo-rl-grpo to creating-training-environment - Remove duplicate training content from tutorials/index.md Signed-off-by: Chris Wing <cwing@nvidia.com>
…ting-resource-server - Fix multi-node-training.md link to creating-resource-server (now points to /environment-tutorials/creating-training-environment) - Fix creating-resource-server.md link to offline-training-w-rollouts (now uses absolute path) Signed-off-by: Chris Wing <cwing@nvidia.com>
c7620b7 to
99c4cbd
Compare
- Wrap SFT & DPO card in grid container in training-tutorials/index.md - Remove trailing transition (---) from tutorials/index.md - Remove multi-verifier-training.md (will be added in a separate PR) Signed-off-by: Chris Wing <cwing@nvidia.com>
…DME tables These servers (Reasoning Gym, Aviary, Xlam FC, Math With Code) lack huggingface_identifier in their configs, causing the update-readme-table pre-commit hook to fail. Signed-off-by: Chris Wing <cwing@nvidia.com>
lbliii
previously approved these changes
Feb 13, 2026
…ecosystem Signed-off-by: Brian Yu <bxyu@nvidia.com>
bxyu-nvidia
approved these changes
Feb 13, 2026
fsiino-nvidia
pushed a commit
that referenced
this pull request
Feb 21, 2026
resolves #557 ## Summary - Rewrite ecosystem page: now covering training framework integrations (NeMo RL, TRL, Unsloth, OpenRLHF), environment library integrations (Reasoning Gym, Aviary, etc.), and related NeMo libraries - Move training tutorials from `docs/tutorials/` to `docs/training-tutorials/` for clearer separation from environment tutorials - Simplify the home page training section to use category-level cards (RL/GRPO and SFT/DPO) instead of per-framework cards - Fix broken cross-references caused by the file moves ## Test plan - [ ] Build docs locally (`make docs`) and verify no broken links - [ ] Verify all toctree entries resolve correctly - [ ] Check that training-tutorials index, ecosystem, and home page render consistently --------- Signed-off-by: Lawrence Lane <llane@nvidia.com> Signed-off-by: Chris Wing <cwing@nvidia.com> Signed-off-by: Brian Yu <bxyu@nvidia.com> Co-authored-by: Lawrence Lane <llane@nvidia.com> Co-authored-by: Brian Yu <bxyu@nvidia.com>
fsiino-nvidia
pushed a commit
that referenced
this pull request
Feb 21, 2026
resolves #557 ## Summary - Rewrite ecosystem page: now covering training framework integrations (NeMo RL, TRL, Unsloth, OpenRLHF), environment library integrations (Reasoning Gym, Aviary, etc.), and related NeMo libraries - Move training tutorials from `docs/tutorials/` to `docs/training-tutorials/` for clearer separation from environment tutorials - Simplify the home page training section to use category-level cards (RL/GRPO and SFT/DPO) instead of per-framework cards - Fix broken cross-references caused by the file moves ## Test plan - [ ] Build docs locally (`make docs`) and verify no broken links - [ ] Verify all toctree entries resolve correctly - [ ] Check that training-tutorials index, ecosystem, and home page render consistently --------- Signed-off-by: Lawrence Lane <llane@nvidia.com> Signed-off-by: Chris Wing <cwing@nvidia.com> Signed-off-by: Brian Yu <bxyu@nvidia.com> Co-authored-by: Lawrence Lane <llane@nvidia.com> Co-authored-by: Brian Yu <bxyu@nvidia.com>
fsiino-nvidia
pushed a commit
that referenced
this pull request
Feb 21, 2026
resolves #557 ## Summary - Rewrite ecosystem page: now covering training framework integrations (NeMo RL, TRL, Unsloth, OpenRLHF), environment library integrations (Reasoning Gym, Aviary, etc.), and related NeMo libraries - Move training tutorials from `docs/tutorials/` to `docs/training-tutorials/` for clearer separation from environment tutorials - Simplify the home page training section to use category-level cards (RL/GRPO and SFT/DPO) instead of per-framework cards - Fix broken cross-references caused by the file moves ## Test plan - [ ] Build docs locally (`make docs`) and verify no broken links - [ ] Verify all toctree entries resolve correctly - [ ] Check that training-tutorials index, ecosystem, and home page render consistently --------- Signed-off-by: Lawrence Lane <llane@nvidia.com> Signed-off-by: Chris Wing <cwing@nvidia.com> Signed-off-by: Brian Yu <bxyu@nvidia.com> Co-authored-by: Lawrence Lane <llane@nvidia.com> Co-authored-by: Brian Yu <bxyu@nvidia.com> Signed-off-by: Frankie Siino <fsiino@nvidia.com>
abubakaria56
pushed a commit
to abubakaria56/Gym
that referenced
this pull request
Mar 2, 2026
…eMo#683) resolves NVIDIA-NeMo#557 ## Summary - Rewrite ecosystem page: now covering training framework integrations (NeMo RL, TRL, Unsloth, OpenRLHF), environment library integrations (Reasoning Gym, Aviary, etc.), and related NeMo libraries - Move training tutorials from `docs/tutorials/` to `docs/training-tutorials/` for clearer separation from environment tutorials - Simplify the home page training section to use category-level cards (RL/GRPO and SFT/DPO) instead of per-framework cards - Fix broken cross-references caused by the file moves ## Test plan - [ ] Build docs locally (`make docs`) and verify no broken links - [ ] Verify all toctree entries resolve correctly - [ ] Check that training-tutorials index, ecosystem, and home page render consistently --------- Signed-off-by: Lawrence Lane <llane@nvidia.com> Signed-off-by: Chris Wing <cwing@nvidia.com> Signed-off-by: Brian Yu <bxyu@nvidia.com> Co-authored-by: Lawrence Lane <llane@nvidia.com> Co-authored-by: Brian Yu <bxyu@nvidia.com>
abubakaria56
pushed a commit
to abubakaria56/Gym
that referenced
this pull request
Mar 2, 2026
…eMo#683) resolves NVIDIA-NeMo#557 ## Summary - Rewrite ecosystem page: now covering training framework integrations (NeMo RL, TRL, Unsloth, OpenRLHF), environment library integrations (Reasoning Gym, Aviary, etc.), and related NeMo libraries - Move training tutorials from `docs/tutorials/` to `docs/training-tutorials/` for clearer separation from environment tutorials - Simplify the home page training section to use category-level cards (RL/GRPO and SFT/DPO) instead of per-framework cards - Fix broken cross-references caused by the file moves ## Test plan - [ ] Build docs locally (`make docs`) and verify no broken links - [ ] Verify all toctree entries resolve correctly - [ ] Check that training-tutorials index, ecosystem, and home page render consistently --------- Signed-off-by: Lawrence Lane <llane@nvidia.com> Signed-off-by: Chris Wing <cwing@nvidia.com> Signed-off-by: Brian Yu <bxyu@nvidia.com> Co-authored-by: Lawrence Lane <llane@nvidia.com> Co-authored-by: Brian Yu <bxyu@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolves #557
Summary
docs/tutorials/todocs/training-tutorials/for clearer separation from environment tutorialsTest plan
make docs) and verify no broken links