paper-with-me

Papers

Efficient Reinforcement Learning in Factored MDPs with Application to Constrained RL

2020-08-31 · ICLR 2021 1 · Xiaoyu Chen, Jiachen Hu, Lihong Li, Li-Wei Wang

Reinforcement learning (RL) in episodic, factored Markov decision processes (FMDPs) is studied. We propose an algorithm called FMDP-BF, which leverages the factorization structure of FMDP. The regret of FMDP-BF is shown to be exponentially smaller than that of optimal algorithms designed for non-factored MDPs, and improves on the best previous result for FMDPs~\citep{osband2014near} by a factored of $\sqrt{H|\mathcal{S}_i|}$, where $|\mathcal{S}_i|$ is the cardinality of the factored state subspace and $H$ is the planning horizon. To show the optimality of our bounds, we also provide a lower bound for FMDP, which indicates that our algorithm is near-optimal w.r.t. timestep $T$, horizon $H$ and factored state-action subspace cardinality. Finally, as an application, we study a new formulation of constrained RL, known as RL with knapsack constraints (RLwK), and provides the first sample-efficient algorithm based on FMDP-BF.

📄 PDF Abstract BibTeX arXiv:2008.13319

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Polynomial Time Reinforcement Learning in Factored State MDPs with Linear Value Functions

2021-07-12 · Zihao Deng, Siddartha Devic, Brendan Juba

Many reinforcement learning (RL) environments in practice feature enormous state spaces that may be described compactly by a "factored" structure, that may be modeled by Factored Markov Decision Processes (FMDPs). We pre…

reinforcement-learningReinforcement Learning (RL)

Reinforcement Learning in Factored MDPs: Oracle-Efficient Algorithms and Tighter Regret Bounds for the Non-Episodic Setting

2020-02-06 · NeurIPS 2020 12 · Ziping Xu, Ambuj Tewari

We study reinforcement learning in non-episodic factored Markov decision processes (FMDPs). We propose two near-optimal and oracle-efficient algorithms for FMDPs. Assuming oracle access to an FMDP planner, they enjoy a B…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Towards Minimax Optimal Reinforcement Learning in Factored Markov Decision Processes

2020-06-24 · NeurIPS 2020 12 · Yi Tian, Jian Qian, Suvrit Sra

We study minimax optimal reinforcement learning in episodic factored Markov decision processes (FMDPs), which are MDPs with conditionally independent transition components. Assuming the factorization is known, we propose…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Near-optimal Reinforcement Learning in Factored MDPs

2014-03-15 · NeurIPS 2014 12 · Ian Osband, Benjamin Van Roy

Any reinforcement learning algorithm that applies to all Markov decision processes (MDPs) will suffer $\Omega(\sqrt{SAT})$ regret on some MDP, where $T$ is the elapsed time and $S$ and $A$ are the cardinalities of the st…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Efficient Solution and Learning of Robust Factored MDPs

2025-08-01 · Yannik Schnitzer, Alessandro Abate, David Parker arxiv

Robust Markov decision processes (r-MDPs) extend MDPs by explicitly modelling epistemic uncertainty about transition dynamics. Learning r-MDPs from interactions with an unknown environment enables the synthesis of robust…