MCPcopy Create free account
hub / github.com/BeingBeyond/BeTTER / _np_array

Function _np_array

tools/render/render_episode.py:948–951  ·  view source on GitHub ↗
(values: Any)

Source from the content-addressed store, hash-verified

946
947
948def _np_array(values: Any):
949 import numpy as np
950
951 return np.asarray(values, dtype=np.float32)
952
953
954def _disable_stage_gravity(stage: Any) -> None:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected