pettingzoo 1.2.0
pip install pettingzoo==1.2.0
Released:
Gym for multi-agent reinforcement learning
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: PettingZoo Team
- Tags Reinforcement Learning, game, RL, AI, gym
- Requires: Python >=3.6
Project description
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 pettingzoo.ml
Environments and Installation
PettingZoo includes the following families of environments:
- Atari: Multi-player Atari 2600 games (both cooperative and competitive)
- Butterfly: Cooperative graphical games developed by us, requiring a high degree of coordination
- Classic: Classical games including card games, board games, etc.
- MAgent: Configurable environments with massive numbers of particle agents, originally from https://github.com/geek-ai/MAgent
- MPE: A set of simple nongraphical communication tasks, originally from https://github.com/openai/multiagent-particle-envs
- SISL: 3 cooperative environments, originally from https://github.com/sisl/MADRL
To install the pettingzoo base library, use pip install pettingzoo
.
This does not include dependencies for all families of environments (there's a massive number, and some can be problematic to install on certain systems). You can install these dependencies for one family like pip install pettingzoo[atari]
or use pip install pettingzoo[all]
to install all dependencies.
We support Python 3.6, 3.7 and 3.8 on Linux and macOS.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: PettingZoo Team
- Tags Reinforcement Learning, game, RL, AI, gym
- Requires: Python >=3.6
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PettingZoo-1.2.0.tar.gz
.
File metadata
- Download URL: PettingZoo-1.2.0.tar.gz
- Upload date:
- Size: 248.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 005427c4513d91918d34cabafb42a923aa07527f337282886ddce4e1958a0f05 |
|
MD5 | 8247c99c68a907c5df82c00fdee5ae1b |
|
BLAKE2b-256 | 8d6f2bcf809d8c5620b4d7215657f61802e6056cb9ebaf5c17dbd147cec59420 |