ai4ce / vis_nav_player

[ROB-GY 6203] Example Visual Navigation Player Code for Course Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Navigation Game (Example Player Code)

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

Instructions for Players

  1. 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
  1. Play using the default keyboard player
python player.py
  1. Modify the player.py to implement your own solutions, unless you have photographic memories!

About

[ROB-GY 6203] Example Visual Navigation Player Code for Course Project


Languages

Language:Python 100.0%