paper-with-me

홈 › Papers

Neural MMO: A Massively Multiagent Game Environment for Training and Evaluating Intelligent Agents

2019-03-02 · Joseph Suarez, Yilun Du, Phillip Isola, Igor Mordatch

The emergence of complex life on Earth is often attributed to the arms race that ensued from a huge number of organisms all competing for finite resources. We present an artificial intelligence research environment, inspired by the human game genre of MMORPGs (Massively Multiplayer Online Role-Playing Games, a.k.a. MMOs), that aims to simulate this setting in microcosm. As with MMORPGs and the real world alike, our environment is persistent and supports a large and variable number of agents. Our environment is well suited to the study of large-scale multiagent interaction: it requires that agents learn robust combat and navigation policies in the presence of large populations attempting to do the same. Baseline experiments reveal that population size magnifies and incentivizes the development of skillful behaviors and results in agents that outcompete agents trained in smaller populations. We further show that the policies of agents with unshared weights naturally diverge to fill different niches in order to avoid competition.

📄 PDF Abstract BibTeX arXiv:1903.00784

Code (1)

openai/neural-mmo 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Neural MMO v1.3: A Massively Multiagent Game Environment for Training and Evaluating Neural Networks

2020-01-31 · Joseph Suarez, Yilun Du, Igor Mordatch, Phillip Isola

Progress in multiagent intelligence research is fundamentally limited by the number and quality of environments available for study. In recent years, simulated games have become a dominant research platform within reinfo…

Policy Gradient MethodsReinforcement Learning

Massively Multiagent Minigames for Training Generalist Agents

2024-06-07 · Kyoung Whan Choe, Ryan Sullivan, Joseph Suárez

We present Meta MMO, a collection of many-agent minigames for use as a reinforcement learning benchmark. Meta MMO is built on top of Neural MMO, a massively multiagent environment that has been the subject of two previou…

Neural MMO: A massively multiplayer game environment for intelligent agents

2019-05-01 · ICLR 2019 5 · Joseph Suarez, Yilun Du, Phillip Isola, Igor Mordatch

We present an artificial intelligence research platform inspired by the human game genre of MMORPGs (Massively Multiplayer Online Role-Playing Games, a.k.a. MMOs). We demonstrate how this platform can be used to study be…

The Neural MMO Platform for Massively Multiagent Research

2021-10-14 · Joseph Suarez, Yilun Du, Clare Zhu, Igor Mordatch 외

Neural MMO is a computationally accessible research platform that combines large agent populations, long time horizons, open-ended tasks, and modular game systems. Existing environments feature subsets of these propertie…

An Efficient Application of Neuroevolution for Competitive Multiagent Learning

2021-05-23 · Unnikrishnan Rajendran Menon, Anirudh Rajiv Menon

Multiagent systems provide an ideal environment for the evaluation and analysis of real-world problems using reinforcement learning algorithms. Most traditional approaches to multiagent learning are affected by long trai…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)