GithubHelp home page GithubHelp logo

iu-vail / paretomcts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from weizhe-chen/paretomcts

0.0 0.0 0.0 12.9 MB

Python demo for the paper "Pareto Monte Carlo Tree Search for Multi-Objective Informative Planning".

License: MIT License

Python 100.00%

paretomcts's Introduction

Pareto Monte-Carlo Tree Search

Demo for the paper "Chen, Weizhe, and Lantao Liu. "Pareto Monte Carlo Tree Search for Multi-Objective Informative Planning." Robotics: Science and Systems. 2019".

Materials

Accelerated Video

PDF

Poster

Installation

  • Python 3.6+
  • Numpy
  • Matplotlib
pip install numpy matplotlib
pip install -e .

Upper Confidence Bound Applied to Trees (UCT)

cd ./demo
python uct_demo.py

uct The black blocks in the occupancy grid map are obstacles. For demonstration purpose, we used an artificial reward map where the upper-right corner has higher reward. The blue arrows indicate the current best action, the red arrows represent the best trajectory, and the green dots show the searching tree.

Pareto UCT

python puct_demo.py

puct Now we provide another reward map where the high-reward area is the upper part. This time, we chose to go up at the end to balance the two objectives.

Hotspots

python hotspots.py

puct

Citing

If you find the code useful for your research, we appreciate citations to the following paper:

@inproceedings{chen19pareto, 
    author = {Weizhe Chen and Lantao Liu}, 
    title = {Pareto Monte Carlo Tree Search for Multi-Objective Informative Planning}, 
    booktitle = {Proceedings of Robotics: Science and Systems}, 
    year = {2019}, 
} 

Acknowledgements

The code snippet for parsing pgm file to numpy array was taken from the selected answer of https://stackoverflow.com/questions/7368739/numpy-and-16-bit-pgm. Thanks, cgohlke.

paretomcts's People

Contributors

weizhe-chen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.