nemo_gym.cli
nemo_gym.cli
Module Contents
Classes
Functions
API
Bases: BaseNeMoGymCLIConfig
Start NeMo Gym servers for agents, models, and resources.
Examples:
Bases: BaseNeMoGymCLIConfig
Run tests for all server modules in the project.
Examples:
Bases: RunConfig
Test a specific server module by running its pytest suite and optionally validating example data.
Examples:
Run core NeMo Gym tests with coverage reporting (runs pytest with —cov flag).
Examples:
Display a list of available NeMo Gym CLI commands.
Examples:
Display the resolved Hydra configuration for debugging purposes.
Examples:
Initialize a new resources server with template files and directory structure.
Examples:
List packages installed in a server’s virtual environment.
Start NeMo Gym servers for agents, models, and resources.
This command reads configuration from YAML files specified via +config_paths and starts all configured servers.
The configuration files should define server instances with their entrypoints and settings.
Examples:
Display gym version and system information.