This is the course project platform for NYU ROB-GY 6203 Robot Perception. For more information, please reach out to AI4CE lab (cfeng at nyu dot edu).
- Install
conda update conda
git clone https://github.com/ai4ce/vis_nav_player.git
cd vis_nav_player
conda env create -f environment.yaml
conda activate game
- Play using the default keyboard player
python player.py
- Modify the player.py to implement your own solutions, unless you have photographic memories!
- Download exploration data from link provided in the class.
- Unzip exploration_data.zip and place 'images' and 'images_subsample' under 'vis_nav_player/data' folder.
- Place 'startup.json' under 'vis_nav_player/' folder.
- Run baseline code
python baseline.py