paper-with-me

Papers

Competitive Policy Optimization

2020-06-18 · Manish Prajapat, Kamyar Azizzadenesheli, Alexander Liniger, Yisong Yue, Anima Anandkumar

A core challenge in policy optimization in competitive Markov decision processes is the design of efficient optimization methods with desirable convergence and stability properties. To tackle this, we propose competitive policy optimization (CoPO), a novel policy gradient approach that exploits the game-theoretic nature of competitive games to derive policy updates. Motivated by the competitive gradient optimization method, we derive a bilinear approximation of the game objective. In contrast, off-the-shelf policy gradient methods utilize only linear approximations, and hence do not capture interactions among the players. We instantiate CoPO in two ways:(i) competitive policy gradient, and (ii) trust-region competitive policy optimization. We theoretically study these methods, and empirically investigate their behavior on a set of comprehensive, yet challenging, competitive games. We observe that they provide stable optimization, convergence to sophisticated strategies, and higher scores when played against baseline policy gradient methods.

📄 PDF Abstract BibTeX arXiv:2006.10611

Code (4)

manish-pra/copg 공식 구현 pytorch
18jeffreyma/cgd_scratch_work pytorch
18jeffreyma/multi_cmd pytorch
manish-pra/trcopo pytorch

Tasks

Policy Gradient Methods

Similar Papers 제목 키워드 기반

Model Selection in Batch Policy Optimization

2021-12-23 · Jonathan N. Lee, George Tucker, Ofir Nachum, Bo Dai

We study the problem of model selection in batch policy optimization: given a fixed, partial-feedback dataset and $M$ model classes, learn a policy with performance that is competitive with the policy derived from the be…

modelModel Selection

Provably Efficient Fictitious Play Policy Optimization for Zero-Sum Markov Games with Structured Transitions

2022-07-25 · Shuang Qiu, Xiaohan Wei, Jieping Ye, Zhaoran Wang 외

While single-agent policy optimization in a fixed environment has attracted a lot of research attention recently in the reinforcement learning community, much less is known theoretically when there are multiple agents pl…

Online Optimization with Memory and Competitive Control

2020-02-13 · NeurIPS 2020 12 · Guanya Shi, Yiheng Lin, Soon-Jo Chung, Yisong Yue 외

This paper presents competitive algorithms for a novel class of online optimization problems with memory. We consider a setting where the learner seeks to minimize the sum of a hitting cost and a switching cost that depe…

A Strong On-Policy Competitor To PPO

2021-01-01 · Xiangxiang Chu

As a recognized variant and improvement for Trust Region Policy Optimization (TRPO), proximal policy optimization (PPO) has been widely used with several advantages: efficient data utilization, easy implementation and go…

Learning to Constrain Policy Optimization with Virtual Trust Region

2022-04-20 · Hung Le, Thommen Karimpanal George, Majid Abdolshah, Dung Nguyen 외

We introduce a constrained optimization method for policy gradient reinforcement learning, which uses a virtual trust region to regulate each policy update. In addition to using the proximity of one single old policy as …

Atari GamesPolicy Gradient Methods