> 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 AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/gym/_mcp/server.

# nemo_gym.decorators

## Module Contents

### Functions

| Name                                                | Description                                                             |
| --------------------------------------------------- | ----------------------------------------------------------------------- |
| [`experimental`](#nemo_gym-decorators-experimental) | Decorator that prints an experimental warning before the function runs. |

### API

```python
nemo_gym.decorators.experimental(
    fn
)
```

Decorator that prints an experimental warning before the function runs.