Skip to content
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

can't load previous model #11

Open
krank10 opened this issue May 22, 2024 · 1 comment
Open

can't load previous model #11

krank10 opened this issue May 22, 2024 · 1 comment

Comments

@krank10
Copy link

krank10 commented May 22, 2024

I have run with 'python train.py --task=widowGo1', but encountered with error:
'File "/home/myname/Works/Deep-Whole-Body-Control-main/legged_gym/legged_gym/utils/helpers.py", line 121, in get_load_path
model = models[-1]
IndexError: list index out of range
How can i fix it?
btw, I have deleted 'name=str(args.exptid) + '' + args.run_name' in 'wandb.init(project='manip-loco', name=str(args.exptid) + '' + args.run_name)' due to both strs are none.

@whn981841576
Copy link

i have the same issue. while i use python train.py,there will be error in legged_gym/utils/helpers.py
model=models[-1]
"indexerror:list index out of range"
how can i fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants