paper-with-me

홈 › Papers

The NeurIPS 2022 Neural MMO Challenge: A Massively Multiagent Competition with Specialization and Trade

2023-11-07 · Enhong Liu, Joseph Suarez, Chenhui You, Bo Wu, BingCheng Chen, Jun Hu, Jiaxin Chen, Xiaolong Zhu, Clare Zhu, Julian Togelius, Sharada Mohanty, Weijun Hong, Rui Du, Yibing Zhang, Qinwen Wang, Xinhang Li, Zheng Yuan, Xiang Li, Yuejia Huang, Kun Zhang, Hanhui Yang, Shiqi Tang, Phillip Isola

In this paper, we present the results of the NeurIPS-2022 Neural MMO Challenge, which attracted 500 participants and received over 1,600 submissions. Like the previous IJCAI-2022 Neural MMO Challenge, it involved agents from 16 populations surviving in procedurally generated worlds by collecting resources and defeating opponents. This year's competition runs on the latest v1.6 Neural MMO, which introduces new equipment, combat, trading, and a better scoring system. These elements combine to pose additional robustness and generalization challenges not present in previous competitions. This paper summarizes the design and results of the challenge, explores the potential of this environment as a benchmark for learning methods, and presents some practical reinforcement learning training approaches for complex tasks with sparse rewards. Additionally, we have open-sourced our baselines, including environment wrappers, benchmarks, and visualization tools for future research.

📄 PDF Abstract BibTeX arXiv:2311.03707

Code (1)

neuralmmo/neurips2022nmmo-submission-pool 공식 구현 pytorch

Similar Papers 제목 키워드 기반

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 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

Scaling Multiagent Systems with Process Rewards

2026-01-30 · Ed Li, Junyu Ren, Cat Yan arxiv

While multiagent systems have shown promise for tackling complex tasks via specialization, finetuning multiple agents simultaneously faces two key challenges: (1) credit assignment across agents, and (2) sample efficienc…

Neural MMO 2.0: A Massively Multi-task Addition to Massively Multi-agent Learning

2023-11-07 · NeurIPS 2023 11

Neural MMO 2.0 is a massively multi-agent environment for reinforcement learning research. The key feature of this new version is a flexible task system that allows users to define a broad range of objectives and reward …

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, insp…