paper-with-me

Papers

Conditionally Optimistic Exploration for Cooperative Deep Multi-Agent Reinforcement Learning

2023-03-16 · Xutong Zhao, Yangchen Pan, Chenjun Xiao, Sarath Chandar, Janarthanan Rajendran

Efficient exploration is critical in cooperative deep Multi-Agent Reinforcement Learning (MARL). In this work, we propose an exploration method that effectively encourages cooperative exploration based on the idea of sequential action-computation scheme. The high-level intuition is that to perform optimism-based exploration, agents would explore cooperative strategies if each agent's optimism estimate captures a structured dependency relationship with other agents. Assuming agents compute actions following a sequential order at \textit{each environment timestep}, we provide a perspective to view MARL as tree search iterations by considering agents as nodes at different depths of the search tree. Inspired by the theoretically justified tree search algorithm UCT (Upper Confidence bounds applied to Trees), we develop a method called Conditionally Optimistic Exploration (COE). COE augments each agent's state-action value estimate with an action-conditioned optimistic bonus derived from the visitation count of the global state and joint actions of preceding agents. COE is performed during training and disabled at deployment, making it compatible with any value decomposition method for centralized training with decentralized execution. Experiments across various cooperative MARL benchmarks show that COE outperforms current state-of-the-art exploration methods on hard-exploration tasks.

📄 PDF Abstract BibTeX arXiv:2303.09032

Code (1)

chandar-lab/coe 공식 구현 pytorch

Tasks

Efficient ExplorationMulti-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Toward Risk-based Optimistic Exploration for Cooperative Multi-Agent Reinforcement Learning

2023-03-03 · Jihwan Oh, Joonkee Kim, Minchan Jeong, Se-Young Yun

The multi-agent setting is intricate and unpredictable since the behaviors of multiple agents influence one another. To address this environmental uncertainty, distributional reinforcement learning algorithms that incorp…

Distributional Reinforcement LearningMulti-agent Reinforcement Learningquantile regressionreinforcement-learning+2

Optimistic ε-Greedy Exploration for Cooperative Multi-Agent Reinforcement Learning

2025-02-05 · Ruoning Zhang, Siying Wang, Wenyu Chen, Yang Zhou 외

The Centralized Training with Decentralized Execution (CTDE) paradigm is widely used in cooperative multi-agent reinforcement learning. However, due to the representational limitations of traditional monotonic value deco…

Multi-agent Reinforcement Learning

Strategically Efficient Exploration in Competitive Multi-agent Reinforcement Learning

2021-07-30 · Robert Loftin, Aadirupa Saha, Sam Devlin, Katja Hofmann

High sample complexity remains a barrier to the application of reinforcement learning (RL), particularly in multi-agent systems. A large body of work has demonstrated that exploration mechanisms based on the principle of…

Efficient ExplorationMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Optimistic Multi-Agent Policy Gradient

2023-11-03 · Wenshuai Zhao, Yi Zhao, Zhiyuan Li, Juho Kannala 외

*Relative overgeneralization* (RO) occurs in cooperative multi-agent learning tasks when agents converge towards a suboptimal joint policy due to overfitting to suboptimal behavior of other agents. No methods have been p…

MuJoCoQ-Learning

DOP: Deep Optimistic Planning with Approximate Value Function Evaluation

2018-03-22 · Francesco Riccio, Roberto Capobianco, Daniele Nardi

Research on reinforcement learning has demonstrated promising results in manifold applications and domains. Still, efficiently learning effective robot behaviors is very difficult, due to unstructured scenarios, high unc…

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)