mujoco-py icon indicating copy to clipboard operation
mujoco-py copied to clipboard

Replace deprecated `load_module` by `exec_module`

Open YouJiacheng opened this issue 3 years ago • 0 comments

load_module is deprecated since python 3.6. New implementation is based on https://docs.python.org/3/library/importlib.html#importing-a-source-file-directly

YouJiacheng avatar Aug 22 '22 19:08 YouJiacheng