Open Welly0902 opened 5 months ago
Hi, your setup seems right. The home-robot goat-sim
branch should have additional updates. What issue are you facing currently? Is it same as in the other issue?
Can you elaborate on what you tested here:
Non-interactvie testing works properly
Hi, your setup seems right. The home-robot
goat-sim
branch should have additional updates. What issue are you facing currently? Is it same as in the other issue?
Hi, thanks for helping! I figured out those errors from hydra are caused by when hydra search for all yaml settings in habitat-lab config. Some of the config paths aren't exist in the config store setting in default_structured_configs.py you mentioned early Because hydra will scan for all config in the config folder, so those configs unrelated to goat will also be request by hydra. Due to the reason, when I use home-robot(goat-sim) with habitat-lab(home-robot_goat_support), it seems some config need to be adjusted/trimmed to resolve the hydra error.
However, I still got two questions:
/path/to/home-robot/src/third_party/habitat-lab/habitat-lab/habitat/config/habitat/dataset/goat/hm3d.yaml
, the dataset data/datasets/goat/hm3d/v0.3/{split}/{split}.json.gz
requested can't be find anywhere. The dataset provided by project habitat_goat README doesn't seem right. I try with this dataset and run python projects/habitat_goat/eval_episode.py
, but the data structure doesn't fit which caused some errors.Thanks again!
Hi, I would like to see how GOAT works using only simulator. Previously, I have added another issue which I still can't solve the error. I would like to ask what specific branch and version will make GOAT works on habitat simulator.
This is what I previously try but failed
src/third_party/habitat-lab
(Non-interactvie testing works properly)projects/habitat_goat
, download the dataset and place it indata/datasets
python projects/habitat_goat/eval_episode.py
The above is what I try. I expect to see the robot move in simulator and do the imagenav demo from GOAT paper. I'm not quite sure GOAT working on habitat-sim (seeing it works on the habitat-sim GUI) is already support or not. Please, give me some hints and kindly point out what I did wrong or expect incorrectly. I would like to make this work and create the documents of how it can be done for anyone who also likes to try this(If this is needed). Thanks a lot!