Learning STRIPS Operators from Noisy and Incomplete Observations

Abstract

Agents learning to act autonomously in real-world domains must acquire a model of the dynamics of the domain in which they operate. Learning domain dynamics can be challenging, especially where an agent only has partial access to the world state, and/or noisy external sensors. Even in standard STRIPS domains, existing approaches cannot learn from noisy, incomplete observations typical of real-world domains. We propose a method which learns STRIPS action models in such domains, by decomposing the problem into first learning a transition function between states in the form of a set of classifiers, and then deriving explicit STRIPS rules from the classifiers' parameters. We evaluate our approach on simulated standard planning domains from the International Planning Competition, and show that it learns useful domain descriptions from noisy, incomplete observations.

Cite

Text

Mourão et al. "Learning STRIPS Operators from Noisy and Incomplete Observations." Conference on Uncertainty in Artificial Intelligence, 2012.

Markdown

[Mourão et al. "Learning STRIPS Operators from Noisy and Incomplete Observations." Conference on Uncertainty in Artificial Intelligence, 2012.](https://mlanthology.org/uai/2012/mourao2012uai-learning/)

BibTeX

@inproceedings{mourao2012uai-learning,
  title     = {{Learning STRIPS Operators from Noisy and Incomplete Observations}},
  author    = {Mourão, Kira and Zettlemoyer, Luke and Petrick, Ronald P. A. and Steedman, Mark},
  booktitle = {Conference on Uncertainty in Artificial Intelligence},
  year      = {2012},
  pages     = {614-623},
  url       = {https://mlanthology.org/uai/2012/mourao2012uai-learning/}
}