[Question] Seeking Advice: Training Nao Robot with RL using IsaacLab – Mimic Joints, Textures, and Physics Issues #1435
-
Hello everyone, I'm working on a project to train the Nao robot using a rl agent. I've made some progress but encountered obstacles and would greatly appreciate your insights to ensure I'm on the right track. Steps I Followed
Issues
Setup
Questions
Thanks in advance for your help! URDF modified : Environment files : nao.zip |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Thanks for posting this. There are several items to discuss here. To start, have you tried following this example and visualize the collision meshes? I will move your post into our Discussions to better address this and follow up on your example. |
Beta Was this translation helpful? Give feedback.
-
For anyone wondering why the robot was getting stuck or if it feels like there's an invisible plane, make sure to check the |
Beta Was this translation helpful? Give feedback.
For anyone wondering why the robot was getting stuck or if it feels like there's an invisible plane, make sure to check the
termination_height
variable – that was the issue I encountered.