-
-
Notifications
You must be signed in to change notification settings - Fork 862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor remove BaseMujocoEnv
class
#1075
Refactor remove BaseMujocoEnv
class
#1075
Conversation
CI is falling due to a FFMPEG/ IMAGEIO issue, not related to this PR |
From the looks of it, this is related to https://github.com/imageio/imageio-ffmpeg/releases updating yesterday with v0.5.0 which was fixed to v0.5.1 |
Description
Merged
MujocoEnv
andBaseMujocoEnv
intoMujocoEnv
also improves some docstrings
BaseMujocoEnv
was created to be a super class ofMujocoEnv
and the oldMujocoPyEnv
which is no longer developedvalidation: for 1mil steps identical behavior was observed https://github.com/Kallinteris-Andreas/gymnasium-changes-validation/tree/main/refactor_mujoco_class
Type of change
Checklist:
pre-commit
checks withpre-commit run --all-files
(seeCONTRIBUTING.md
instructions to set it up)