paper-with-me

Papers

Coordinated Proximal Policy Optimization

2021-11-07 · NeurIPS 2021 12 · Zifan Wu, Chao Yu, Deheng Ye, Junge Zhang, Haiyin Piao, Hankz Hankui Zhuo

We present Coordinated Proximal Policy Optimization (CoPPO), an algorithm that extends the original Proximal Policy Optimization (PPO) to the multi-agent setting. The key idea lies in the coordinated adaptation of step size during the policy update process among multiple agents. We prove the monotonicity of policy improvement when optimizing a theoretically-grounded joint objective, and derive a simplified optimization objective based on a set of approximations. We then interpret that such an objective in CoPPO can achieve dynamic credit assignment among agents, thereby alleviating the high variance issue during the concurrent update of agent policies. Finally, we demonstrate that CoPPO outperforms several strong baselines and is competitive with the latest multi-agent PPO method (i.e. MAPPO) under typical multi-agent settings, including cooperative matrix games and the StarCraft II micromanagement tasks.

📄 PDF Abstract BibTeX arXiv:2111.04051

Code (1)

ZifanWu/Coordinated-PPO 공식 구현 pytorch

Tasks

StarcraftStarcraft II

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Heterogeneous Multi-Agent Proximal Policy Optimization for Power Distribution System Restoration

2025-11-18 · Parya Dolatyabi, Ali Farajzadeh Bavil, Mahdi Khodayar arxiv

Restoring power distribution systems (PDSs) after large-scale outages requires sequential switching actions that reconfigure feeder topology and coordinate distributed energy resources (DERs) under nonlinear constraints,…

Reinforcement Learning

Proximal Policy Optimization for Integrated Sensing and Communication in mmWave Systems

2023-06-27 · Cristian J. Vaca-Rubio, Carles Navarro Manchón, Ramoni Adeogun, Petar Popovski

In wireless communication systems, mmWave beam tracking is a critical task that affects both sensing and communications, as it is related to the knowledge of the wireless channel. We consider a setup in which a Base Stat…

Integrated sensing and communication

Riemannian Proximal Policy Optimization

2020-05-19 · Shijun Wang, Baocheng Zhu, Chen Li, Mingzhe Wu 외

In this paper, We propose a general Riemannian proximal optimization algorithm with guaranteed convergence to solve Markov decision process (MDP) problems. To model policy functions in MDP, we employ Gaussian mixture mod…

Decentralized Inexact Proximal Gradient Method With Network-Independent Stepsizes for Convex Composite Optimization

2023-02-07 · Luyao Guo, Xinli Shi, Jinde Cao, ZiHao Wang

This paper proposes a novel CTA (Combine-Then-Adapt)-based decentralized algorithm for solving convex composite optimization problems over undirected and connected networks. The local loss function in these problems cont…

Proximal Policy Optimization with Mixed Distributed Training

2019-07-15 · Zhen-Yu Zhang, Xiangfeng Luo, Tong Liu, Shaorong Xie 외

Instability and slowness are two main problems in deep reinforcement learning. Even if proximal policy optimization (PPO) is the state of the art, it still suffers from these two problems. We introduce an improved algori…

Deep Reinforcement LearningReinforcement Learning