Skip to content

Starter code and instructions for participating in MultiON Challenge 2021.

License

Notifications You must be signed in to change notification settings

jiaming-ai/multion-challenge

 
 

Repository files navigation

Local testing without docker

  1. setup default environment
# create a new conda environment
micromamba create -p ./.venv python=3.9 cmake -y
conda activate ./.venv

# install habitat-sim
micromamba install habitat-sim=0.2.5 withbullet -c conda-forge -c aihabitat -y

pip install yacs gym==0.26.2 opencv-python omegaconf

# install habitat-lab
git clone --depth 1 --branch v0.2.5 https://github.com/facebookresearch/habitat-lab.git
cd habitat-lab
pip install -e habitat-lab

About

Starter code and instructions for participating in MultiON Challenge 2021.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%