Metadata-Version: 2.4
Name: mlpro-int-pettingzoo
Version: 1.0.2
Summary: MLPro: Integration PettingZoo
Home-page: https://mlpro-int-pettingzoo.readthedocs.io
Author: MLPro Team
Author-email: mlpro@listen.fh-swf.de
Project-URL: Bug Tracker, https://mlpro-int-pettingzoo.readthedocs.io
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: full
Requires-Dist: mlpro[full]>=2.1.0; extra == "full"
Requires-Dist: pygame>=2.1.3; extra == "full"
Requires-Dist: pymunk>=6.4.0; extra == "full"
Requires-Dist: pettingzoo>=1.25.0; extra == "full"
Dynamic: license-file

[![CI](https://github.com/fhswf/MLPro-Int-PettingZoo/actions/workflows/ci.yml/badge.svg)](https://github.com/fhswf/MLPro-Int-PettingZoo/actions/workflows/ci.yml)
[![Documentation Status](https://readthedocs.org/projects/mlpro-int-pettingzoo/badge/?version=latest)](https://mlpro-int-pettingzoo.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/mlpro-int-pettingzoo.svg)](https://badge.fury.io/py/mlpro-int-pettingzoo)
<!---
[![Anaconda-Version Badge](https://anaconda.org/mlpro-int-pettingzoo/mlpro-int-pettingzoo/badges/version.svg)](https://anaconda.org/mlpro-int-pettingzoo/mlpro)
[![Anaconda-Downloads Badge](https://img.shields.io/conda/dn/mlpro-int-pettingzoo/mlpro-int-pettingzoo?color=green&label=Anaconda.org%20Total%20downloads&style=flat-square)](https://anaconda.org/mlpro-int-pettingzoo/mlpro-int-pettingzoo)
--->
[![PyPI Total Downloads](https://static.pepy.tech/personalized-badge/mlpro-int-pettingzoo?period=total&units=international_system&left_color=blue&right_color=orange&left_text=PyPI%20Total%20Downloads)](https://pepy.tech/project/mlpro-int-pettingzoo)
[![PyPI Last Month Downloads](https://static.pepy.tech/personalized-badge/mlpro-int-pettingzoo?period=month&units=international_system&left_color=blue&right_color=orange&left_text=PyPI%20Last%20Month%20Downloads)](https://pepy.tech/project/mlpro-int-pettingzoo)


<img src="https://github.com/fhswf/MLPro-Int-PettingZoo/blob/main/doc/logo/original/logo.png?raw=True" align="right" width="40%"/>

# MLPro-Int-PettingZoo - Integration between PettingZoo and MLPro
Welcome to MLPro-Int-PettingZoo, an extension to MLPro to integrate the PettingZoo package. MLPro is a middleware framework for standardized machine learning in Python. It is developed by the South Westphalia University of Applied Sciences, Germany, and provides standards, templates, and processes for hybrid machine learning applications. PettingZoo, in turn, provides a diverse suite of environments for multi-agent reinforcement learning.

MLPro-Int-PettingZoo offers wrapper classes that allow the reuse of environments from PettingZoo in MLPro, or the other way around.

### Learn more
[MLPro - The integrative middleware framework for standardized machine learning in Python](https://mlpro.readthedocs.io)   
[MLPro-Int-PettingZoo - Integration of PettingZoo into MLPro](https://mlpro-int-pettingzoo.readthedocs.io)   
[PettingZoo - An API standard for multi-agent reinforcement learning](https://pettingzoo.farama.org/index.html) 
