mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-17 20:39:12 +00:00
Fix conversion wrapper module registration and docs (#1380)
This commit is contained in:
@@ -14,10 +14,10 @@ array_api_compat = pytest.importorskip("array_api_compat")
|
||||
from array_api_compat import array_namespace # noqa: E402
|
||||
|
||||
from gymnasium.wrappers.array_conversion import module_namespace # noqa: E402
|
||||
from gymnasium.wrappers.vector.array_conversion import ArrayConversion # noqa: E402
|
||||
from gymnasium.wrappers.vector.jax_to_numpy import JaxToNumpy # noqa: E402
|
||||
from gymnasium.wrappers.vector.jax_to_torch import JaxToTorch # noqa: E402
|
||||
from gymnasium.wrappers.vector.numpy_to_torch import NumpyToTorch # noqa: E402
|
||||
from gymnasium.wrappers.vector import ArrayConversion # noqa: E402
|
||||
from gymnasium.wrappers.vector import JaxToNumpy # noqa: E402
|
||||
from gymnasium.wrappers.vector import JaxToTorch # noqa: E402
|
||||
from gymnasium.wrappers.vector import NumpyToTorch # noqa: E402
|
||||
|
||||
|
||||
# Define available modules
|
||||
|
Reference in New Issue
Block a user