You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trained h1 in stage 1, everything is OK; Then in stage 2, my input is:
"python phys_anim/train_agent.py +exp=masked_mimic +robot=h1 +backbone=isaacgym motion_file=data/motions/h1_punch.npy gt_actor_path=results/full_body_tracker",
but it said :
"ConfigValueError('Item not found in ListConfig\n full_key: config.robot.isaacgym_body_names\n object_type=list')",
I checked data/scripts/retargeting/config.py, where i found the asset_file in h1_mapping() is "h1_no_head_no_hands.xml", so why the file_path doesn't match the robot_type? While the error still exists although i corrected the path, could you please explain the reason of this error? Thank you!
The text was updated successfully, but these errors were encountered:
ImFroooost
changed the title
Isaacgym_body_names item not found when I training h1 in stage 2.
Isaacgym_body_names item not found when training h1 in stage 2.
Jan 9, 2025
The current retargeting script expects an mjcf with the base robot structure, any added non articulated joints should be added externally via the "extension" data structure.
I trained h1 in stage 1, everything is OK; Then in stage 2, my input is:
"python phys_anim/train_agent.py +exp=masked_mimic +robot=h1 +backbone=isaacgym motion_file=data/motions/h1_punch.npy gt_actor_path=results/full_body_tracker",
but it said :
"ConfigValueError('Item not found in ListConfig\n full_key: config.robot.isaacgym_body_names\n object_type=list')",
I checked data/scripts/retargeting/config.py, where i found the asset_file in h1_mapping() is "h1_no_head_no_hands.xml", so why the file_path doesn't match the robot_type? While the error still exists although i corrected the path, could you please explain the reason of this error? Thank you!
The text was updated successfully, but these errors were encountered: