nemo_gym.cli.eval
nemo_gym.cli.eval
Module Contents
Classes
Functions
API
Bases: BaseNeMoGymCLIConfig
Prepare benchmark data by running the benchmark’s prepare.py script.
The benchmark is identified from a config_paths entry pointing to a benchmarks/*/config.yaml file.
Examples:
num_prepare_benchmark_processes
prepare_script_args
use_cached_prepared_benchmarks
Render the gym list benchmarks <name> inspect view for one benchmark.
List available benchmarks, or inspect one by name (gym list benchmarks <name>). Optionally filtered
by a query (the gym search entry point).
A benchmark is a specific kind of environment, so it shares gym list environments’ columns (name,
domain, description) and reads them through the same read_config_metadata helper. --search-dir
adds extra roots to scan on top of the cwd and built-ins.
CLI command: prepare benchmark data.