Farama-Foundation / D4RL

A collection of reference environments for offline reinforcement learning
Apache License 2.0
1.35k stars 285 forks source link

Fix bugs in kettle_asset.xml to ensure compatibility with the latest MuJoCo versions. #238

Open Josh00-Lu opened 3 weeks ago

Josh00-Lu commented 3 weeks ago

Description

Explanation

There's a missing <default> tag in kettle_asset.xml. This will bring errors in the latest version of MuJoCo (>3.16). The problem is mentioned in: https://github.com/Farama-Foundation/D4RL/issues/236#issue-2420593982.

No dependencies are required for this change.

Type of change

Please delete options that are not relevant.

Screenshots

Please attach before and after screenshots of the change if applicable.

Checklist:

Kallinteris-Andreas commented 1 week ago

@Josh00-Lu can you make this PR in https://github.com/Farama-Foundation/Gymnasium-Robotics, and also validate that this change does not change the behavior of the environment for older versions of mujoco (3.1.6, 3.0.1, 2.3.7, 2.2.2, 2.1.5)

Josh00-Lu commented 1 week ago

@Josh00-Lu can you make this PR in https://github.com/Farama-Foundation/Gymnasium-Robotics, and also validate that this change does not change the behavior of the environment for older versions of mujoco (3.1.6, 3.0.1, 2.3.7, 2.2.2, 2.1.5)

Sure.

Josh00-Lu commented 1 week ago

I have submit a PR in https://github.com/Farama-Foundation/Gymnasium-Robotics/pull/255.