NeFut Logo NeFut
Admin Login

[CS.AI] Breakthroughs in Reinforcement Learning for Non-Stationary MDPs: Algorithms and Convergence

Published at: 2026-07-19 22:00 Last updated: 2026-07-22 01:02
#Reinforcement Learning #Markov Decision Process #Q-learning

In this paper, we introduce the Switching Non-Stationary Markov Decision Process (SNS-MDP) framework, where the environment transitions among a finite set of Markov Decision Processes (MDPs) governed by a latent Markov chain, while the agent observes only the external state. We demonstrate that the long-term effect of this switching is equivalent to stationary dynamics parameterized by the stationary distribution of the hidden Markov chain.

For fixed policies, we derive a closed-form expression for the SNS value function and prove that standard temporal-difference (TD) learning converges to it almost surely despite persistent non-stationarity. Furthermore, we establish that policy iteration converges to the optimal policy of the equivalent averaged environment, and prove that tabular Q-learning converges almost surely to the optimal Q-function. The framework is validated on a wireless communication network with Markovian channel noise, demonstrating its practical efficacy for decision-making in rapidly time-varying systems.

Blogger's Review: This paper provides a new theoretical foundation for reinforcement learning in non-stationary environments through the introduction of the SNS-MDP framework, showcasing good adaptability and convergence in complex decision-making problems. It opens up new directions for future applications in dynamic systems.

Original Source: https://arxiv.org/abs/2503.18607

[h] Back to Home