paper-with-me

Papers

Episodic Multi-agent Reinforcement Learning with Curiosity-Driven Exploration

2021-11-22 · NeurIPS 2021 12 · Lulu Zheng, Jiarui Chen, Jianhao Wang, Jiamin He, Yujing Hu, Yingfeng Chen, Changjie Fan, Yang Gao, Chongjie Zhang

Efficient exploration in deep cooperative multi-agent reinforcement learning (MARL) still remains challenging in complex coordination problems. In this paper, we introduce a novel Episodic Multi-agent reinforcement learning with Curiosity-driven exploration, called EMC. We leverage an insight of popular factorized MARL algorithms that the "induced" individual Q-values, i.e., the individual utility functions used for local execution, are the embeddings of local action-observation histories, and can capture the interaction between agents due to reward backpropagation during centralized training. Therefore, we use prediction errors of individual Q-values as intrinsic rewards for coordinated exploration and utilize episodic memory to exploit explored informative experience to boost policy training. As the dynamics of an agent's individual Q-value function captures the novelty of states and the influence from other agents, our intrinsic reward can induce coordinated exploration to new or promising states. We illustrate the advantages of our method by didactic examples, and demonstrate its significant outperformance over state-of-the-art MARL baselines on challenging tasks in the StarCraft II micromanagement benchmark.

📄 PDF Abstract BibTeX arXiv:2111.11032

Code (2)

chandar-lab/coe pytorch
hyunghona/emu pytorch

Tasks

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

Similar Papers 제목 키워드 기반

Remember to be Curious: Episodic Context and Persistent Worlds for 3D Exploration

2026-05-21 · Lily Goli, Justin Kerr, Daniele Reda, Alec Jacobson 외 arxiv

Exploration is a prerequisite for learning useful behaviors in sparse-reward, long-horizon tasks, particularly within 3D environments. Curiosity-driven reinforcement learning addresses this via intrinsic rewards derived …

Reinforcement Learning3D Reconstruction

Prototyping three key properties of specific curiosity in computational reinforcement learning

2022-05-20 · Nadia M. Ady, Roshan Shariff, Johannes Günther, Patrick M. Pilarski

Curiosity for machine agents has been a focus of intense research. The study of human and animal curiosity, particularly specific curiosity, has unearthed several properties that would offer important benefits for machin…

Decision Makingreinforcement-learningReinforcement Learning (RL)

Five Properties of Specific Curiosity You Didn't Know Curious Machines Should Have

2022-12-01 · Nadia M. Ady, Roshan Shariff, Johannes Günther, Patrick M. Pilarski

Curiosity for machine agents has been a focus of lively research activity. The study of human and animal curiosity, particularly specific curiosity, has unearthed several properties that would offer important benefits fo…

Decision Makingreinforcement-learningReinforcement Learning (RL)

Episodic Curiosity through Reachability

2018-10-04 · ICLR 2019 5 · Nikolay Savinov, Anton Raichuk, Raphaël Marinier, Damien Vincent 외

Rewards are sparse in the real world and most of today's reinforcement learning algorithms struggle with such sparsity. One solution to this problem is to allow the agent to create rewards for itself - thus making reward…

MuJoCoReinforcement Learning

Curiosity-Driven Multi-Agent Exploration with Mixed Objectives

2022-10-29 · Roben Delos Reyes, Kyunghwan Son, Jinhwan Jung, Wan Ju Kang 외

Intrinsic rewards have been increasingly used to mitigate the sparse reward problem in single-agent reinforcement learning. These intrinsic rewards encourage the agent to look for novel experiences, guiding the agent to …