English

Can Agents Learn by Analogy? An Inferable Model for PAC Reinforcement Learning

Machine Learning 2020-02-25 v3 Machine Learning

Abstract

Model-based reinforcement learning algorithms make decisions by building and utilizing a model of the environment. However, none of the existing algorithms attempts to infer the dynamics of any state-action pair from known state-action pairs before meeting it for sufficient times. We propose a new model-based method called Greedy Inference Model (GIM) that infers the unknown dynamics from known dynamics based on the internal spectral properties of the environment. In other words, GIM can "learn by analogy". We further introduce a new exploration strategy which ensures that the agent rapidly and evenly visits unknown state-action pairs. GIM is much more computationally efficient than state-of-the-art model-based algorithms, as the number of dynamic programming operations is independent of the environment size. Lower sample complexity could also be achieved under mild conditions compared against methods without inferring. Experimental results demonstrate the effectiveness and efficiency of GIM in a variety of real-world tasks.

Keywords

Cite

@article{arxiv.1912.10329,
  title  = {Can Agents Learn by Analogy? An Inferable Model for PAC Reinforcement Learning},
  author = {Yanchao Sun and Furong Huang},
  journal= {arXiv preprint arXiv:1912.10329},
  year   = {2020}
}

Comments

To be published in proceedings of AAMAS 2020

R2 v1 2026-06-23T12:53:31.919Z