Farama-Foundation / Gymnasium-Robotics

A collection of robotics simulation environments for reinforcement learning
https://robotics.farama.org/
MIT License
529 stars 85 forks source link

Fix CI for Gymnasium v0.29.0 #162

Closed rodrigodelazcano closed 1 year ago

rodrigodelazcano commented 1 year ago

Description

  1. Fix CI issue with mujoco_py by specifying the cython version. Same issue as in Gymnasium, fixed in https://github.com/Farama-Foundation/Gymnasium/pull/616.
  2. Close franka_config.xml after opening.
  3. Fix Deprecation Warning from numpy==1.25.0 in Franka environment

Checklist: