nemo_gym.orchestration.executors.utils

View as Markdown

Module Contents

Functions

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

API

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.