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
when train :
self_rob.yaml
set has_self_collision: True
when evaluation
and after 18000 iterations, when evaluate ,it shows as the following:
So
Why is the joint movement of this agent not continuous during training? and why the trained result not work?Is it because of the collision settings in my XML or the corresponding filter_ints not being set correctly? and self_rob.xml define
The filter_int is set based on the self-collision API from IsaacGym. IsaacGym does not read the collision setting from XML so I have to set them manually. It's a bit-wise binary setting where if a body part has the same bit set to 1, they no longer collide.
@ZhengyiLuo @kangnil @kexul @siyuzou ,Hello,
I try add
in xml,
but the episode_length is still too low
when train :
self_rob.yaml
set has_self_collision: True
when evaluation
and after 18000 iterations, when evaluate ,it shows as the following:
So
Why is the joint movement of this agent not continuous during training? and why the trained result not work?Is it because of the collision settings in my XML or the corresponding filter_ints not being set correctly?
and self_rob.xml define
and filter_ints related code in humanoid.py:
Could you please provide some advices,many thanks!
The text was updated successfully, but these errors were encountered: