fix: include all environments in docs#757
Merged
bxyu-nvidia merged 7 commits intomainfrom Mar 2, 2026
Merged
Conversation
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Contributor
Author
|
@cwing-nvidia lmk your thoughts on this. Had to make some changes to the training table to better differentiate each row (many envs have multiple configs and datasets). |
…vs-readme Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
cmunley1
reviewed
Feb 27, 2026
| | Newton Bench | <a href='resources_servers/newton_bench/configs/newton_bench.yaml'>newton_bench.yaml</a> | math | - | - | - | ✓ | - | Apache 2.0 | | ||
| | Ns Tools | <a href='resources_servers/ns_tools/configs/ns_tools.yaml'>ns_tools.yaml</a> | agent | - | NeMo Skills tool execution with math verification | - | - | - | - | | ||
| | Reasoning Gym | <a href='resources_servers/reasoning_gym/configs/reasoning_gym.yaml'>reasoning_gym.yaml</a> | knowledge | - | - | - | ✓ | - | Apache 2.0 | | ||
| | Reasoning Gym | <a href='resources_servers/reasoning_gym/configs/resources_only.yaml'>resources_only.yaml</a> | knowledge | - | - | - | - | - | - | |
Contributor
There was a problem hiding this comment.
I think should be removed. just resources server for unsloth verifier only integration.
cmunley1
reviewed
Feb 27, 2026
| | Resource Server | Config | Domain | Dataset | Description | Value | Train | Validation | License | | ||
| | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ----- | ---------- | --------------------------------------------------------- | | ||
| | Arc Agi | <a href='resources_servers/arc_agi/configs/arc_agi.yaml'>arc_agi.yaml</a> | knowledge | - | - | - | - | ✓ | - | | ||
| | Aviary | <a href='resources_servers/aviary/configs/aviary.yaml'>aviary.yaml</a> | math | - | - | - | ✓ | ✓ | Apache 2.0 | |
Contributor
There was a problem hiding this comment.
i think this config should be removed maybe also in general from the repo, as it seems dupe of gsm8k
bxyu-nvidia
approved these changes
Mar 2, 2026
abubakaria56
pushed a commit
to abubakaria56/Gym
that referenced
this pull request
Mar 2, 2026
Multiple issues reporting missing environments. This PR enables every environment (on an individual config level) to show up in the docs. Because of this, actual config names are shown in the hyperlinks. --------- Signed-off-by: Frankie Siino <fsiino@nvidia.com>
ryan-lempka
added a commit
that referenced
this pull request
Mar 3, 2026
Rebases onto main (picks up #757 which enabled all environments in docs) and runs update_resource_servers.py to add spider2_lite to the README table. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Ryan Lempka <rlempka@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.
Multiple issues reporting missing environments. This PR enables every environment (on an individual config level) to show up in the docs. Because of this, actual config names are shown in the hyperlinks.