MCPcopy Create free account
hub / github.com/InternRobotics/UniHSI / reset

Method reset

unihsi/env/tasks/vec_task_wrappers.py:52–54  ·  view source on GitHub ↗
(self, env_ids=None)

Source from the content-addressed store, hash-verified

50 return
51
52 def reset(self, env_ids=None):
53 self.task.reset(env_ids)
54 return torch.clamp(self.task.obs_buf, -self.clip_obs, self.clip_obs).to(self.rl_device)
55
56 @property
57 def amp_observation_space(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected