unilab.algos.torch.hora.runtime.is_hora_appo_runtime

unilab.algos.torch.hora.runtime.is_hora_appo_runtime(rl_cfg)[source]

Check whether the resolved algo config selects the HORA APPO runtime.

Parameters:

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

Return type:

bool

Returns:

True when the config explicitly selects the HORA APPO runtime.