LGApr 1

Full-Gradient Successor Feature Representations

arXiv:2604.0068631.4h-index: 7
AI Analysis

This work addresses a critical bottleneck in multi-task reinforcement learning by improving the robustness of successor feature representations, though it is incremental as it builds on existing frameworks.

The paper tackled the instability and lack of convergence guarantees in successor feature learning for reinforcement learning transfer, proposing a full-gradient method that achieved superior sample efficiency and transfer performance compared to semi-gradient baselines.

Successor Features (SF) combined with Generalized Policy Improvement (GPI) provide a robust framework for transfer learning in Reinforcement Learning (RL) by decoupling environment dynamics from reward functions. However, standard SF learning methods typically rely on semi-gradient Temporal Difference (TD) updates. When combined with non-linear function approximation, semi-gradient methods lack robust convergence guarantees and can lead to instability, particularly in the multi-task setting where accurate feature estimation is critical for effective GPI. Inspired by Full Gradient DQN, we propose Full-Gradient Successor Feature Representations Q-Learning (FG-SFRQL), an algorithm that optimizes the successor features by minimizing the full Mean Squared Bellman Error. Unlike standard approaches, our method computes gradients with respect to parameters in both the online and target networks. We provide a theoretical proof of almost-sure convergence for FG-SFRQL and demonstrate empirically that minimizing the full residual leads to superior sample efficiency and transfer performance compared to semi-gradient baselines in both discrete and continuous domains.

Foundations

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

Your Notes