Closed Abundant-me closed 3 years ago
As we have stated in the README, this is a well-tuned version of the model we submitted to the habitat-20 challenge.
This code implements our winning entry to the Habitat-20 PointNav challenge which is a well-tuned version with improved ground-truth generation, faster training, and better heuristics for planning.
I would recommend using the provided configs as they generally tend to work well and train fast. We currently do not support training on the settings we used in the paper. However, we have provided the models + evaluation instructions in the eccv_2020_eval branch for replicability.
Thanks for your great work. I have a problem with the settting of hyper-parameters. In supplementary materials of the paper, part S8 gives some implementation of hyper-parameters. I am in doubt that the setting is for which kind of experiment? Is it corresponding to the occant_rgbd exploration on Gibson? But it is different with the default setting in ‘configs/model_configs/occant_rgbd/ppo_exploration.yaml’ in the code. Which one is the setting of the result of the paper. Specifically, I don't find 'Mapper update interval' parameter in the code. Is it same with the paper? Detials of difference is shown as follows
Is there any mistake in above table. If there is, please tell me.
By the way, the default value of parameter 'MAX_EPISODE_STEPS' is 1001 in gibson_train.yaml. Should it be 1000?