[Question] Franka Lift Cube RL with IK / OSC control #3253
Unanswered
jiwonyou0420
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that for Franka Lift Cube RL, only joint pos control is supported.
I'm trying to do Franka Lift Cube RL with IK / OSC control, and I would appreciate any help.
I added skrl cfg entry point to the registered Isaac-Lift-Cube-Franka-IK-Rel-v0 so that I can run RL. I'm using the same skrl_ppo_cfg.yaml that is used for franka lift cube, joint pos env.
However, with default ik_rel_env_cfg.py, arm motion diverged and learning failed.
After tuning the
scale
down(0.5 -> 0.08), Franka can grasp the cube but most of the time fails to bring it to goal position(sometimes succeeds, but with strange motion)20250822_134105.mp4
Is this a bug or can it be solved with controller / RL hyperparameter tuning? In general, what would be good practice for using IK / OSC controller in RL? what changes should I make to ik_rel_env_cfg.py of franka lift cube?
I'm using Isaacsim 5.0, rtx 5080, driver 570, ubuntu 22.04
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions