Closed elicassion closed 1 year ago
We have provided you with the discrete action agent but it looks like you aren't passing config params required to use the agent to the model. Please take a look here. These are the set of configs that we are passing to get the discrete action agent working:
bash submission.sh \
--model-path demo.ckpt.pth \
--input-type rgbd \
--task objectnav \
--action_space discrete_waypoint_controller \
--task-config configs/ddppo_objectnav_v2_hm3d_stretch.yaml \
habitat_baselines.rl.policy.action_distribution_type=categorical \
habitat_baselines.load_resume_state_config=True" \
Thanks! Yes it was the action space problem and it works now. Sorry for the late reply.
Thanks! Yes it was the action space problem and it works now. Sorry for the late reply.
How did you fix the error caused by the lack of "action_space_config"
?
Hi,
I'm trying to run the pretrained weights from
https://dl.fbaipublicfiles.com/habitat/data/baselines/v1/objectnav_v2_baseline_habitat_navigation_challenge_2023.pth
but getting:The running script I am using is
which is specified at starter-code