mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-18 12:57:38 +00:00
30 lines
844 B
Markdown
30 lines
844 B
Markdown
---
|
|
title: Vector Utility
|
|
---
|
|
|
|
# Utility functions for vectorisation
|
|
|
|
## Spaces utility functions
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: gymnasium.experimental.vector.utils.batch_space
|
|
.. autofunction:: gymnasium.experimental.vector.utils.concatenate
|
|
.. autofunction:: gymnasium.experimental.vector.utils.iterate
|
|
.. autofunction:: gymnasium.experimental.vector.utils.create_empty_array
|
|
```
|
|
|
|
## Shared memory functions
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: gymnasium.experimental.vector.utils.create_shared_memory
|
|
.. autofunction:: gymnasium.experimental.vector.utils.read_from_shared_memory
|
|
.. autofunction:: gymnasium.experimental.vector.utils.write_to_shared_memory
|
|
```
|
|
|
|
## Miscellaneous
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: gymnasium.experimental.vector.utils.CloudpickleWrapper
|
|
.. autofunction:: gymnasium.experimental.vector.utils.clear_mpi_env_vars
|
|
```
|