"The entire network (image graph, object graph, LSTM, etc.) proposed in this paper needs to be trained on various datasets.
When using the provided training code to train the entire network:
python train_il.py --policy TSGMPolicy --config configs/TSGM.yaml --version exp_name --data-dir IL_data/gibson --prebuild-path IL_data/gibson_graph
a Recursion Error occurs. Could you advise on how to resolve this error?
Additionally, the configs/TSGM.yaml file seems to perform image goal navigation.
If I want to change the navigation objective to a different object, which configuration file should I modify?
"The entire network (image graph, object graph, LSTM, etc.) proposed in this paper needs to be trained on various datasets.
When using the provided training code to train the entire network: python train_il.py --policy TSGMPolicy --config configs/TSGM.yaml --version exp_name --data-dir IL_data/gibson --prebuild-path IL_data/gibson_graph
a Recursion Error occurs. Could you advise on how to resolve this error?
Additionally, the configs/TSGM.yaml file seems to perform image goal navigation.
If I want to change the navigation objective to a different object, which configuration file should I modify?