Remove Mujoco rendering import (#115)

This commit is contained in:
Rodrigo de Lazcano
2022-11-07 04:04:06 -05:00
committed by GitHub
parent 7af0936f08
commit 22e520554b

View File

@@ -1,8 +1,4 @@
from gymnasium.envs.mujoco.mujoco_env import MujocoEnv, MuJocoPyEnv # isort:skip
from gymnasium.envs.mujoco.mujoco_rendering import ( # isort:skip
RenderContextOffscreen,
Viewer,
)
# ^^^^^ so that user gets the correct error
# message if mujoco is not installed correctly