SO100 Arm Unable to Lift Cube with Camera + Privileged Information Training #2743
Unanswered
Samyarrahimi
asked this question in
Q&A
Replies: 1 comment
-
Please see the following comments for reference on your case |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm training an SO100 robotic arm to lift a cube using a combination of camera observations and privileged information, but the arm is failing to successfully lift the cube.
The arm trains but cannot successfully grasp and lift the cube. It approaches the cube but fails to execute proper grasping and lifting motions.
Visual Overview
rl-video-step-60000.mp4
Setup Details
I'm using a manager-based environment with configs from lift_env_cfg.py. The only difference is that I've added a camera to the SO100 to incorporate visual observations.
Observations Config:
Rewards Config:
SKRL PPO config:
Questions
Are there known issues with combining camera and privileged observations for manipulation tasks in IsaacLab?
Are there specific PPO hyperparameters or reward function considerations for this type of multi-modal observation setup?
Are there example configurations or scripts available for SO100 arm manipulation with visual observations?
Any guidance on debugging this setup or recommendations for alternative approaches would be greatly appreciated!
After 110,000 reinforcement learning steps, the robot has not learned to lift the cube. due to the hardware constraints (memory) I cannot train with more than 32 environments.
Beta Was this translation helpful? Give feedback.
All reactions