Associative Reinforcement Learning: A Generate and Test Algorithm

Abstract

An agent that must learn to act in the world by trial and error faces the reinforcement learning problem, which is quite different from standard concept learning. Although good algorithms exist for this problem in the general case, they are often quite inefficient and do not exhibit generalization. One strategy is to find restricted classes of action policies that can be learned more efficiently. This paper pursues that strategy by developing an algorithm that performans an on-line search through the space of action mappings, expressed as Boolean formulae. The algorithm is compared with existing methods in empirical trials and is shown to have very good performance.

Cite

Text

Kaelbling. "Associative Reinforcement Learning: A Generate and Test Algorithm." Machine Learning, 1994. doi:10.1023/A:1022642026684

Markdown

[Kaelbling. "Associative Reinforcement Learning: A Generate and Test Algorithm." Machine Learning, 1994.](https://mlanthology.org/mlj/1994/kaelbling1994mlj-associative-a/) doi:10.1023/A:1022642026684

BibTeX

@article{kaelbling1994mlj-associative-a,
  title     = {{Associative Reinforcement Learning: A Generate and Test Algorithm}},
  author    = {Kaelbling, Leslie Pack},
  journal   = {Machine Learning},
  year      = {1994},
  pages     = {299-319},
  doi       = {10.1023/A:1022642026684},
  volume    = {15},
  url       = {https://mlanthology.org/mlj/1994/kaelbling1994mlj-associative-a/}
}