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
The simulation environment uses velocity control as input. When the model predicts the absolute position (that is, position control), where is the code for converting the position control to velocity control? I only found the code 6d rotation to axis angle representation
if self.abs_action:
env_action = self.undo_transform_action(action)
The text was updated successfully, but these errors were encountered:
The simulation environment uses velocity control as input. When the model predicts the absolute position (that is, position control), where is the code for converting the position control to velocity control? I only found the code 6d rotation to axis angle representation
if self.abs_action:
env_action = self.undo_transform_action(action)
The text was updated successfully, but these errors were encountered: