unilab.algos.torch.hora.appo¶
HORA-owned APPO entry helpers.
Functions
|
Play HORA APPO checkpoints with grouped actor and privileged inputs. |
|
Resolve HORA APPO entrypoints from an explicit runtime marker. |
Classes
Resolved HORA APPO entrypoints used by the generic APPO script. |
- class unilab.algos.torch.hora.appo.HoraAPPORunner[source]¶
Bases:
APPORunnerAPPO runner variant that preserves grouped HORA observations.
- class unilab.algos.torch.hora.appo.HoraAPPORuntime[source]¶
Bases:
objectResolved HORA APPO entrypoints used by the generic APPO script.
- Parameters:
- Returns:
Immutable entrypoint bundle consumed by generic APPO script assembly.
-
runner_cls:
type[HoraAPPORunner]¶
- unilab.algos.torch.hora.appo.play_hora_appo(cfg, rl_cfg, *, root_dir, resolve_checkpoint_path)[source]¶
Play HORA APPO checkpoints with grouped actor and privileged inputs.
- unilab.algos.torch.hora.appo.resolve_hora_appo_runtime(rl_cfg)[source]¶
Resolve HORA APPO entrypoints from an explicit runtime marker.