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
in the code the data slice is [4:(self.nb_joints - 1) * 3 + 4], which should be rotation independent positions, not the velocity
did I miss something ?
The text was updated successfully, but these errors were encountered:
Hi, I found the velocity calculation in the
forward_vel
function in losses.py may not use the correct featuresin the code the data slice is
[4:(self.nb_joints - 1) * 3 + 4]
, which should be rotation independent positions, not the velocitydid I miss something ?
The text was updated successfully, but these errors were encountered: