Open Josh00-Lu opened 3 weeks 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 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.
I have submit a PR in https://github.com/Farama-Foundation/Gymnasium-Robotics/pull/255.
Description
Explanation
There's a missing
<default>
tag inkettle_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:
pre-commit
checks withpre-commit run --all-files
(seeCONTRIBUTING.md
instructions to set it up)