unilab.algos.torch.hora.runtime¶
Config-driven runtime selection helpers for HORA teacher-policy RL.
Functions
|
Check whether the resolved algo config selects the HORA APPO runtime. |
|
Check whether the resolved algo config selects the HORA PPO runtime. |
|
Check whether the resolved algo config selects the HORA SAC runtime. |
|
Return the explicit HORA runtime marker from a resolved algo config. |
- unilab.algos.torch.hora.runtime.resolve_hora_runtime_impl(rl_cfg)[source]¶
Return the explicit HORA runtime marker from a resolved algo config.
- unilab.algos.torch.hora.runtime.is_hora_appo_runtime(rl_cfg)[source]¶
Check whether the resolved algo config selects the HORA APPO runtime.