SHO252
Results
1
comments of
SHO252
I am using a custom environment based on DirectRLEnv similar to the HumanoidAmpEnv example: `class HumanoidAmpEnv(DirectRLEnv): cfg: HumanoidAmpEnvCfg def __init__(self, cfg: HumanoidAmpEnvCfg, render_mode: str | None = None, **kwargs): super().__init__(cfg,...