GEM-MPC算法通过专家引导规划平衡探索与利用
GEM-MPC: Balancing Exploration and Exploitation through Expert-Guided Planning
这是篇关于强化学习新算法的论文,作者提出GEM-MPC方法,通过专家引导规划来平衡探索和利用,在连续控制任务上表现更好。
本文提出GEM-MPC方法,在强化学习连续控制中解决探索与利用的平衡问题。该方法基于MPPI,通过克隆规划器训练的策略与围绕其探索的策略结合,提供互补的利用和引导探索。同时引入门控先验蒸馏技术,仅当存储的规划分布能提供更好的目标时才学习,减少过时数据的影响。在连续控制基准测试中,GEM-MPC在更低计算预算下显著优于现有规划基线。
GEM-MPC: Balancing Exploration and Exploitation through Expert-Guided Planning
Effective exploration in high-dimensional continuous control remains a central challenge in reinforcement learning. Planning-based methods address this by combining online planning with learned policies and value functions, but their components can become misaligned during training: learned sampling policies may diverge from planner behavior, while planning distributions stored in replay become stale as the model and value function evolve. Reanalysis can refresh these targets, but at substantial computational cost. We propose GEM-MPC, an MPPI-based reinforcement learning method that improves the interaction between planning and learning. GEM-MPC uses MPPI to combine a policy trained to clone the planner with a KL-regularized policy that explores around it, providing complementary exploitation and guided exploration within planning. We further introduce Gated Prior Distillation, which selectively learns from stored planning distributions only when they provide a better target than the current prior, reducing the impact of stale planning data without requiring full reanalysis. Across continuous-control benchmarks, GEM-MPC consistently outperforms existing planning-based baselines under lower computational budgets.