unilab.algos.torch.hora.sac.HoraSACRuntime¶
- class unilab.algos.torch.hora.sac.HoraSACRuntime[source]¶
Bases:
OffPolicyRuntimeResolved HORA-SAC hooks consumed by the generic off-policy script.
- Parameters:
Methods
__init__([learner_cls, algo_type, ...])build_model_kwargs(*, obs_dim, critic_obs_dim)Build shared learner/collector actor kwargs for the HORA-SAC actor.
Attributes
- 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>)¶