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 a previous answer (#53) you said: "First, the raw action is scaled by 0.05. The result is added to the current joint position to obtain the target angles of the joints".
Can you explain how you obtain the target angles of the joint from a displacement on the end-effector? I can't find anywhere in the code.
thank you in advance!
The text was updated successfully, but these errors were encountered:
There are two types of environment, the environment where we control the displacement of the end-effector (PandaReach-v3, PandaPush-v3, ...), and those where we control the displacement of the joints (PandaReachJoints-v3, PandaPushJoints-v3, ...). Your question was about the environments where we control the displacement of the joints. The answer is here. For the environments where we control the end-effector displacement, the answer is here.
In a previous answer (#53) you said: "First, the raw action is scaled by 0.05. The result is added to the current joint position to obtain the target angles of the joints".
Can you explain how you obtain the target angles of the joint from a displacement on the end-effector? I can't find anywhere in the code.
thank you in advance!
The text was updated successfully, but these errors were encountered: