These errors appear when running ng_run or ng_collect_rollouts. NeMo Gym validates configuration at startup before launching servers.
Configuration for complete configuration syntax and options.
Errors that prevent servers from starting.
When: A required variable (usually in env.yaml) is not defined.
Fix: Add the missing value to env.yaml:
Or pass via command line:
When: A server config references another server that doesn’t exist or isn’t loaded.
Common causes:
+config_pathsFix:
+config_paths:Errors where config structure is correct but values are invalid.
When: Config has the right structure (server type, entrypoint) but contains invalid field values.
Common causes:
domain value for resources serverslicense value in dataset configsFix: Check the validation error path (for example, resources_servers -> example_server -> domain) and update the field with a valid value. Refer to configuration-reference for valid field values.
To continue with invalid configs (invalid servers will be skipped):
Bypassing validation means invalid servers won’t start. Use this only for debugging, not production.