Add QuadrupedAMP task, based on HumanoidAMP method#113
Open
dtch1997 wants to merge 6 commits intoisaac-sim:mainfrom
Open
Add QuadrupedAMP task, based on HumanoidAMP method#113dtch1997 wants to merge 6 commits intoisaac-sim:mainfrom
dtch1997 wants to merge 6 commits intoisaac-sim:mainfrom
Conversation
Collaborator
|
It's very impressive @dtch1997, great work! Need to discuss with @gavrielstate the next steps. |
Author
|
Thanks so much for the kind words @ViktorM ! I look forward to hearing about the next steps. It is not included in this PR yet but I have much better results now, which can be viewed here: https://drive.google.com/drive/folders/1w0VEceadkjB0cewBJOzVZmT5wg9pLACt?usp=sharing |
AIWintermuteAI
added a commit
to AIWintermuteAI/IsaacGymEnvs
that referenced
this pull request
Aug 27, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continuation of #111
Hello, thank you very much for open-sourcing IsaacGymEnvs.
As part of my research, I have created a draft implementation of AMP for legged quadrupeds.
To test pre-trained model:
To train a new model:
Sample trotting example (
dog_trot_hq.txt):trot_viz_ref.mp4
At the moment, there is some unexplained drift in the policy. I am unsure of the cause but I am hopeful that upgrading to better motion-capture will fix this issue.
Motion-capture obtained by:
(i) copies of https://github.com/erwincoumans/motion_imitation/tree/master/motion_imitation/data/motions
(ii) taking trained policies from motion_imitation repo and recording the robot state at every env step. (
dog_trot_hq.txt,dog_spin_hq.txt,dog_pace_hq.txt`)Let me know what you think :)