基于谱表示的强化学习
摘要
在大规模状态和动作空间的实际应用中,强化学习(RL)通常采用函数近似来表示策略、价值函数和动态模型等核心组件。虽然神经网络等强大的近似方法具有很大的表达力,但它们常常存在理论模糊, suffer from optimization instability and exploration difficulty, and incur substantial computational costs in practice. In this paper, we introduce the perspective of spectral representations as a solution to address these difficulties in RL. Stemming from the spectral decomposition of the transition operator, this framework yields an effective abstraction of the system dynamics for subsequent policy optimization while also providing a clear theoretical characterization. We reveal how to construct spectral representations for transition operators that possess latent variable structures or energy-based structures, which implies different learning methods to extract spectral representations from data. Notably, each of these learning methods realizes an effective RL algorithm under this framework. We also provably extend this spectral view to partially observable MDPs. Finally, we validate these algorithms on over 20 challenging tasks from the DeepMind Control Suite, where they achieve performances comparable or superior to current state-of-the-art model-free and model-based baselines.
引用
@article{arxiv.2512.15036,
title = {Spectral Representation-based Reinforcement Learning},
author = {Chenxiao Gao and Haotian Sun and Na Li and Dale Schuurmans and Bo Dai},
journal= {arXiv preprint arXiv:2512.15036},
year = {2026}
}