[Question] Cannot Train Humanoid AMP with Running Motion #2403
Unanswered
vuthanhcdt
asked this question in
Q&A
Replies: 1 comment
-
Thank you for posting this question. That is an interesting outcome from the learning setup for running. I'll move this post to our Discussions section for the team to follow up. |
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
-
Question
Hello,
I'm experimenting with the Humanoid AMP environment in skrl. When using motion data for "dance" and "walk", I was able to successfully train a policy that produced the desired behaviors. However, when switching to the "running" motion, the robot disappears from the scene even after 8000 training iterations. Upon inspection, I found that the actions returned were null.
I tried adjusting the Z-axis height offset from 0.15 to 0.25, but the issue persisted—the robot still disappears. I then modified the training parameters to include a learning rate scheduler:
With these changes, training no longer crashes, but the resulting behavior does not resemble running. When the robot makes contact with the ground, the behavior appears unstable or abnormal. Could this be due to insufficient joint stiffness, or should I adjust certain parameters for training or modify the motion file itself?
I also increased the training duration, but the performance still falls short compared to Isaac Gym, where the running behavior could be learned in about 20 minutes.
Do you have any suggestions for resolving the agent disappearance issue or improving the training performance when using "running" motion?
Thanks in advance!
video.mp4
Beta Was this translation helpful? Give feedback.
All reactions