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
Instead of iterating over the joints to get the generalized coordinate, velocities and accelerations for the observations, I would prefer to iterate over the coordinates in the compute_state_desc. You can update the code as follows if you agree:
This is cleaner, because a joint might have more than one coordinates and also we know the name of the coordinate instead of the joint. For example, if you do an imitation learning you might want to compare coordinates directly.
The text was updated successfully, but these errors were encountered:
Instead of iterating over the joints to get the generalized coordinate, velocities and accelerations for the observations, I would prefer to iterate over the coordinates in the
compute_state_desc
. You can update the code as follows if you agree:This is cleaner, because a joint might have more than one coordinates and also we know the name of the coordinate instead of the joint. For example, if you do an imitation learning you might want to compare coordinates directly.
The text was updated successfully, but these errors were encountered: