English

Augmenting Policy Learning with Routines Discovered from a Single Demonstration

Machine Learning 2021-05-04 v4 Artificial Intelligence Symbolic Computation

Abstract

Humans can abstract prior knowledge from very little data and use it to boost skill learning. In this paper, we propose routine-augmented policy learning (RAPL), which discovers routines composed of primitive actions from a single demonstration and uses discovered routines to augment policy learning. To discover routines from the demonstration, we first abstract routine candidates by identifying grammar over the demonstrated action trajectory. Then, the best routines measured by length and frequency are selected to form a routine library. We propose to learn policy simultaneously at primitive-level and routine-level with discovered routines, leveraging the temporal structure of routines. Our approach enables imitating expert behavior at multiple temporal scales for imitation learning and promotes reinforcement learning exploration. Extensive experiments on Atari games demonstrate that RAPL improves the state-of-the-art imitation learning method SQIL and reinforcement learning method A2C. Further, we show that discovered routines can generalize to unseen levels and difficulties on the CoinRun benchmark.

Keywords

Cite

@article{arxiv.2012.12469,
  title  = {Augmenting Policy Learning with Routines Discovered from a Single Demonstration},
  author = {Zelin Zhao and Chuang Gan and Jiajun Wu and Xiaoxiao Guo and Joshua B. Tenenbaum},
  journal= {arXiv preprint arXiv:2012.12469},
  year   = {2021}
}

Comments

AAAI 2021. Code is available at https://github.com/sjtuytc/AAAI21-RoutineAugmentedPolicyLearning

R2 v1 2026-06-23T21:15:45.131Z