Manipulator Agnostic Gripper Control for Reinforcement Learning #2691
-
IntroHi! I am a Ph.d student and am using MuJoCo (MJX) for research in Deep Reinforcement Learning. I am unsure rather to post this question in the Brax repo or here, so sorry if this is misplaced :) My setupMy system setup is
My questionI am looking to train an RL algorithm to move and actuate a gripper for manipulation tasks. While i could attach the gripper to a manipulator like the Franka Panda or the UR, I ideally want to train a policy which produces changes in end-effector poses such that I can handle the manipulator control externally and have the policy be manipulator agnostic. I know that in MuJoCo there exists mocap objects which i can weld to the gripper with a free joint and then control the grippers pose using the mocap object. Using sliding joint actuators I also have to deal with actuator dynamics and their gains which is a non issue with the mocap object, and therefore at the moment i would prefer the mocap approach. Is it possible to use the MLP outputs to control the mocap pose without actuators? A minimal example, pseudo code or just some clarification would me immensely appreciated! :) Thanks in advance! Minimal model and/or code that explain my questionNo response Confirmations
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Why aren't you using a Cartesian controller? https://youtu.be/s-0JHanqV1A (link to model therein) |
Beta Was this translation helpful? Give feedback.
Why aren't you using a Cartesian controller?
https://youtu.be/s-0JHanqV1A (link to model therein)