mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-16 03:38:44 +00:00
Updates the Env, Wrapper and Vector API documentation (#48)
This commit is contained in:
20
docs/api/spaces/vector_utils.md
Normal file
20
docs/api/spaces/vector_utils.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: Vector Utils
|
||||
---
|
||||
|
||||
# Spaces Vector Utils
|
||||
|
||||
```{eval-rst}
|
||||
.. autofunction:: gymnasium.vector.utils.batch_space
|
||||
.. autofunction:: gymnasium.vector.utils.concatenate
|
||||
.. autofunction:: gymnasium.vector.utils.iterate
|
||||
```
|
||||
|
||||
## Shared Memory Utils
|
||||
|
||||
```{eval-rst}
|
||||
.. autofunction:: gymnasium.vector.utils.create_empty_array
|
||||
.. autofunction:: gymnasium.vector.utils.create_shared_memory
|
||||
.. autofunction:: gymnasium.vector.utils.read_from_shared_memory
|
||||
.. autofunction:: gymnasium.vector.utils.write_to_shared_memory
|
||||
```
|
Reference in New Issue
Block a user