AIOct 10, 2017

Emergent Complexity via Multi-Agent Competition

arXiv:1710.03748v3430 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of developing highly capable AI agents without needing complex training environments, which could benefit robotics and game AI, though it is incremental in applying self-play to multi-agent competition.

The paper tackles the problem of training complex agents in simple environments by using competitive multi-agent self-play, resulting in agents learning diverse skills like running, blocking, and tackling in 3D physics-based settings.

Reinforcement learning algorithms can train agents that solve problems in complex, interesting environments. Normally, the complexity of the trained agent is closely related to the complexity of the environment. This suggests that a highly capable agent requires a complex environment for training. In this paper, we point out that a competitive multi-agent environment trained with self-play can produce behaviors that are far more complex than the environment itself. We also point out that such environments come with a natural curriculum, because for any skill level, an environment full of agents of this level will have the right level of difficulty. This work introduces several competitive multi-agent environments where agents compete in a 3D world with simulated physics. The trained agents learn a wide variety of complex and interesting skills, even though the environment themselves are relatively simple. The skills include behaviors such as running, blocking, ducking, tackling, fooling opponents, kicking, and defending using both arms and legs. A highlight of the learned behaviors can be found here: https://goo.gl/eR7fbX

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes