facebookresearch / OccupancyAnticipation

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

No module named 'habitat_baselines.common.env_utils' #38

Closed tigerschweiger closed 3 years ago

tigerschweiger commented 3 years ago

When I at # Gibson splits and insert the command "python occant_baselines/generate_topdown_maps/generate_occant_gt_maps.py", it occured ModuleNotFoundError: No module named 'habitat_baselines.common.env_utils'

Could anyone help me?

AgentEXPL commented 3 years ago

Maybe this has been solved in Issue 1.

srama2512 commented 3 years ago

@tigerschweiger This looks like an error with the habitat-lab installation. The habitat-lab directory should be in PYTHONPATH after installation.

srama2512 commented 3 years ago

Closing this issue due to inactivity. Please feel free to re-open it if the issue has not been resolved already.