Skip to content

The repository for keeping HabiCrowd's baselines as well as human dynamics model

License

Notifications You must be signed in to change notification settings

habicrowd/habitat-lab

 
 

Repository files navigation

Installation for HabiCrowd baselines

Clone the version from our forked github repository and install habitat-lab using the commands below. Note that python>=3.7 is required for working with habitat-lab. All the development and testing was done using python3.7. Please use 3.7 to avoid possible issues.

  git clone https://github.com/habicrowd/habitat-lab.git
  cd habitat-lab
  pip install -e .

The command above will install only core of Habitat Lab. To include habitat_baselines along with all additional requirements, use the command below instead:

  git clone https://github.com/habicrowd/habitat-lab.git
  cd habitat-lab
  pip install -r requirements.txt
  python setup.py develop --all # install habitat and habitat_baselines

About

The repository for keeping HabiCrowd's baselines as well as human dynamics model

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • Python 99.6%
  • Other 0.4%