paper-with-me

홈 › Papers

Online Markov Decision Processes with Non-oblivious Strategic Adversary

2021-10-07 · Le Cong Dinh, David Henry Mguni, Long Tran-Thanh, Jun Wang, Yaodong Yang

We study a novel setting in Online Markov Decision Processes (OMDPs) where the loss function is chosen by a non-oblivious strategic adversary who follows a no-external regret algorithm. In this setting, we first demonstrate that MDP-Expert, an existing algorithm that works well with oblivious adversaries can still apply and achieve a policy regret bound of $\mathcal{O}(\sqrt{T \log(L)}+\tau^2\sqrt{ T \log(|A|)})$ where $L$ is the size of adversary's pure strategy set and $|A|$ denotes the size of agent's action space. Considering real-world games where the support size of a NE is small, we further propose a new algorithm: MDP-Online Oracle Expert (MDP-OOE), that achieves a policy regret bound of $\mathcal{O}(\sqrt{T\log(L)}+\tau^2\sqrt{ T k \log(k)})$ where $k$ depends only on the support size of the NE. MDP-OOE leverages the key benefit of Double Oracle in game theory and thus can solve games with prohibitively large action space. Finally, to better understand the learning dynamics of no-regret methods, under the same setting of no-external regret adversary in OMDPs, we introduce an algorithm that achieves last-round convergence result to a NE. To our best knowledge, this is first work leading to the last iteration result in OMDPs.

📄 PDF Abstract BibTeX arXiv:2110.03604

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Online Markov Decision Processes under Bandit Feedback

2010-12-01 · NeurIPS 2010 12 · Gergely Neu, Andras Antos, András György, Csaba Szepesvári

We consider online learning in finite stochastic Markovian environments where in each time step a new reward function is chosen by an oblivious adversary. The goal of the learning agent is to compete with the best statio…

Risk-aware Stochastic Shortest Path

2022-03-03 · Tobias Meggendorfer

We treat the problem of risk-aware control for stochastic shortest path (SSP) on Markov decision processes (MDP). Typically, expectation is considered for SSP, which however is oblivious to the incurred risk. We present …

Decentralized Learning Strategies for Estimation Error Minimization with Graph Neural Networks

2024-04-04 · Xingran Chen, Navid Naderializadeh, Alejandro Ribeiro, Shirin Saeedi Bidokhti

We address the challenge of sampling and remote estimation for autoregressive Markovian processes in a multi-hop wireless network with statistically-identical agents. Agents cache the most recent samples from others and …

Decision MakingGraph Neural NetworkMulti-agent Reinforcement Learning

Real-time Sampling and Estimation on Random Access Channels: Age of Information and Beyond

2020-07-07 · Xingran Chen, Xinyu Liao, Shirin Saeedi Bidokhti

Efficient sampling and remote estimation are critical for a plethora of wireless-empowered applications in the Internet of Things and cyber-physical systems. Motivated by such applications, this work proposes decentraliz…

Decision MakingScheduling

Online Markov decision processes with policy iteration

2015-10-15 · Yao Ma, Hao Zhang, Masashi Sugiyama

The online Markov decision process (MDP) is a generalization of the classical Markov decision process that incorporates changing reward functions. In this paper, we propose practical online MDP algorithms with policy ite…