conda env create -f config/vis_env.yaml python=3.6.13
conda activate vis5
conda install -c aihabitat -c conda-forge bullet=2.88 habitat-sim=0.1.6 headless withbullet
pip install cupy # with your cuda version given by nvcc -V
conda install cudatoolkit
conda install cudnn
Build habitat lab from source using the specified commit hash (the folder is already in the repository, no need to git clone or download).
cd habitat-api
python setup.py develop --all
cd ..
sudo apt install freeglut3 freeglut3-dev
wget https://dl.fbaipublicfiles.com/...
wget https://dl.fbaipublicfiles.com/...
Remember to activate conda environment before running command.
python run.py --exp-config config/habitat_config.yaml --run-type train
- Same PPO settings everywhere
- BATCH_SIZE = 32
- Learning rate = 2.5e-4
- Train dataset, all maps in the gibson dataset starting with the letter 'A'
- Experiments
- Baseline midlevel
- Ground-truth map
- Mapper network form midlevel
Map vector in rnn hidden states Fix transform relating to map size (Titouan) Training with good subset of data?