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
Hello!
When I execute post_physics_step method in the class Humanoid(BaseTask), there is a method called self._refresh_sim_tensors,
and then I step into the method, it jumps to the definition in the class HumaniodAMP(Humanoid) instead of that in the class Humanoid(BaseTask) itself.
I do not understand why it jumps to the definition in its son class.
Looking forward to your answer! Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
When I execute post_physics_step method in the class Humanoid(BaseTask), there is a method called self._refresh_sim_tensors,
and then I step into the method, it jumps to the definition in the class HumaniodAMP(Humanoid) instead of that in the class Humanoid(BaseTask) itself.
I do not understand why it jumps to the definition in its son class.
Looking forward to your answer! Thanks!
The text was updated successfully, but these errors were encountered: