facebookresearch / habitat-lab

A modular high-level library to train embodied AI agents across a variety of tasks and environments.
https://aihabitat.org/
MIT License
1.89k stars 475 forks source link

FileNotFoundError: Could not load neural network weights for skill. How to get pth files? #1346

Open Huangbuffer opened 1 year ago

Huangbuffer commented 1 year ago

when I run " python -u -m habitat_baselines.run --config-name=rearrange/rl_hierarchical.yaml"

it shows some erros "FileNotFoundError: Could not load neural network weights for skill." & "FileNotFoundError: [Errno 2] No such file or directory: 'data/models/open_cab.pth' "

I checked the path , it has no file data/models/open_cab.pth, I want to know how can I get the neural network weights files? Could you give me some help? Thank you very much!

wu-jintao commented 6 months ago

I also encountered the same problem, looking forward to everyone's reply, thank you very much.