Emulation of scenario where robot needs to go from A to B given ideas of what a "wall" is.
- Install
conda env create -f environment.yaml
conda activate game
- Play using the default keyboard player
python player.py
- 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 ```# embodied_ai_navigation