Robust Execution of BDI Agent Programs by Exploiting Synergies Between Intentions

Abstract

A key advantage the reactive planning approach adopted by BDI-based agents is the ability to recover from plan execution failures, and almost all BDI agent programming languages and platforms provide some form of failure handling mechanism. In general, these consist of simply choosing an alternative plan for the failed subgoal (e.g., JACK, Jadex). In this paper, we propose an alternative approach to recovering from execution failures that relies on exploiting positive interactions between an agent's intentions. A positive interaction occurs when the execution of an action in one intention assists the execution of actions in other intentions (e.g., by (re)establishing their preconditions). We have implemented our approach in a scheduling algorithm for BDI agents which we call SP. The results of a preliminary empirical evaluation of SP suggest our approach out-performs existing failure handling mechanisms used by state-of-the-art BDI languages. Moreover, the computational overhead of SP is modest.

Cite

Text

Yao et al. "Robust Execution of BDI Agent Programs by Exploiting Synergies Between Intentions." AAAI Conference on Artificial Intelligence, 2016. doi:10.1609/AAAI.V30I1.10129

Markdown

[Yao et al. "Robust Execution of BDI Agent Programs by Exploiting Synergies Between Intentions." AAAI Conference on Artificial Intelligence, 2016.](https://mlanthology.org/aaai/2016/yao2016aaai-robust/) doi:10.1609/AAAI.V30I1.10129

BibTeX

@inproceedings{yao2016aaai-robust,
  title     = {{Robust Execution of BDI Agent Programs by Exploiting Synergies Between Intentions}},
  author    = {Yao, Yuan and Logan, Brian and Thangarajah, John},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {2558-2565},
  doi       = {10.1609/AAAI.V30I1.10129},
  url       = {https://mlanthology.org/aaai/2016/yao2016aaai-robust/}
}