mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-02 14:26:33 +00:00
425 B
425 B
Envs
These are the core integrated environments. Note that we may later
restructure any of the files, but will keep the environments available
at the relevant package's top-level. So for example, you should access
AntEnv
as follows:
# Will be supported in future releases
from gym.envs import mujoco
mujoco.AntEnv
Rather than:
# May break in future releases
from gym.envs.mujoco import ant
ant.AntEnv