mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-23 15:04:20 +00:00
Rename to gymnasium
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import numpy as np
|
||||
import pytest
|
||||
|
||||
from gym.spaces import Box, Discrete
|
||||
from gym.wrappers import AtariPreprocessing, StepAPICompatibility
|
||||
from gymnasium.spaces import Box, Discrete
|
||||
from gymnasium.wrappers import AtariPreprocessing, StepAPICompatibility
|
||||
from tests.testing_env import GenericTestEnv, old_step_fn
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user