paper-with-me

홈 › Papers

The complexity of non-stationary reinforcement learning

2023-07-13 · Christos Papadimitriou, Binghui Peng

The problem of continual learning in the domain of reinforcement learning, often called non-stationary reinforcement learning, has been identified as an important challenge to the application of reinforcement learning. We prove a worst-case complexity result, which we believe captures this challenge: Modifying the probabilities or the reward of a single state-action pair in a reinforcement learning problem requires an amount of time almost as large as the number of states in order to keep the value function up to date, unless the strong exponential time hypothesis (SETH) is false; SETH is a widely accepted strengthening of the P $\neq$ NP conjecture. Recall that the number of states in current applications of reinforcement learning is typically astronomical. In contrast, we show that just $\textit{adding}$ a new state-action pair is considerably easier to implement.

📄 PDF Abstract BibTeX arXiv:2307.06877

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learningreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Non-stationary Reinforcement Learning under General Function Approximation

2023-06-01 · Songtao Feng, Ming Yin, Ruiquan Huang, Yu-Xiang Wang 외

General function approximation is a powerful tool to handle large state and action spaces in a broad range of reinforcement learning (RL) scenarios. However, theoretical understanding of non-stationary MDPs with general …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

The Complexity of Markov Equilibrium in Stochastic Games

2022-04-08 · Constantinos Daskalakis, Noah Golowich, Kaiqing Zhang

We show that computing approximate stationary Markov coarse correlated equilibria (CCE) in general-sum stochastic games is computationally intractable, even when there are two players, the game is turn-based, the discoun…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

A New Interpretation of the Certainty-Equivalence Approach for PAC Reinforcement Learning with a Generative Model

2025-01-05 · Shivaram Kalyanakrishnan, Sheel Shah, Santhosh Kumar Guguloth

Reinforcement learning (RL) enables an agent interacting with an unknown MDP $M$ to optimise its behaviour by observing transitions sampled from $M$. A natural entity that emerges in the agent's reasoning is $\widehat{M}…

Reinforcement Learning (RL)

Episodic Reinforcement Learning in Finite MDPs: Minimax Lower Bounds Revisited

2020-10-07 · Omar Darwiche Domingues, Pierre Ménard, Emilie Kaufmann, Michal Valko

In this paper, we propose new problem-independent lower bounds on the sample complexity and regret in episodic MDPs, with a particular focus on the non-stationary case in which the transition kernel is allowed to change …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Solving Continuous Mean Field Games: Deep Reinforcement Learning for Non-Stationary Dynamics

2025-10-25 · Lorenzo Magnino, Kai Shao, Zida Wu, Jiacheng Shen 외 arxiv

Mean field games (MFGs) have emerged as a powerful framework for modeling interactions in large-scale multi-agent systems. Despite recent advancements in reinforcement learning (RL) for MFGs, existing methods are typical…

Reinforcement Learning