Closed rodrigodelazcano closed 2 years ago
Due to import errors because the package name was the same as a root file mujoco.py (#243), this PR renames the mujoco.py file to mujoco_env.py.
mujoco.py
mujoco_env.py
This PR also reverts the changes of moving manual_control.py and benchmark.py to a new directory examples, since it's no longer required. #244
manual_control.py
benchmark.py
examples
Please delete options that are not relevant.
Please attach before and after screenshots of the change if applicable.
pre-commit
pre-commit run --all-files
CONTRIBUTING.md
Description
Due to import errors because the package name was the same as a root file
mujoco.py
(#243), this PR renames themujoco.py
file tomujoco_env.py
.This PR also reverts the changes of moving
manual_control.py
andbenchmark.py
to a new directoryexamples
, since it's no longer required. #244Type 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)