unilab.algos.torch.appo.runtime.resolve_appo_runtime
-
unilab.algos.torch.appo.runtime.resolve_appo_runtime(rl_cfg, *, default_play_fn)[source]
Resolve the APPO runtime bundle from owner config.
- Parameters:
rl_cfg (dict[str, Any]) – Resolved algorithm config dictionary from Hydra composition.
default_play_fn (Callable[..., str | None]) – Generic APPO play function used when no custom runtime
resolver is selected by the owner config.
- Return type:
APPORuntime
- Returns:
APPORuntime containing the train and play entrypoints for the
selected APPO runtime.