On the Expressivity of Neural Networks for Deep Reinforcement Learning
Abstract
We compare the model-free reinforcement learning with the model-based approaches through the lens of the expressive power of neural networks for policies, -functions, and dynamics. We show, theoretically and empirically, that even for one-dimensional continuous state space, there are many MDPs whose optimal -functions and policies are much more complex than the dynamics. We hypothesize many real-world MDPs also have a similar property. For these MDPs, model-based planning is a favorable algorithm, because the resulting policies can approximate the optimal policy significantly better than a neural network parameterization can, and model-free or model-based policy optimization rely on policy parameterization. Motivated by the theory, we apply a simple multi-step model-based bootstrapping planner (BOOTS) to bootstrap a weak -function into a stronger policy. Empirical results show that applying BOOTS on top of model-based or model-free policy optimization algorithms at the test time improves the performance on MuJoCo benchmark tasks.
Keywords
Cite
@article{arxiv.1910.05927,
title = {On the Expressivity of Neural Networks for Deep Reinforcement Learning},
author = {Kefan Dong and Yuping Luo and Tengyu Ma},
journal= {arXiv preprint arXiv:1910.05927},
year = {2020}
}
Comments
Accepted in ICML 2020. Title of previous version was "Bootstrapping the Expressivity with Model-based Planning". Code is available at https://github.com/roosephu/boots