-
Notifications
You must be signed in to change notification settings - Fork 32
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
AttributeError: 'MimicHumanoid' object has no attribute self.num_bodies during eval_agent.py execution #44
Comments
Thanks. There was a mismatch in behavior between IsaacGym and Lab. Pushed an update. Please let me know if you encounter any further issues. |
Thanks for the updates @tesslerc I got:
|
Thanks |
Description
Hi,
I got an error when running the following command:
python phys_anim/eval_agent.py +robot=h1 +backbone=isaacgym +motion_file=data/motions/h1_punch.npy +checkpoint=results/full_body_tracker/lightning_logs/version_0/last.ckpt +headless=False +force_flat_terrain=True
I got:
I swapped 2 lines in the following file:
ProtoMotions/phys_anim/envs/humanoid/common.py
Line 79 in 672d700
from
to
Then it works.
Hope that can be fixed soon :)
The text was updated successfully, but these errors were encountered: