paper-with-me

홈 › Papers

Optimizing over a Restricted Policy Class in Markov Decision Processes

2018-02-26 · Ershad Banijamali, Yasin Abbasi-Yadkori, Mohammad Ghavamzadeh, Nikos Vlassis

We address the problem of finding an optimal policy in a Markov decision process under a restricted policy class defined by the convex hull of a set of base policies. This problem is of great interest in applications in which a number of reasonably good (or safe) policies are already known and we are only interested in optimizing in their convex hull. We show that this problem is NP-hard to solve exactly as well as to approximate to arbitrary accuracy. However, under a condition that is akin to the occupancy measures of the base policies having large overlap, we show that there exists an efficient algorithm that finds a policy that is almost as good as the best convex combination of the base policies. The running time of the proposed algorithm is linear in the number of states and polynomial in the number of base policies. In practice, we demonstrate an efficient implementation for large state problems. Compared to traditional policy gradient methods, the proposed approach has the advantage that, apart from the computation of occupancy measures of some base policies, the iterative method need not interact with the environment during the optimization process. This is especially important in complex systems where estimating the value of a policy can be a time consuming process.

📄 PDF Abstract BibTeX arXiv:1802.09646

Code (0)

등록된 구현이 없습니다.

Tasks

Policy Gradient Methods

Similar Papers 제목 키워드 기반

Zeroth-Order Actor-Critic: An Evolutionary Framework for Sequential Decision Problems

2022-01-29 · YuHeng Lei, Yao Lyu, Guojian Zhan, Tao Zhang 외

Evolutionary algorithms (EAs) have shown promise in solving sequential decision problems (SDPs) by simplifying them to static optimization problems and searching for the optimal policy parameters in a zeroth-order way. W…

continuous-controlContinuous ControlEvolutionary AlgorithmsReinforcement Learning (RL)

Minimax-Optimal Off-Policy Evaluation with Linear Function Approximation

2020-02-21 · ICML 2020 1 · Yaqi Duan, Mengdi Wang

This paper studies the statistical theory of batch data reinforcement learning with function approximation. Consider the off-policy evaluation problem, which is to estimate the cumulative value of a new target policy fro…

Off-policy evaluationReinforcement Learning

Breaking the Curse of Multiagency: Provably Efficient Decentralized Multi-Agent RL with Function Approximation

2023-02-13 · Yuanhao Wang, Qinghua Liu, Yu Bai, Chi Jin

A unique challenge in Multi-Agent Reinforcement Learning (MARL) is the curse of multiagency, where the description length of the game as well as the complexity of many existing learning algorithms scale exponentially wit…

Multi-agent Reinforcement Learning

Large-Scale Markov Decision Problems via the Linear Programming Dual

2019-01-06 · Yasin Abbasi-Yadkori, Peter L. Bartlett, Xi Chen, Alan Malek

We consider the problem of controlling a fully specified Markov decision process (MDP), also known as the planning problem, when the state space is very large and calculating the optimal policy is intractable. Instead, w…

Convex Markov Games and Beyond: New Proof of Existence, Characterization and Learning Algorithms for Nash Equilibria

2026-02-12 · Anas Barakat, Ioannis Panageas, Antonios Varvitsiotis arxiv

Convex Markov Games (cMGs) were recently introduced as a broad class of multi-agent learning problems that generalize Markov games to settings where strategic agents optimize general utilities beyond additive rewards. Wh…