> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/gym/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/gym/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/gym/_mcp/server.

# Overview

Welcome! We are excited to have you contribute to NeMo Gym. Whether you are adding new training environments, integrating RL frameworks, improving documentation, or fixing bugs, your contributions help advance RL training.

***

## Ways to Contribute

New environments expand Gym's training capabilities.

* Novel training environments (coding, reasoning, tool use, games, and so on)
* Benchmark integrations (such as SWE-Bench and Tau Bench)

→ Refer to [contribute-environments](/contribute/environments) for guidance.

Have a preferred training framework? Help integrate it with NeMo Gym.

→ Refer to [training-framework-integration](/contribute/rl-framework-integration) for integration guides.

* New tutorials and advanced guides
* Code examples and best practices
* API documentation improvements

- Found a bug? [Open an issue](https://github.com/NVIDIA-NeMo/Gym/issues/new?template=bug.md) with reproduction steps.
- Want to fix one? Check [open issues](https://github.com/NVIDIA-NeMo/Gym/issues) for bugs to tackle.

Have an idea for a new feature or improvement? [Open an issue](https://github.com/NVIDIA-NeMo/Gym/issues/new?template=feature.md) to start a discussion!

***

## Before You Start

All contributions require signed commits and DCO sign-off. Refer to [development-setup](/contribute/development-setup) for environment setup, CI/CD requirements, and commit signing instructions.

**Not sure where to start?** Check our [open issues](https://github.com/NVIDIA-NeMo/Gym/issues) or create a new issue to discuss your idea.