MCPcopy Create free account
hub / github.com/MotrixLab/insactor / reset_ref

Method reset_ref

simulate/wrappers.py:46–47  ·  view source on GitHub ↗
(self, rng: jp.ndarray, ref_traj: jp.ndarray, mask: jp.ndarray, text_embedding:jp.ndarray)

Source from the content-addressed store, hash-verified

44 """Vectorizes Brax env."""
45
46 def reset_ref(self, rng: jp.ndarray, ref_traj: jp.ndarray, mask: jp.ndarray, text_embedding:jp.ndarray) -> brax_env.State:
47 return jp.vmap(self.env.reset_ref)(rng, ref_traj, mask, text_embedding)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected