English

Evolving Reinforcement Learning Algorithms

Machine Learning 2022-11-11 v6 Artificial Intelligence Neural and Evolutionary Computing

Abstract

We propose a method for meta-learning reinforcement learning algorithms by searching over the space of computational graphs which compute the loss function for a value-based model-free RL agent to optimize. The learned algorithms are domain-agnostic and can generalize to new environments not seen during training. Our method can both learn from scratch and bootstrap off known existing algorithms, like DQN, enabling interpretable modifications which improve performance. Learning from scratch on simple classical control and gridworld tasks, our method rediscovers the temporal-difference (TD) algorithm. Bootstrapped from DQN, we highlight two learned algorithms which obtain good generalization performance over other classical control tasks, gridworld type tasks, and Atari games. The analysis of the learned algorithm behavior shows resemblance to recently proposed RL algorithms that address overestimation in value-based methods.

Keywords

Cite

@article{arxiv.2101.03958,
  title  = {Evolving Reinforcement Learning Algorithms},
  author = {John D. Co-Reyes and Yingjie Miao and Daiyi Peng and Esteban Real and Sergey Levine and Quoc V. Le and Honglak Lee and Aleksandra Faust},
  journal= {arXiv preprint arXiv:2101.03958},
  year   = {2022}
}

Comments

ICLR 2021 Oral. See project website at https://sites.google.com/view/evolvingrl