-
Notifications
You must be signed in to change notification settings - Fork 26
How to use AR? #48
Comments
@GuoPingPan - It is set in the baseline config, not the task config. OccupancyAnticipation/configs/model_configs/occant_rgbd/ppo_exploration.yaml Lines 24 to 25 in aea6a2c
|
Thanks you so much! But I got another question which have the multi-gpu trainning failed. Have you ever meet the error:
And I only can use one gpu and ensure that they are the same between
But I found that the MapLargeRolloutStorageMP, which will easily cause OOM Error. |
@GuoPingPan - the mapper training was intended to work only on a single GPU. The other GPUs are used primarily for data collection via habitat-sim/lab. So, GPU-0 uses most memory for mapper training and the other GPUs use most memory for habitat simulator instances. If you plan to use multi-GPU training for the mapper, you may have to appropriately modify how resources are allocated across GPUs. |
If I want to use Anticipation Reward(AR), should I set
reward_type = map_accuracy
?But I found it wasn't set in
https://github.com/facebookresearch/OccupancyAnticipation/blob/aea6a2c0d9/configs/exploration/gibson_train_w_ar.yaml
The text was updated successfully, but these errors were encountered: