January 2020
Intermediate to advanced
432 pages
10h 18m
English
At the time of writing, Habitat was still a new product, but the documentation worked well to painlessly install and run an agent for training. In our next exercise, we walk through parts of that documentation to install and run a training agent in Habitat:
git clone --branch stable git@github.com:facebookresearch/habitat-sim.git cd habitat-sim
conda create -n habitat python=3.6 cmake=3.14.0 conda activate habitat pip install -r requirements.txt
Read now
Unlock full access