New Template for Experimentation on Adversarial Motion Priors (AMP) Algorithm via DeepMimic Library #183
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
DeepMimic
library 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.DeepMimic
requires a somewhat complicated build process, so I wrote a bash scriptDeepMimic/auto_setup.sh
that handles the entire setup process.The
experiment.py
file 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.md
for 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.