-
-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
650aa5f
commit 2872f5c
Showing
1 changed file
with
1 addition
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
from gymnasium.envs.mujoco.mujoco_env import MujocoEnv, MuJocoPyEnv # isort:skip | ||
|
||
# ^^^^^ so that user gets the correct error | ||
# message if mujoco is not installed correctly | ||
from gymnasium.envs.mujoco.ant import AntEnv | ||
from gymnasium.envs.mujoco.half_cheetah import HalfCheetahEnv | ||
from gymnasium.envs.mujoco.hopper import HopperEnv | ||
from gymnasium.envs.mujoco.humanoid import HumanoidEnv | ||
from gymnasium.envs.mujoco.humanoidstandup import HumanoidStandupEnv | ||
from gymnasium.envs.mujoco.inverted_double_pendulum import InvertedDoublePendulumEnv | ||
from gymnasium.envs.mujoco.inverted_pendulum import InvertedPendulumEnv | ||
from gymnasium.envs.mujoco.pusher import PusherEnv | ||
from gymnasium.envs.mujoco.reacher import ReacherEnv | ||
from gymnasium.envs.mujoco.swimmer import SwimmerEnv | ||
from gymnasium.envs.mujoco.walker2d import Walker2dEnv | ||
from gymnasium.envs.mujoco.mujoco_env import MujocoEnv, MuJocoPyEnv |