unilab.algos.torch.hora.runtime.resolve_hora_runtime_impl
-
unilab.algos.torch.hora.runtime.resolve_hora_runtime_impl(rl_cfg)[source]
Return the explicit HORA runtime marker from a resolved algo config.
- Parameters:
rl_cfg (dict[str, Any]) – Resolved algorithm config dictionary from Hydra composition.
- Return type:
str | None
- Returns:
Runtime marker string when the owner YAML selected one, otherwise None.