nemo_gym.benchmarks
nemo_gym.benchmarks
Benchmark discovery and preparation utilities.
Module Contents
Classes
Functions
Data
API
Bases: BaseModel
agent_name
dataset
name
num_repeats
path
classmethod
classmethod
parse_no_environment for listing: fill unset ??? values and undefined ${...} interpolations
with a placeholder so a benchmark referencing runtime-only values can still be identified. Never mutates
the caller’s config; errors other than those two propagate.
??? is filled anywhere; ${...} only where parse forces resolution (top-level and server sections),
not inside arbitrary non-server nested dicts — fine for listing, whose interpolations live in servers.