Metadata-Version: 2.4
Name: mlpro-int-gymnasium
Version: 1.0.4
Summary: MLPro: Integration Gymnasium
Home-page: https://mlpro-int-gymnasium.readthedocs.io
Author: MLPro Team
Author-email: mlpro@listen.fh-swf.de
Project-URL: Bug Tracker, https://mlpro-int-gymnasium.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: gymnasium>=0.29; extra == "full"
Requires-Dist: pygame>=2.1.3; extra == "full"
Dynamic: license-file

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


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

# MLPro-Int-Gymnasium - Integration between Gymnasium and MLPro
Welcome to MLPro-Int-Gymnasium, an extension to MLPro to integrate the Gymnasium 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. Gymnasium, in turn, provides a diverse suite of reinforcement learning environments.

MLPro-Int-Gymnasium offers wrapper classes that allow the reuse of environments from Gymnasium 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-Gymnasium - Integration of Gymnasium into MLPro](https://mlpro-int-gymnasium.readthedocs.io)   
[Gymnasium - An API standard for reinforcement learning with a diverse collection of reference environments](https://gymnasium.farama.org/index.html)   
