Efficient implementation of the plan graph in STAN

Authors
Citation
D. Long et M. Fox, Efficient implementation of the plan graph in STAN, J ARTIF I R, 10, 1999, pp. 87-115
Citations number
6
Categorie Soggetti
AI Robotics and Automatic Control
Journal title
JOURNAL OF ARTIFICIAL INTELLIGENCE RESEARCH
ISSN journal
10769757 → ACNP
Volume
10
Year of publication
1999
Pages
87 - 115
Database
ISI
SICI code
1076-9757(1999)10:<87:EIOTPG>2.0.ZU;2-1
Abstract
STAN is a Graphplan-based planner, so-called because it uses a variety of S Tate ANalysis techniques to enhance its performance. STAN competed in the A IPS-98 planning competition where it compared well with the other competito rs in terms of speed, finding solutions fastest to many of the problems pos ed. Although the domain analysis techniques STAN exploits are an important factor in its overall performance, we believe that the speed at which STAN solved the competition problems is largely due to the implementation of its plan graph. The implementation is based on two insights: that many of the graph construction operations can be implemented as bit-level logical opera tions on bit vectors, and that the graph should not be explicitly construct ed beyond the fix point. This paper describes the implementation of STAN's plan graph and provides experimental results which demonstrate the circumst ances under which advantages can be obtained from using this implementation .