MLPro-Int-MuJoCo - Integration of MuJoCo into MLPro

Welcome to MLPro-Int-MuJoCo, an extension to MLPro to integrate the MuJoCo 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. MuJoCo (Multi-Joint dynamics with Contact), in turn, is a physics engine primarily used for simulating and optimizing complex robotic systems and physical interactions in various fields such as robotics, biomechanics, and machine learning.

MLPro-Int-MuJoCo offers wrapper classes that allow the reuse of functionalities from MuJoCo in MLPro.

Preparation

Before running the examples, please install the latest versions of MLPro and MuJoCo as follows:

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