Skip to content

Simple Training and Evaluation of Multi-Agent Environments with Deep Reinforcement Algorithms 🐨

Notifications You must be signed in to change notification settings

resuldagdanov/pettingzoo-environments

Repository files navigation

pettingzoo-environments

Description: Simple Training and Evaluation of Multi-Agent Environments with Deep Reinforcement Algorithms.

Supports Python 3.6, 3.7, 3.8, and 3.9 on Linux and macOS, however currently the Windows support is not avalable.

The Installation of Petting-Zoo Environments

pip install pettingzoo[all]

Install SuperSuit

pip install supersuit

Visit Github for more details about SuperSuit.

Stable Baselines 3 Library

pip install stable-baselines3

RLLib Library

pip install ray

Make sure that msgpack library is compatible with ray library. (tested with msgpack==0.6.0 and ray==1.6.0)

Requirements

All requirements could be installed with:

pip install -r requirements.txt

Environments in PettingZoo (Copied from Github)

Environments

About

Simple Training and Evaluation of Multi-Agent Environments with Deep Reinforcement Algorithms 🐨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published