Discovering Reinforcement Learning Algorithms
Junhyuk Oh, Matteo Hessel, Wojciech M. Czarnecki, Zhongwen Xu, Hado, van Hasselt, Satinder Singh, David Silver

TL;DR
This paper presents a meta-learning approach that automatically discovers reinforcement learning algorithms, including core concepts like value functions and bootstrapping, demonstrating promising generalization from simple environments to complex Atari games.
Contribution
Introduces Learned Policy Gradient (LPG), a meta-learning method that discovers RL update rules and core concepts directly from data, advancing automated algorithm discovery.
Findings
LPG discovers an alternative to value functions.
LPG learns a bootstrapping mechanism for predictions.
LPG generalizes from toy environments to Atari games.
Abstract
Reinforcement learning (RL) algorithms update an agent's parameters according to one of several possible rules, discovered manually through years of research. Automating the discovery of update rules from data could lead to more efficient algorithms, or algorithms that are better adapted to specific environments. Although there have been prior attempts at addressing this significant scientific challenge, it remains an open question whether it is feasible to discover alternatives to fundamental concepts of RL such as value functions and temporal-difference learning. This paper introduces a new meta-learning approach that discovers an entire update rule which includes both 'what to predict' (e.g. value functions) and 'how to learn from it' (e.g. bootstrapping) by interacting with a set of environments. The output of this method is an RL algorithm that we call Learned Policy Gradient…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Evolutionary Algorithms and Applications · Adaptive Dynamic Programming Control
