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.

Preparation

Before running the examples, please install the latest versions of MLPro, Gymnasium, and MLPro-Int-Gymnasium as follows:

pip install mlpro-int-gymnasium[full] --upgrade
See also