unilab.training.common¶
Shared helpers for training entrypoints.
Functions
Reject off-policy configs whose cfg.algo.algo does not match the requested algo. |
|
Import env modules so registry-based entrypoints can instantiate tasks. |
|
|
Return a selected Hydra config-group choice when runtime metadata is available. |
|
Create a simple file-backed logger for script-local progress messages. |
- unilab.training.common.ensure_registries()[source]¶
Import env modules so registry-based entrypoints can instantiate tasks.
- Return type:
- unilab.training.common.get_hydra_runtime_choice(cfg, group)[source]¶
Return a selected Hydra config-group choice when runtime metadata is available.