unilab.algos.torch.rsl_rl_runtime.RslRlPPORuntime¶
- class unilab.algos.torch.rsl_rl_runtime.RslRlPPORuntime[source]¶
Bases:
objectResolved PPO runtime consumed by the generic RSL-RL entrypoint.
- Parameters:
wrapper_cls (
type[RslRlVecEnvWrapper])
Methods
__init__(wrapper_cls)Attributes
-
wrapper_cls:
type[RslRlVecEnvWrapper]¶
- __init__(wrapper_cls)¶
- Parameters:
wrapper_cls (
type[RslRlVecEnvWrapper])