unilab.algos.torch.hora.distill_config.resolved_distill_runtime_cfg¶
- unilab.algos.torch.hora.distill_config.resolved_distill_runtime_cfg(cfg)[source]¶
Return checkpoint runtime fields needed to rebuild the student model.
Stage-2 checkpoints intentionally do not persist owner runtime settings such as env, reward, or domain randomization. Replay should use the currently composed owner config for those fields.
- Parameters:
cfg (
DictConfig)- Return type:
DictConfig