unilab.algos.torch.hora.sac¶
HORA-owned SAC entry helpers.
Functions
|
Resolve HORA-SAC hooks from an explicit owner-config runtime marker. |
Classes
Resolved HORA-SAC hooks consumed by the generic off-policy script. |
- class unilab.algos.torch.hora.sac.HoraSACRuntime[source]¶
Bases:
OffPolicyRuntimeResolved HORA-SAC hooks consumed by the generic off-policy script.
- Parameters:
- learner_cls¶
alias of
HoraSACLearner
- build_model_kwargs(*, obs_dim, critic_obs_dim)[source]¶
Build shared learner/collector actor kwargs for the HORA-SAC actor.
- __init__(learner_cls=<class 'unilab.algos.torch.hora.sac_learner.HoraSACLearner'>, algo_type='hora_sac', actor_kwargs=<factory>, supports_symmetry=False, actor_cfg=<factory>)¶