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

Method __init__

unihsi/env/tasks/vec_task_wrappers.py:40–42  ·  view source on GitHub ↗
(self, task, rl_device, clip_observations=5.0, clip_actions=1.0)

Source from the content-addressed store, hash-verified

38
39class VecTaskGPUWrapper(VecTaskGPU):
40 def __init__(self, task, rl_device, clip_observations=5.0, clip_actions=1.0):
41 super().__init__(task, rl_device, clip_observations, clip_actions)
42 return
43
44
45class VecTaskPythonWrapper(VecTaskPython):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected