Efficient Implementation of the Plan Graph in STAN
M. Fox, D. Long

TL;DR
This paper presents an efficient implementation of the plan graph in STAN, a Graphplan-based planner, emphasizing bit-level operations and avoiding explicit graph construction to enhance speed.
Contribution
It introduces a novel implementation approach for the plan graph in STAN, leveraging bitwise operations and fixpoint computation to improve performance.
Findings
Significant speed improvements in plan graph construction
Effective use of bit-level logical operations
Advantages depend on problem characteristics
Abstract
STAN is a Graphplan-based planner, so-called because it uses a variety of STate ANalysis techniques to enhance its performance. STAN competed in the AIPS-98 planning competition where it compared well with the other competitors in terms of speed, finding solutions fastest to many of the problems posed. 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 operations on bit vectors, and that the graph should not be explicitly constructed beyond the fix point. This paper describes the implementation of STAN's plan graph and provides experimental results which demonstrate the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
