Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 431 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 431 Bytes

RRT-Plan

Implementation in Python3 of the paper "RRT-Plan: A randomized algorithm for STRIPS planning"

Built on top of pystrips

Reference paper:

@inproceedings{burfoot2006rrt,
  title={RRT-Plan: A Randomized Algorithm for STRIPS Planning.},
  author={Burfoot, Daniel and Pineau, Joelle and Dudek, Gregory},
  booktitle={ICAPS},
  pages={362--365},
  year={2006}
}