Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Template for Experimentation on Adversarial Motion Priors (AMP) Algorithm via DeepMimic Library #183

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Shivamkak19
Copy link
Contributor

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:

https://xbpeng.github.io/projects/AMP/index.html

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 script DeepMimic/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:

"DeepMimic/data/motions/humanoid3d_walk.txt"
"DeepMimic/data/motions/humanoid3d_jog.txt"
"DeepMimic/data/motions/humanoid3d_run.txt"

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 see templates/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.

Shivamkak19 and others added 3 commits January 20, 2025 03:35
…dversarial Motion Priors (AMP) algorithm via the DeepMimic library

Set up template for AMP in Deepmimic Library
@Shivamkak19
Copy link
Contributor Author

@conglu1997 Hi! Wanted to bump this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant