unilab.algos.torch.hora.appo.resolve_hora_appo_runtime

unilab.algos.torch.hora.appo.resolve_hora_appo_runtime(rl_cfg)[source]

Resolve HORA APPO entrypoints from an explicit runtime marker.

Parameters:

rl_cfg (dict[str, Any]) – Resolved algorithm config dictionary from Hydra composition.

Return type:

HoraAPPORuntime | None

Returns:

HoraAPPORuntime when the owner config selects HORA APPO, otherwise None.