fhswf / MLPro

MLPro - The Integrative Middleware Framework for Standardized Machine Learning in Python
https://mlpro.readthedocs.io/
Apache License 2.0
12 stars 3 forks source link

Bug: Unit Test failing due to Mujoco 3.1.5 #966

Closed steveyuwono closed 4 months ago

steveyuwono commented 4 months ago

1 Describe the bug The following howtos are failing in the unit test due to the introduction of Mujoco 3.1.5. image

We are going to exclude mujoco 3.1.5 from the unit test and solve this while introducing mlpro-int-mujoco in #939

Sensornoise needs to be disabled, see https://mujoco.readthedocs.io/en/latest/changelog.html#version-3-1-4-april-10th-2024

2 To Reproduce Steps to reproduce the behavior:

  1. Go to Actions
  2. Click on failing unit test
  3. See error

3 Expected behavior ....

4 Screenshots ....

5 Additional Informations

5.1 Operating System