2022-11-29 23:37:53 +00:00
|
|
|
---
|
|
|
|
title: Vector
|
|
|
|
---
|
|
|
|
|
|
|
|
# Vectorizing Environment
|
|
|
|
|
|
|
|
## gymnasium.experimental.VectorEnv
|
|
|
|
|
2023-03-25 11:32:36 +00:00
|
|
|
```{eval-rst}
|
|
|
|
.. autoclass:: gymnasium.experimental.vector.VectorEnv
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.VectorEnv.reset
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.VectorEnv.step
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.VectorEnv.close
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.VectorEnv.reset
|
|
|
|
```
|
|
|
|
|
2022-11-29 23:37:53 +00:00
|
|
|
## gymnasium.experimental.vector.AsyncVectorEnv
|
|
|
|
|
2023-03-25 11:32:36 +00:00
|
|
|
```{eval-rst}
|
|
|
|
.. autoclass:: gymnasium.experimental.vector.AsyncVectorEnv
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.AsyncVectorEnv.reset
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.AsyncVectorEnv.step
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.AsyncVectorEnv.close
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.AsyncVectorEnv.call
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.AsyncVectorEnv.get_attr
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.AsyncVectorEnv.set_attr
|
|
|
|
```
|
2022-11-29 23:37:53 +00:00
|
|
|
|
2023-03-25 11:32:36 +00:00
|
|
|
## gymnasium.experimental.vector.SyncVectorEnv
|
2022-11-29 23:37:53 +00:00
|
|
|
|
2023-03-25 11:32:36 +00:00
|
|
|
```{eval-rst}
|
|
|
|
.. autoclass:: gymnasium.experimental.vector.SyncVectorEnv
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.SyncVectorEnv.reset
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.SyncVectorEnv.step
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.SyncVectorEnv.close
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.SyncVectorEnv.call
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.SyncVectorEnv.get_attr
|
|
|
|
.. autofunction:: gymnasium.experimental.vector.SyncVectorEnv.set_attr
|
|
|
|
```
|