Efficient Learning of Action Schemas and Web-Service Descriptions

Abstract

This work addresses the problem of efficiently learning action schemas using a bounded number of samples (interactions with the environment). We consider schemas in two languages— traditional STRIPS, and a new language STRIPS+WS that extends STRIPS to allow for the creation of new objects when an action is executed. This modification allows STRIPS+WS to model web services and can be used to describe web-service composition (planning) problems. We show that general STRIPS operators cannot be ef- ficiently learned through raw experience, though restricting the size of action preconditions yields a positive result. We then show that efficient learning is possible without this restriction if an agent has access to a “teacher” that can provide solution traces on demand. We adapt this learning algorithm to efficiently learn web-service descriptions in STRIPS+WS.

Cite

Text

Walsh and Littman. "Efficient Learning of Action Schemas and Web-Service Descriptions." AAAI Conference on Artificial Intelligence, 2008. doi:10.7282/t3q81hg7

Markdown

[Walsh and Littman. "Efficient Learning of Action Schemas and Web-Service Descriptions." AAAI Conference on Artificial Intelligence, 2008.](https://mlanthology.org/aaai/2008/walsh2008aaai-efficient/) doi:10.7282/t3q81hg7

BibTeX

@inproceedings{walsh2008aaai-efficient,
  title     = {{Efficient Learning of Action Schemas and Web-Service Descriptions}},
  author    = {Walsh, Thomas J. and Littman, Michael L.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2008},
  pages     = {714-719},
  doi       = {10.7282/t3q81hg7},
  url       = {https://mlanthology.org/aaai/2008/walsh2008aaai-efficient/}
}