Add QuadrupedAMP task, based on HumanoidAMP method #113
+5,932
−0
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 :)