| 37 | return |
| 38 | |
| 39 | class 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 | |
| 45 | class VecTaskPythonWrapper(VecTaskPython): |
nothing calls this directly
no outgoing calls
no test coverage detected