paper-with-me

Papers

Self-Motivated Multi-Agent Exploration

2023-01-05 · Shaowei Zhang, Jiahan Cao, Lei Yuan, Yang Yu, De-Chuan Zhan

In cooperative multi-agent reinforcement learning (CMARL), it is critical for agents to achieve a balance between self-exploration and team collaboration. However, agents can hardly accomplish the team task without coordination and they would be trapped in a local optimum where easy cooperation is accessed without enough individual exploration. Recent works mainly concentrate on agents' coordinated exploration, which brings about the exponentially grown exploration of the state space. To address this issue, we propose Self-Motivated Multi-Agent Exploration (SMMAE), which aims to achieve success in team tasks by adaptively finding a trade-off between self-exploration and team cooperation. In SMMAE, we train an independent exploration policy for each agent to maximize their own visited state space. Each agent learns an adjustable exploration probability based on the stability of the joint team policy. The experiments on highly cooperative tasks in StarCraft II micromanagement benchmark (SMAC) demonstrate that SMMAE can explore task-related states more efficiently, accomplish coordinated behaviours and boost the learning performance.

📄 PDF Abstract BibTeX arXiv:2301.02083

Code (1)

zhang-shaowei/smmae 공식 구현 pytorch

Tasks

Multi-agent Reinforcement LearningSMACSMAC+StarcraftStarcraft II

Similar Papers 제목 키워드 기반

Learning Intrinsically Motivated Options to Stimulate Policy Exploration

2020-06-12 · ICML Workshop LifelongML 2020 7 · Louis Bagot, Kevin Mets, Steven Latré

A Reinforcement Learning (RL) agent needs to find an optimal sequence of actions in order to maximize rewards. This requires consistent exploration of states and action sequences to ensure the policy found is optimal. On…

reinforcement-learningReinforcement Learning (RL)

Intrinsically Motivated Goal Exploration Processes with Automatic Curriculum Learning

2017-08-07 · Sébastien Forestier, Rémy Portelas, Yoan Mollard, Pierre-Yves Oudeyer

Intrinsically motivated spontaneous exploration is a key enabler of autonomous developmental learning in human children. It enables the discovery of skill repertoires through autotelic learning, i.e. the self-generation,…

Developmental LearningMulti-Goal Reinforcement LearningReinforcement LearningSelf-Supervised Learning

Emergence of Goal-Directed Behaviors via Active Inference with Self-Prior

2025-04-15 · Dongmin Kim, Hoshinori Kanazawa, Naoto Yoshida, Yasuo Kuniyoshi

Infants often exhibit goal-directed behaviors, such as reaching for a sensory stimulus, even when no external reward criterion is provided. These intrinsically motivated behaviors facilitate spontaneous exploration and l…

Curiosity-Driven Development of Action and Language in Robots Through Self-Exploration

2025-10-06 · Theodore Jerome Tinker, Kenji Doya, Jun Tani arxiv

Infants acquire language with generalization from minimal experience, whereas large language models require billions of training tokens. What underlies efficient development in humans? We investigated this problem throug…

Learning intuitive physics and one-shot imitation using state-action-prediction self-organizing maps

2020-07-03 · Martin Stetter, Elmar W. Lang

Human learning and intelligence work differently from the supervised pattern recognition approach adopted in most deep learning architectures. Humans seem to learn rich representations by exploration and imitation, build…