LGAIJul 2, 2024

Physics-Informed Model and Hybrid Planning for Efficient Dyna-Style Reinforcement Learning

arXiv:2407.02217v12 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses efficiency challenges in RL for real-world applications, but appears incremental as it builds on existing Dyna-style and hybrid planning approaches.

The paper tackled the trade-off between asymptotic performance, sample efficiency, and inference time in reinforcement learning by leveraging partial physical knowledge, resulting in improved compromise over state-of-the-art methods.

Applying reinforcement learning (RL) to real-world applications requires addressing a trade-off between asymptotic performance, sample efficiency, and inference time. In this work, we demonstrate how to address this triple challenge by leveraging partial physical knowledge about the system dynamics. Our approach involves learning a physics-informed model to boost sample efficiency and generating imaginary trajectories from this model to learn a model-free policy and Q-function. Furthermore, we propose a hybrid planning strategy, combining the learned policy and Q-function with the learned model to enhance time efficiency in planning. Through practical demonstrations, we illustrate that our method improves the compromise between sample efficiency, time efficiency, and performance over state-of-the-art methods.

Code Implementations1 repo
Foundations

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

Your Notes