QiXuanWang / LearningFromTheBest

This project is to list the best books, courses, tutorial, methods on learning certain knowledge
8 stars 1 forks source link

Discovering Reinforcement Learning Algorithms By: Junhyuk Oh, Matteo Hessel, et,al, David Silver #44

Open QiXuanWang opened 4 years ago

QiXuanWang commented 4 years ago

Link: https://arxiv.org/abs/2007.08794

[Comment] Published by DeepMind on Jul.17

[Innovation] 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 (LPG). Empirical results show that our method discovers its own alternative to the concept of value functions. Furthermore it discovers a bootstrapping mechanism to maintain and use its predictions. Surprisingly, when trained solely on toy environments, LPG generalises effectively to complex Atari games and achieves non-trivial performance. This shows the potential to discover general RL algorithms from data.