mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 14:10:30 +00:00
Co-authored-by: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Co-authored-by: Jet <38184875+jjshoots@users.noreply.github.com> Co-authored-by: Omar Younis <42100908+younik@users.noreply.github.com>
26 lines
674 B
Markdown
26 lines
674 B
Markdown
# Utility functions
|
|
|
|
## Vectorizing Spaces
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: gymnasium.vector.utils.batch_space
|
|
.. autofunction:: gymnasium.vector.utils.concatenate
|
|
.. autofunction:: gymnasium.vector.utils.iterate
|
|
.. autofunction:: gymnasium.vector.utils.create_empty_array
|
|
```
|
|
|
|
## Shared Memory for a Space
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: gymnasium.vector.utils.create_shared_memory
|
|
.. autofunction:: gymnasium.vector.utils.read_from_shared_memory
|
|
.. autofunction:: gymnasium.vector.utils.write_to_shared_memory
|
|
```
|
|
|
|
## Miscellaneous
|
|
|
|
```{eval-rst}
|
|
.. autofunction:: gymnasium.vector.utils.CloudpickleWrapper
|
|
.. autofunction:: gymnasium.vector.utils.clear_mpi_env_vars
|
|
```
|