realdream-ai/AMASS
Updated • 3.4k • 8
This model works with the ProtoMotions environment.
Pre-trained Masked Mimic agent for the SMPL (no fingers) humanoid.
The goal of this model is to generate novel motions from partial constraints.
It observes:
It can be constrained using:
It predicts:
Trained in IsaacLab. The model may not perform as well in IsaacGym/Genesis.
To evaluate the model run the following command:
PYTHON_PATH protomotions/eval_agent.py +robot=smpl +simulator=isaaclab +motion_file=<path to motion file> +checkpoint=data/pretrained_models/masked_mimic/smpl/last.ckpt
motion_file to load.simulator flag --- performance may vary.+terrain=flat.For easy evaluation of a target-pose inbetween objective add the following flags
+opt=masked_mimic/constraints/no_constraint env.config.masked_mimic.masked_mimic_masking.target_pose_visible_prob=1
The no_constraint yaml file turns off all constraints. Then we only enable the target_pose visibility.