-
Notifications
You must be signed in to change notification settings - Fork 8
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
assert cls.check_config_paths_exist(config) #17
Comments
Hi,maybe you need choose the data about Point goal navigation. |
hello,thank you very much for your reply. I will make corrections according to your method, but now I have faced a new problem. Do you have time to help answer it? This is my first time using Ubuntu to configure the environment, and there are still many things I don't understand that I need to consult with you all. Q:collected splits.tar.gz 1 |
Well,I don't use the collect_il_data.py to generate this data now. I get the data from google cloud drive https://drive.google.com/drive/folders/1-8srO6kwxf_qxnIWdH6K7AToP_oxWEYg. You can get more information from README, best wish. |
Thank you again, I followed your advice to get the data from Google cloud, but when I run the code according to the README:“python train_il.py --policy TSGMPolicy --config configs/TSGM.yaml --version exp_name --data-dir IL_data/gibson --prebuild-path IL_data/gibson_graph”, https://github.com/rllab-snu/TopologicalSemanticGraphMemory/tree/master. I still have some problems, how do you check all your paths? I feel a bit confused, for the path piece, can you teach me how you set up your paths?I'm very sorry for taking up your time, and thank you very much for taking the time to reply! Q:python train_il.py --policy TSGMPolicy --config configs/TSGM.yaml --version exp_name --data-dir IL_data/gibson --prebuild-path IL_data/gibson_graph
|
File "/home/name/habitat-lab/habitat_baselines/rl/ppo/ppo_trainer.py", line 288, in train
self.config, get_env_class(self.config.ENV_NAME)
File "/home/name/habitat-lab/habitat_baselines/utils/env_utils.py", line 43, in construct_envs
scenes = dataset.get_scenes_to_load(config.TASK_CONFIG.DATASET)
File "/home/name/habitat-lab/habitat/datasets/pointnav/pointnav_dataset.py", line 43, in get_scenes_to_load
assert cls.check_config_paths_exist(config)
AssertionError
"You can follow the instructions here: https://github.com/facebookresearch/habitat-lab#data"
Sorry to bother you. I entered this link through the method you mentioned to learn, but I still haven't found a solution. Can you provide me with a more detailed introduction? I don't quite understand how to choose the path when configuring the environment. Looking forward to your reply, thank you very much. Sorry again for bothering you.
The text was updated successfully, but these errors were encountered: