unilab.algos.torch.appo.runtime.APPORuntime
-
class unilab.algos.torch.appo.runtime.APPORuntime[source]
Bases: object
Resolved APPO runtime entrypoints consumed by the generic script.
- Parameters:
runner_cls (type[Any]) – Runner class used for APPO training mode.
play_fn (Callable[..., str | None]) – Play-mode callable used for checkpoint playback.
- Returns:
Immutable APPO runtime bundle selected from owner config.
Methods
Attributes
-
runner_cls:
type[Any]
-
play_fn:
Callable[..., str | None]
-
__init__(runner_cls, play_fn)
- Parameters:
-