Graph Convolutional Reinforcement Learning
Jiechuan Jiang, Chen Dun, Tiejun Huang, and Zongqing Lu

TL;DR
This paper introduces a graph convolutional reinforcement learning approach that dynamically models agent interactions in multi-agent systems, significantly enhancing cooperation in various scenarios.
Contribution
It proposes a novel graph convolutional framework that adapts to dynamic multi-agent environments and captures agent relations for improved cooperation.
Findings
Outperforms existing methods in cooperative scenarios
Effectively models dynamic agent interactions
Enhances cooperation through relation regularization
Abstract
Learning to cooperate is crucially important in multi-agent environments. The key is to understand the mutual interplay between agents. However, multi-agent environments are highly dynamic, where agents keep moving and their neighbors change quickly. This makes it hard to learn abstract representations of mutual interplay between agents. To tackle these difficulties, we propose graph convolutional reinforcement learning, where graph convolution adapts to the dynamics of the underlying graph of the multi-agent environment, and relation kernels capture the interplay between agents by their relation representations. Latent features produced by convolutional layers from gradually increased receptive fields are exploited to learn cooperation, and cooperation is further improved by temporal relation regularization for consistency. Empirically, we show that our method substantially outperforms…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Advanced Graph Neural Networks · Complex Network Analysis Techniques
MethodsConvolution
