mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-02 06:16:32 +00:00
6 lines
238 B
Python
6 lines
238 B
Python
from gym.envs.classic_control.cartpole import CartPoleEnv
|
|
from gym.envs.classic_control.mountain_car import MountainCarEnv
|
|
from gym.envs.classic_control.pendulum import PendulumEnv
|
|
from gym.envs.classic_control.acrobot import AcrobotEnv
|
|
|