LGMLMay 24, 2024

SF-DQN: Provable Knowledge Transfer using Successor Feature for Deep Reinforcement Learning

arXiv:2405.15920v28 citationsh-index: 16ICML
Originality Highly original
AI Analysis

This provides theoretical foundations for a promising transfer RL framework, addressing a bottleneck in sample efficiency for practitioners.

The paper tackles the transfer reinforcement learning problem where tasks share transition dynamics but have different rewards, establishing the first convergence analysis and generalization guarantees for SF-DQN with GPI, showing it outperforms methods like deep Q-network with faster convergence and better generalization in experiments.

This paper studies the transfer reinforcement learning (RL) problem where multiple RL problems have different reward functions but share the same underlying transition dynamics. In this setting, the Q-function of each RL problem (task) can be decomposed into a successor feature (SF) and a reward mapping: the former characterizes the transition dynamics, and the latter characterizes the task-specific reward function. This Q-function decomposition, coupled with a policy improvement operator known as generalized policy improvement (GPI), reduces the sample complexity of finding the optimal Q-function, and thus the SF \& GPI framework exhibits promising empirical performance compared to traditional RL methods like Q-learning. However, its theoretical foundations remain largely unestablished, especially when learning the successor features using deep neural networks (SF-DQN). This paper studies the provable knowledge transfer using SFs-DQN in transfer RL problems. We establish the first convergence analysis with provable generalization guarantees for SF-DQN with GPI. The theory reveals that SF-DQN with GPI outperforms conventional RL approaches, such as deep Q-network, in terms of both faster convergence rate and better generalization. Numerical experiments on real and synthetic RL tasks support the superior performance of SF-DQN \& GPI, aligning with our theoretical findings.

Foundations

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

Your Notes