nemo_gym.exporters
nemo_gym.exporters
Run-metadata exporters.
setup_exporters opens one exporter per configured backend during global config resolution; call
sites then fan out through the module-level export_* helpers.
A backend’s module — and with it a multi-hundred-millisecond tracking SDK import — is loaded only
once its config says it is wired up. That is why the registry pairs each backend with a config
model from config_types rather than asking the exporter class whether it is available.
Submodules
Package Contents
Functions
Data
API
The exporters opened for this process. Empty when no backend is configured.
Open every backend that is fully configured, and log the run config to each.
Replaces any previously opened exporters. A backend that fails to start is skipped with a warning: telemetry must not take the run down with it.
Close all open exporters. Safe to call repeatedly and when none are open.