These setup instructions are meant to be followed after reaching step 7 in the main README.md file. If you haven't completed those instructions yet, please refer to the main README.md and complete the steps mentioned there before continuing.
- Install
habitat_sim
and other dependencies
mamba env update -f src/home_robot_sim/environment.yml
- Fetch submodules
git submodule update --init --recursive src/third_party/habitat-lab
- Install
habitat-lab
,habitat-baselines
andpytorch3d
.
python -m pip install -e src/third_party/habitat-lab/habitat-lab
python -m pip install -e src/third_party/habitat-lab/habitat-baselines
python -m pip install "git+https://github.com/facebookresearch/pytorch3d.git"
- Install home_robot_sim library
# Install home robot sim interfaces
pip install -e src/home_robot_sim
Please follow the links below for instructions on setting up the data directory, training policies and running evaluations for our supported tasks.
- Open Vocab Mobile Manipulation (OVMM) in Habitat
- ObjectNav in Habitat
- ImageNav in Habitat [WIP]