Skip to content

Active Localization of Multiple Targets Using Noisy Relative Measurements

Notifications You must be signed in to change notification settings

ksengin/active-target-localization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

active-target-localization

Codebase for the paper titled "Active Localization of Multiple Targets from Noisy Relative Measurements" (WAFR 2020)

Check out our project page!

Platform and dependencies

Training

For training a session, run:

python -m target_localization.train --sess atl --num_targets 2 

Add the flag --image_representation to use the encoding of the the belief-map image as part of the observation function. Refer to the paper for more details.

Testing

For evaluating the agent policy, run:

python -m target_localization.eval --sess atl --num_targets 2 

About

Active Localization of Multiple Targets Using Noisy Relative Measurements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages