xbpeng / DeepMimic

Motion imitation with deep reinforcement learning.
https://xbpeng.github.io/projects/DeepMimic/index.html
MIT License
2.33k stars 489 forks source link

'run_amp_heading_getup_humanoid3d_locomotion_getup_args' doesn't works as expected. #155

Closed AGPX closed 3 years ago

AGPX commented 3 years ago

Hi,

I have tried the scene 'run_amp_heading_getup_humanoid3d_locomotion_getup_args.txt', but it doesn't seems to work as expected, there is some special reason (it runs instead of walking when it is close to the goal and therefore this cannot be reached)? Here a recorded video:

Video

Thanks.

xbpeng commented 3 years ago

This is training the target heading task, not the target location task. The target heading task just has the character following the direction of the green arrow, the character is not trained to move to a target location. The target location you see in the visualizer is just there for the user to control the target direction. If you want to train the character to perform the target location task, using run_amp_target_humanoid3d_locomotion_args.txt.

AGPX commented 3 years ago

Ah ok, thanks.