Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.72 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.72 KB

multi-agent-evolutionary-rl

Implementation of Evolutionary Strategies with Multi-Agent Deep Reinforcement Learning in PettingZoo Environments

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.

Requirements

All requirements could be installed with:

pip install -r requirements.txt

Environments in PettingZoo (Github)

Environments