Installing Habitat

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:

  1. Open an Anaconda command prompt and navigate to a clean folder. Use the following commands to download and install the Habitat:
git clone --branch stable git@github.com:facebookresearch/habitat-sim.git cd habitat-sim
  1. Then, create a new virtual environment and install the required dependencies with the following:
conda create -n habitat python=3.6 cmake=3.14.0 conda activate habitat pip install -r requirements.txt
  1. Next, we need to build the Habitat Sim with the ...

Get Hands-On Reinforcement Learning for Games now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.