unilab.algos.torch.hora.runtime.is_hora_ppo_runtime
-
unilab.algos.torch.hora.runtime.is_hora_ppo_runtime(rl_cfg)[source]
Check whether the resolved algo config selects the HORA PPO 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 PPO runtime.