Multi-Cycle Query Caching in Agent Programming
Abstract
In many logic-based BDI agent programming languages, plan selection involves inferencing over some underlying knowledge representation. While context-sensitive plan selection facilitates the development of flexible, declarative programs, the overhead of evaluating repeated queries to the agent's beliefs and goals can result in poor run time performance. In this paper we present an approach to multi-cycle query caching for logic-based BDI agent programming languages. We extend the abstract performance model presented in (Alechina et al. 2012) to quantify the costs and benefits of caching query results over multiple deliberation cycles. We also present results of experiments with prototype implementations of both single- and multi-cycle caching in three logic-based BDI agent platforms, which demonstrate that significant performance improvements are achievable in practice.
Cite
Text
Alechina et al. "Multi-Cycle Query Caching in Agent Programming." AAAI Conference on Artificial Intelligence, 2013. doi:10.1609/AAAI.V27I1.8618Markdown
[Alechina et al. "Multi-Cycle Query Caching in Agent Programming." AAAI Conference on Artificial Intelligence, 2013.](https://mlanthology.org/aaai/2013/alechina2013aaai-multi/) doi:10.1609/AAAI.V27I1.8618BibTeX
@inproceedings{alechina2013aaai-multi,
title = {{Multi-Cycle Query Caching in Agent Programming}},
author = {Alechina, Natasha and Behrens, Tristan M. and Dastani, Mehdi and Hindriks, Koen V. and Hübner, Jomi Fred and Logan, Brian and Nguyen, Hai H. and van Zee, Marc},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2013},
pages = {32-38},
doi = {10.1609/AAAI.V27I1.8618},
url = {https://mlanthology.org/aaai/2013/alechina2013aaai-multi/}
}