> 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.orchestration.executors.utils

## Module Contents

### Functions

| Name                                                                           | Description                                                                                |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| [`flatten_run_args`](#nemo_gym-orchestration-executors-utils-flatten_run_args) | Flatten a nested run config dict into shell-quoted ++key.path=value Hydra override tokens. |

### API

```python
nemo_gym.orchestration.executors.utils.flatten_run_args(
    run: dict[str, typing.Any],
    prefix: str = ''
) -> list[str]
```

Flatten a nested run config dict into shell-quoted ++key.path=value Hydra override tokens.