Object-Goal-Navigation icon indicating copy to clipboard operation
Object-Goal-Navigation copied to clipboard

Deterministic Local Policy

Open KarelZhang opened this issue 2 years ago • 1 comments

great works!

could you please tell me where the code of "Deterministic Local Policy" is?

KarelZhang avatar Feb 09 '23 07:02 KarelZhang

you can look at the "Method" part of the original paper of this work,It has explicitly tell you:The local policy uses Fast Marching Method [40] to plan a path to the long-term goal from the current location based on the obstacle channel of the semantic map. the FmmPlanner file path is:/Object-Goal-Navigation/envs/utils/fmm_planner.py I hope the reply will help you

Sky-railway avatar Apr 03 '24 04:04 Sky-railway