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

Pytorch code for NeurIPS-20 Paper "Object Goal Navigation using Goal-Oriented Semantic Exploration"

Results 25 Object-Goal-Navigation issues
Sort by recently updated
recently updated
newest added

Hello, I don't understand that why use 'lmb' to assign a value to full_map directly here? Later 'lmb' will be reassigned for scene e. It makes me confused. Looking forward...

Hey folks, I use the pr2 robot with your mapping examples and found out that the additional camera tilt joint causes the map to get destroyed. Is there anything I...

Why does `starting_distance` in `ObjectGoal_Env` includes the `object_boundary` distance? https://github.com/devendrachaplot/Object-Goal-Navigation/blob/5d76902fe9be821926a1de32557ca9a8dc21d0f5/envs/habitat/objectgoal_env.py#L143-L145 The shortest path should only reach the object boundary right? Not the object itself. This also propagates into the reward...

https://github.com/devendrachaplot/Object-Goal-Navigation/blob/5d76902fe9be821926a1de32557ca9a8dc21d0f5/envs/habitat/objectgoal_env.py#L122 The FMMPlanner is initialized with a ground truth map here. Does it mean this work can't work without a ground truth map?

Does anybody can give me some explanations about: - I think the semantic mapping module is not a learnable module, am I right? - What is the ground truth we...

When I try to build a semantic map in a ROS environment using the Semantic_Mapping module you provided, the updates to the semantic map are misaligned. When you build the...

When I try to install habitat-sim: -- Check for working C compiler: /usr/bin/cc - broken CMake Error at /Users/miniforge3/envs/semexp/lib/python3.8/site-packages/cmake/data/share/cmake-3.26/Modules/CMakeTestCCompiler.cmake:67 (message): The C compiler "/usr/bin/cc" is not able to compile a...

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

The Gibson dataset was used in the case, and the sem_map was obtained directly from the "val_info.pbz2" file, but the HM3D dataset does not have this file. How to obtain...