unilab.algos.torch.hora.appo.HoraAPPORuntime

class unilab.algos.torch.hora.appo.HoraAPPORuntime[source]

Bases: object

Resolved HORA APPO entrypoints used by the generic APPO script.

Parameters:
  • runner_cls (type[HoraAPPORunner]) – Runner class used for HORA APPO training mode.

  • play_fn (Callable[..., str | None]) – Play-mode callable used for HORA APPO checkpoint playback.

Returns:

Immutable entrypoint bundle consumed by generic APPO script assembly.

Methods

__init__(runner_cls, play_fn)

Attributes

runner_cls: type[HoraAPPORunner]
play_fn: Callable[..., str | None]
__init__(runner_cls, play_fn)
Parameters: