Skip to content

wentaoyuan/neural-localization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Active Neural Localization in Noisy Environments

Installation

First, install OpenAI Gym, PyTorch and Visdom.

Then, install the gridworld environment by running

pip install -e gridworld

To train an agent, first open visdom by running

python -m visdom.server

Then start training by running

python a2c_v2.py

and navigate to http://localhost:8097 to view the training plots.

To test the trained agent, run

python test.py --model [path_to_saved_model]

Run python a2c_v2.py -h or python test.py -h to see more options.

You can also play with the environment yourself by running python play.py. Have fun!

About

Active neural localization in noisy environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages