Metadata-Version: 2.1
Name: mlpro-int-sb3
Version: 1.0.1
Summary: MLPro: Integration StableBaselines3
Home-page: https://mlpro-int-sb3.readthedocs.io
Author: MLPro Team
Author-email: mlpro@listen.fh-swf.de
Project-URL: Bug Tracker, https://mlpro-int-sb3.readthedocs.io
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: full
Requires-Dist: mlpro_int_gymnasium[full]>=1.0.2; extra == "full"
Requires-Dist: mlpro_int_mujoco[full]>=1.0.1; extra == "full"
Requires-Dist: stable_baselines3>=2.3.0; extra == "full"

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


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

# MLPro-Int-SB3 - Integration of Stable-Baselines3 into MLPro 
Welcome to MLPro-Int-SB3, an extension to MLPro to integrate the Stable-Baselines3 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. Stable-Baselines3, in turn, provides a diverse suite of reliable implementations of reinforcement learning algorithms in PyTorch.

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

### Learn more
[MLPro - Machine Learning Professional](https://mlpro.readthedocs.io)   
[MLPro-Int-SB3 - Integration of Stable-Baselines3 into MLPro](https://mlpro-int-sb3.readthedocs.io)   
[Stable-Baselines3 - Reliable Reinforcement Learning Implementations](https://stable-baselines3.readthedocs.io/en/master/) 
