paper-with-me

홈 › Papers

Learning Multi-agent Skills for Tabular Reinforcement Learning using Factor Graphs

2022-01-20 · Jiayu Chen, Jingdi Chen, Tian Lan, Vaneet Aggarwal

Covering skill (a.k.a., option) discovery has been developed to improve the exploration of reinforcement learning in single-agent scenarios with sparse reward signals, through connecting the most distant states in the embedding space provided by the Fiedler vector of the state transition graph. However, these option discovery methods cannot be directly extended to multi-agent scenarios, since the joint state space grows exponentially with the number of agents in the system. Thus, existing researches on adopting options in multi-agent scenarios still rely on single-agent option discovery and fail to directly discover the joint options that can improve the connectivity of the joint state space of agents. In this paper, we show that it is indeed possible to directly compute multi-agent options with collaborative exploratory behaviors among the agents, while still enjoying the ease of decomposition. Our key idea is to approximate the joint state space as a Kronecker graph -- the Kronecker product of individual agents' state transition graphs, based on which we can directly estimate the Fiedler vector of the joint state space using the Laplacian spectrum of individual agents' transition graphs. This decomposition enables us to efficiently construct multi-agent joint options by encouraging agents to connect the sub-goal joint states which are corresponding to the minimum or maximum values of the estimated joint Fiedler vector. The evaluation based on multi-agent collaborative tasks shows that the proposed algorithm can successfully identify multi-agent options, and significantly outperforms prior works using single-agent options or no options, in terms of both faster exploration and higher cumulative rewards.

📄 PDF Abstract BibTeX arXiv:2201.08227

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Strategic Dialogue Management via Deep Reinforcement Learning

2015-11-25 · Heriberto Cuayáhuitl, Simon Keizer, Oliver Lemon

Artificially intelligent agents equipped with strategic skills that can negotiate during their interactions with other natural or artificial agents are still underdeveloped. This paper describes a successful application …

Deep Reinforcement LearningDialogue ManagementManagementreinforcement-learning+2

Self-supervised Visual Reinforcement Learning with Object-centric Representations

2020-11-29 · ICLR 2021 1 · Andrii Zadaianchuk, Maximilian Seitzer, Georg Martius

Autonomous agents need large repertoires of skills to act reasonably on new tasks that they have not seen before. However, acquiring these skills using only a stream of high-dimensional, unstructured, and unlabeled obser…

Objectreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Skill Transfer in Deep Reinforcement Learning under Morphological Heterogeneity

2019-08-14 · Yang Hu, Giovanni Montana

Transfer learning methods for reinforcement learning (RL) domains facilitate the acquisition of new skills using previously acquired knowledge. The vast majority of existing approaches assume that the agents have the sam…

DecoderDeep Reinforcement LearningMuJoCoreinforcement-learning+3

Hierarchical and Interpretable Skill Acquisition in Multi-task Reinforcement Learning

2017-12-20 · ICLR 2018 1 · Tianmin Shu, Caiming Xiong, Richard Socher

Learning policies for complex tasks that require multiple different skills is a major challenge in reinforcement learning (RL). It is also a requirement for its deployment in real-world scenarios. This paper proposes a n…

Minecraftreinforcement-learningReinforcement LearningReinforcement Learning (RL)

On the Limits of Tabular Hardness Metrics for Deep RL: A Study with the Pharos Benchmark

2025-09-21 · Michelangelo Conserva, Remo Sasso, Paulo Rauber arxiv

Principled evaluation is critical for progress in deep reinforcement learning (RL), yet it lags behind the theory-driven benchmarks of tabular RL. While tabular settings benefit from well-understood hardness measures lik…

Reinforcement Learning