Alescontrela / AMP_for_hardware

Code for "Adversarial Motion Priors Make Good Substitutes for Complex Reward Functions"
Other
213 stars 53 forks source link

RuntimeError: vstack expects a non-empty TensorList #2

Closed cwjwudi closed 2 years ago

cwjwudi commented 2 years ago

Describe the bug There is something wrong when I run the train.py.

To Reproduce Steps to reproduce the behavior:

  1. Execute ./legged_gym/scripts/train.py task=a1_amp
  2. See error: RuntimeError: vstack expects a non-empty TensorList

Expected behavior I want to run the demo of train.py.

System (please complete the following information):

Additional context Add any other context about the problem here.

cwjwudi commented 2 years ago

I didn't rewrite the 'MOTION_FILES', now it can run.