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

Method __init__

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

Source from the content-addressed store, hash-verified

33
34class VecTaskCPUWrapper(VecTaskCPU):
35 def __init__(self, task, rl_device, sync_frame_time=False, clip_observations=5.0, clip_actions=1.0):
36 super().__init__(task, rl_device, sync_frame_time, clip_observations, clip_actions)
37 return
38
39class VecTaskGPUWrapper(VecTaskGPU):
40 def __init__(self, task, rl_device, clip_observations=5.0, clip_actions=1.0):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected