Giter VIP home page Giter VIP logo

deep-robust-robotnav's Introduction

deep-robust-robotnav

Environment Setup

Install required packages:

conda env create -f config/vis_env.yaml python=3.6.13
conda activate vis5

Install habitat sim

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

Setup habitat lab folder

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 ..

You may need to install the following libraries on Ubuntu if not already installed

sudo apt install freeglut3 freeglut3-dev

Get Gibson Dataset

wget https://dl.fbaipublicfiles.com/...
wget https://dl.fbaipublicfiles.com/...

Run Train / Eval:

Remember to activate conda environment before running command.

python run.py --exp-config config/habitat_config.yaml --run-type train

Experiment setup

  • 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
    1. Baseline midlevel
    2. Ground-truth map
    3. Mapper network form midlevel

TODO

Map vector in rnn hidden states Fix transform relating to map size (Titouan) Training with good subset of data?

deep-robust-robotnav's People

Contributors

umerhasan17 avatar renarddesneiges avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.