paper-with-me

홈 › Papers

Bootstrapping the Expressivity with Model-based Planning

2019-09-25 · Kefan Dong, Yuping Luo, Tengyu Ma

We compare the model-free reinforcement learning with the model-based approaches through the lens of the expressive power of neural networks for policies, $Q$-functions, and dynamics. We show, theoretically and empirically, that even for one-dimensional continuous state space, there are many MDPs whose optimal $Q$-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 $Q$-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.

📄 PDF Abstract BibTeX

Code (1)

roosephu/boots 공식 구현 tf

Tasks

modelMuJoCo

Similar Papers 제목 키워드 기반

Implicit Under-Parameterization Inhibits Data-Efficient Deep Reinforcement Learning

2020-10-27 · ICLR 2021 1 · Aviral Kumar, Rishabh Agarwal, Dibya Ghosh, Sergey Levine

We identify an implicit under-parameterization phenomenon in value-based deep RL methods that use bootstrapping: when value functions, approximated using deep neural networks, are trained with gradient descent using iter…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

On the Expressivity of Neural Networks for Deep Reinforcement Learning

2019-10-14 · ICML 2020 1 · Kefan Dong, Yuping Luo, Tengyu Ma

We compare the model-free reinforcement learning with the model-based approaches through the lens of the expressive power of neural networks for policies, $Q$-functions, and dynamics. We show, theoretically and empirical…

Deep Reinforcement LearningMuJoCoreinforcement-learningReinforcement Learning+1

Towards High-Level Modelling in Automated Planning

2024-12-09 · Carla Davesa Sureda, Joan Espasa Arxer, Ian Miguel, Mateu Villaret Auselle

Planning is a fundamental activity, arising frequently in many contexts, from daily tasks to industrial processes. The planning task consists of selecting a sequence of actions to achieve a specified goal from specified …

Geometric Approaches to Increase the Expressivity of Deep Neural Networks for MR Reconstruction

2020-03-17 · Eunju Cha, Gyutaek Oh, Jong Chul Ye

Recently, deep learning approaches have been extensively investigated to reconstruct images from accelerated magnetic resonance image (MRI) acquisition. Although these approaches provide significant performance gain comp…

compressed sensingDecoder

Dream and Search to Control: Latent Space Planning for Continuous Control

2020-10-19 · Anurag Koul, Varun V. Kumar, Alan Fern, Somdeb Majumdar

Learning and planning with latent space dynamics has been shown to be useful for sample efficiency in model-based reinforcement learning (MBRL) for discrete and continuous control tasks. In particular, recent work, for d…

continuous-controlContinuous ControlModel-based Reinforcement LearningReinforcement Learning (RL)