Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 636 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 636 Bytes

Autonomous Exploration with Expectation-Maximization

Random Environment Structured Environment

J. Wang and B. Englot, "Autonomous Exploration with Expectation-Maximization," International Symposium on Robotics Research, Accepted, To Appear, December 2017.

Usage

mkdir build && cd build
cmake ..
make

# add library to python path
export PYTHONPATH=build_dir

python ../script/isrr2017.py

Note that figures are generated using OSX Clang. Results will be different with GCC.