multiagent-competition  by openai

Environments for multi-agent competition research paper

Created 8 years ago
821 stars

Top 43.2% on SourcePulse

GitHubView on GitHub
Project Summary

This repository provides the environments for the paper "Emergent Complexity via Multi-agent Competition," enabling researchers and practitioners to explore emergent behaviors in competitive multi-agent systems. The code is offered as-is, with no further updates planned.

How It Works

The project implements competitive multi-agent environments based on the OpenAI Gym framework. It leverages MuJoCo for physics simulation, allowing for complex agent interactions and emergent strategies within these simulated worlds.

Quick Start & Requirements

  • Install dependencies: pip install -r requirements.txt
  • Requires Python 3.6, OpenAI Gym 0.9.1 with MuJoCo 1.31 support (mujoco-py 0.5.7), Tensorflow 1.1.0, and Numpy 1.12.1.
  • Install the package: cd gym-compete && pip install -e .
  • Demo all environments: bash demo_tasks.sh all
  • Demo a single environment: bash demo_tasks.sh <task>

Highlighted Details

  • Provides environments for tasks like run-to-goal-humans, run-to-goal-ants, you-shall-not-pass, sumo-ants, sumo-humans, and kick-and-defend.
  • Includes an agent-zoo folder with pre-trained agent policies.

Maintenance & Community

The project is archived and no updates are expected.

Licensing & Compatibility

The repository does not explicitly state a license.

Limitations & Caveats

The code is provided as-is and is archived, indicating no ongoing development or support. The dependencies are for older versions of Python, Gym, MuJoCo, and TensorFlow, which may pose compatibility challenges with modern systems.

Health Check
Last Commit

2 years ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
1 stars in the last 30 days

Explore Similar Projects

Starred by Jeff Hammerbacher Jeff Hammerbacher(Cofounder of Cloudera), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
4 more.

chatarena by Farama-Foundation

0%
2k
Multi-agent environment for LLM research
Created 2 years ago
Updated 1 month ago
Feedback? Help us improve.