mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 06:07:08 +00:00
Remove Mujoco rendering import (#115)
This commit is contained in:
committed by
GitHub
parent
7af0936f08
commit
22e520554b
@@ -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
|
||||
|
Reference in New Issue
Block a user