Rename to gymnasium

This commit is contained in:
pseudo-rnd-thoughts
2022-09-08 10:10:07 +01:00
parent 316f616f14
commit 640c509109
289 changed files with 1441 additions and 1447 deletions

View File

@@ -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