mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-29 17:45:07 +00:00
Rename to gymnasium
This commit is contained in:
@@ -4,7 +4,11 @@ from multiprocessing import TimeoutError
|
||||
import numpy as np
|
||||
import pytest
|
||||
|
||||
from gymnasium.error import AlreadyPendingCallError, ClosedEnvironmentError, NoAsyncCallError
|
||||
from gymnasium.error import (
|
||||
AlreadyPendingCallError,
|
||||
ClosedEnvironmentError,
|
||||
NoAsyncCallError,
|
||||
)
|
||||
from gymnasium.spaces import Box, Discrete, MultiDiscrete, Tuple
|
||||
from gymnasium.vector.async_vector_env import AsyncVectorEnv
|
||||
from tests.vector.utils import (
|
||||
|
Reference in New Issue
Block a user