All Projects → openai → Multiagent Competition

openai / Multiagent Competition

Code for the paper "Emergent Complexity via Multi-agent Competition"

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Multiagent Competition

Pycnn
Image Processing with Cellular Neural Networks in Python
Stars: ✭ 509 (-23.23%)
Mutual labels:  paper
Cv paperdaily
CV 论文笔记
Stars: ✭ 555 (-16.29%)
Mutual labels:  paper
Awesome Interaction Aware Trajectory Prediction
A selection of state-of-the-art research materials on trajectory prediction
Stars: ✭ 625 (-5.73%)
Mutual labels:  paper
Cvpr 2019 Paper Statistics
Statistics and Visualization of acceptance rate, main keyword of CVPR 2019 accepted papers for the main Computer Vision conference (CVPR)
Stars: ✭ 527 (-20.51%)
Mutual labels:  paper
Mlsh
Code for the paper "Meta-Learning Shared Hierarchies"
Stars: ✭ 548 (-17.35%)
Mutual labels:  paper
Deeptype
Code for the paper "DeepType: Multilingual Entity Linking by Neural Type System Evolution"
Stars: ✭ 571 (-13.88%)
Mutual labels:  paper
Daily Paper Computer Vision
记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文
Stars: ✭ 4,977 (+650.68%)
Mutual labels:  paper
Awesome Relation Extraction
📖 A curated list of awesome resources dedicated to Relation Extraction, one of the most important tasks in Natural Language Processing (NLP).
Stars: ✭ 656 (-1.06%)
Mutual labels:  paper
Imitation
Code for the paper "Generative Adversarial Imitation Learning"
Stars: ✭ 555 (-16.29%)
Mutual labels:  paper
Recommendersystem Paper
This repository includes some papers that I have read or which I think may be very interesting.
Stars: ✭ 619 (-6.64%)
Mutual labels:  paper
Paper
On self sovereign human identity.
Stars: ✭ 537 (-19%)
Mutual labels:  paper
Hugo Paper
🥛 A simple, clean, flexible Hugo theme
Stars: ✭ 538 (-18.85%)
Mutual labels:  paper
Pl Compiler Resource
程序语言与编译技术相关资料(持续更新中)
Stars: ✭ 578 (-12.82%)
Mutual labels:  paper
Qlib
Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies. An increasing number of SOTA Quant research works/papers are released in Qlib.
Stars: ✭ 7,582 (+1043.59%)
Mutual labels:  paper
All About The Gan
All About the GANs(Generative Adversarial Networks) - Summarized lists for GAN
Stars: ✭ 630 (-4.98%)
Mutual labels:  paper
Arxiv Style
A Latex style and template for paper preprints (based on NIPS style)
Stars: ✭ 497 (-25.04%)
Mutual labels:  paper
Bert paper chinese translation
BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding 论文的中文翻译 Chinese Translation!
Stars: ✭ 564 (-14.93%)
Mutual labels:  paper
Dl Nlp Readings
My Reading Lists of Deep Learning and Natural Language Processing
Stars: ✭ 656 (-1.06%)
Mutual labels:  paper
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (-2.71%)
Mutual labels:  paper
Dnc Tensorflow
A TensorFlow implementation of DeepMind's Differential Neural Computers (DNC)
Stars: ✭ 587 (-11.46%)
Mutual labels:  paper

Status: Archive (code is provided as-is, no updates expected)

Competitive Multi-Agent Environments

This repository contains the environments for the paper Emergent Complexity via Multi-agent Competition

Dependencies

Use pip install -r requirements.txt to install dependencies. If you haven't used MuJoCo before, please refer to the installation guide. The code has been tested with the following dependencies:

Installing Package

After installing all dependencies, make sure gym works with support for MuJoCo environments. Next install gym-compete package as:

cd gym-compete
pip install -e .

Check install is successful by coming out of the directory and trying import gym_compete in python console. Some users might require a sudo pip install.

Trying the environments

Agent policies are provided for the various environments in folder agent-zoo. To see a demo of all the environments do:

bash demo_tasks.sh all

To instead try a single environment use:

bash demo_tasks.sh <task>

where <task> is one of: run-to-goal-humans, run-to-goal-ants, you-shall-not-pass, sumo-ants, sumo-humans and kick-and-defend

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].