Metadata-Version: 2.1
Name: PettingZoo
Version: 0.1.13
Summary: Gym for multi-agent reinforcement learning
Home-page: https://github.com/PettingZoo-Team/PettingZoo
Author: PettingZoo Team
Author-email: justinkterry@gmail.com
License: UNKNOWN
Description: <p align="center">
            <img src="PettingZoo_Text.png" width="500px"/>
        </p>
        
        [![Build Status](https://travis-ci.com/PettingZoo-Team/PettingZoo.svg?branch=master)](https://travis-ci.com/PettingZoo-Team/PettingZoo)
        
        PettingZoo is a Python library for conducting research in multi-agent reinforcement learning. It's akin to a multi-agent version of OpenAI's Gym library.
        
        We model environments as *Agent Environment Cycle* (AEC) games, in order to be able to support all types of multi-agent RL environments under one API.
        
        Our website with comprehensive documentation is https://pettingzoo-team.github.io/PettingZoo/
        
        ## Environment Types and Installation
        
        PettingZoo includes the following sets of games:
        
        * [Atari](https://pettingzoo-team.github.io/PettingZoo/atari): Multi-player Atari 2600 games (both cooperative and competitive)
        * [Butterfly](https://pettingzoo-team.github.io/PettingZoo/butterfly): Cooperative graphical games developed by us, requiring a high degree of coordination
        * [Classic](https://pettingzoo-team.github.io/PettingZoo/classic): Classical games including card games, board games, etc.
        * [MAgent](https://pettingzoo-team.github.io/PettingZoo/magent): Configurable environments with massive numbers of particle agents, originally from https://github.com/geek-ai/MAgent
        * [MPE](https://pettingzoo-team.github.io/PettingZoo/mpe): A set of simple nongraphical communication tasks, originally from https://github.com/openai/multiagent-particle-envs
        * [SISL](https://pettingzoo-team.github.io/PettingZoo/sisl): 3 cooperative environments, originally from https://github.com/sisl/MADRL
        
        To install, use `pip install pettingzoo`
        
        We support Python 3.6, 3.7 and 3.8, on Linux and macOS.
        
        
Keywords: Reinforcement Learning,game,RL,AI,gym
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
