You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where self._in_place_flag is a bool tensor whose value is only between 0 and 1.
I launched play.py only to find that envs 0 is doing in-place motions.
After I commented obs_demo[self._in_place_flag, self._n_demo_dof:self._n_demo_dof+3] = 0 then it works.
The text was updated successfully, but these errors were encountered:
See this
expressive-humanoid/legged_gym/legged_gym/envs/h1/h1_mimic.py
Line 427 in aa14b93
where self._in_place_flag is a bool tensor whose value is only between 0 and 1.
I launched play.py only to find that envs 0 is doing in-place motions.
After I commented
obs_demo[self._in_place_flag, self._n_demo_dof:self._n_demo_dof+3] = 0
then it works.The text was updated successfully, but these errors were encountered: