AIJul 24, 2023

Theoretically Guaranteed Policy Improvement Distilled from Model-Based Planning

arXiv:2307.12933v1
Originality Highly original
AI Analysis

This work addresses the challenge of combining the foresight of planning with the exploration of RL for continuous control, offering a theoretically grounded solution with practical improvements.

The paper tackles the problem of distilling model-based planning into reinforcement learning policies to improve sample efficiency and performance, achieving better results than both model-free and model-based planning algorithms on six continuous control tasks in MuJoCo.

Model-based reinforcement learning (RL) has demonstrated remarkable successes on a range of continuous control tasks due to its high sample efficiency. To save the computation cost of conducting planning online, recent practices tend to distill optimized action sequences into an RL policy during the training phase. Although the distillation can incorporate both the foresight of planning and the exploration ability of RL policies, the theoretical understanding of these methods is yet unclear. In this paper, we extend the policy improvement step of Soft Actor-Critic (SAC) by developing an approach to distill from model-based planning to the policy. We then demonstrate that such an approach of policy improvement has a theoretical guarantee of monotonic improvement and convergence to the maximum value defined in SAC. We discuss effective design choices and implement our theory as a practical algorithm -- Model-based Planning Distilled to Policy (MPDP) -- that updates the policy jointly over multiple future time steps. Extensive experiments show that MPDP achieves better sample efficiency and asymptotic performance than both model-free and model-based planning algorithms on six continuous control benchmark tasks in MuJoCo.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes