facebookresearch / OccupancyAnticipation

This repository contains code for our publication "Occupancy Anticipation for Efficient Exploration and Navigation" in ECCV 2020.
MIT License
76 stars 26 forks source link

Question about local masks #50

Open neilzhuu opened 1 year ago

neilzhuu commented 1 year ago

Hello, I have some questions about the local masks of the local policy (line 670 in ans.py). It seems that if the previous local goal has been reached or occupied, the hidden state will be masked. I don't understand it. Could you provide some reasons? Thank you so much!