nemo_gym.train_data_utils
nemo_gym.train_data_utils
Module Contents
Classes
Functions
Data
API
Bases: BaseModel
Bases: Accumulator
Bases: BaseModel
Bases: BaseModel
Bases: BaseModel
The resources-server implementation (directory) that owns a declaring instance’s data.
Datasets declared by a resources server belong to its own implementation; datasets declared by an agent belong to the resources server the agent references. Self-contained agents (no resources_server reference) return None here; the validator lookup then falls back to the agent’s own directory.
Returns the conflicting metrics fpath if invalid. Else returns None
See the README section “How To: Prepare and validate data for PR submission or RL training”
Bases: BaseNeMoGymCLIConfig
Prepare and validate training data, generating metrics and statistics for datasets.
Examples:
Combines misc items (those other than response/response create params) into current metrics
Aggregates metrics and merges current metrics (containing only AvgMinMax) with StringMetrics
Check if required env variables are present for the chosen backend