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

Class VecTaskGPUWrapper

unihsi/env/tasks/vec_task_wrappers.py:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 return
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

no outgoing calls

Tested by

no test coverage detected