unilab.algos.torch.offpolicy.runtime.OffPolicyRuntime¶
- class unilab.algos.torch.offpolicy.runtime.OffPolicyRuntime[source]¶
Bases:
objectOptional runtime overrides for the generic off-policy SAC path.
All fields are optional so custom runtimes only declare the behaviour they need to change from standard SAC.
- Parameters:
Methods
__init__([learner_cls, algo_type, ...])build_model_kwargs(*, obs_dim, critic_obs_dim)Build kwargs shared by learner construction and collector actor construction.
Attributes