habitat-lab
habitat-lab copied to clipboard
FileNotFoundError: Could not load neural network weights for skill. How to get pth files?
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!
I also encountered the same problem, looking forward to everyone's reply, thank you very much.