New Template for Experimentation on Adversarial Motion Priors (AMP) Algorithm via DeepMimic Library#183
Open
Shivamkak19 wants to merge 4 commits intoSakanaAI:mainfrom
Open
New Template for Experimentation on Adversarial Motion Priors (AMP) Algorithm via DeepMimic Library#183Shivamkak19 wants to merge 4 commits intoSakanaAI:mainfrom
Shivamkak19 wants to merge 4 commits intoSakanaAI:mainfrom
Conversation
…dversarial Motion Priors (AMP) algorithm via the DeepMimic library Set up template for AMP in Deepmimic Library
Contributor
Author
|
@conglu1997 Hi! Wanted to bump this |
Contributor
Author
|
@conglu1997 @corochann Following up here to publish the template! |
conglu1997
reviewed
May 2, 2025
Contributor
conglu1997
left a comment
There was a problem hiding this comment.
Thanks so much - please see the reviews, would it be possible to move the marked stuff external to avoid including big files into the repo?
Contributor
There was a problem hiding this comment.
Would it be possible to move this stuff to the README and not include submodules?
Contributor
There was a problem hiding this comment.
Could you move examples to an external github folder?
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.
This template provides a new AI Scientist template for experimentation on Adversarial Motion Priors (AMP) algorithm via the DeepMimic library
Adversarial Motion Priors
(Peng et al., 2021)presents an unsupervised reinforcement learning approach to character animation based on learning from unstructured motion data to cast natural behaviors on simulated characters.Paper Website available here:
The paper was released with the
DeepMimiclibrary as a framework for training AMP agents. This template for the AI-Scientist allows users to experiment with modifications to the base AMP algorithm within the DeepMimic library.DeepMimicrequires a somewhat complicated build process, so I wrote a bash scriptDeepMimic/auto_setup.shthat handles the entire setup process.The
experiment.pyfile implements a simple training run on an AMP agent for 3 different motion files:Anothe popular (and more recent) option for experimenting with AMP is through the ProtoMotions Library, which uses NVIDIA's IsaacGym as a backbone. For this reason, I decided to go with DeepMimic as a more light-weight alternative that still allows users to test and evaluate experimental conditions on the base AMP algorithm.
Please follow
templates/amp/README.mdfor specific setup instructions, and please seetemplates/amp/examples/for example paper generations. Note, that the Semantic Scholar API was not used for any of these generations, as I am on the waiting list for an API key.I generated these papers on a "fresh-out-the-box" A100 (40 GB SXM4) on Lambda Labs by followings the instructions as indicated in
templates/amp/README.md.Hope we can all learn something cool using this template! Definitely ping me if you are able to generate an awesome paper with it.