2023-11-07 13:27:25 +00:00
|
|
|
# AsyncVectorEnv
|
|
|
|
|
|
|
|
```{eval-rst}
|
|
|
|
.. autoclass:: gymnasium.vector.AsyncVectorEnv
|
|
|
|
|
|
|
|
.. automethod:: gymnasium.vector.AsyncVectorEnv.reset
|
|
|
|
.. automethod:: gymnasium.vector.AsyncVectorEnv.step
|
|
|
|
.. automethod:: gymnasium.vector.AsyncVectorEnv.close
|
|
|
|
|
|
|
|
.. automethod:: gymnasium.vector.AsyncVectorEnv.call
|
|
|
|
.. automethod:: gymnasium.vector.AsyncVectorEnv.get_attr
|
|
|
|
.. automethod:: gymnasium.vector.AsyncVectorEnv.set_attr
|
|
|
|
```
|
2024-02-26 13:00:18 +01:00
|
|
|
|
2024-04-17 14:52:41 +01:00
|
|
|
## Additional Methods
|
2024-02-26 13:00:18 +01:00
|
|
|
|
|
|
|
```{eval-rst}
|
2024-04-17 14:52:41 +01:00
|
|
|
.. autoproperty:: gymnasium.vector.AsyncVectorEnv.np_random
|
|
|
|
.. autoproperty:: gymnasium.vector.AsyncVectorEnv.np_random_seed
|
2024-02-26 13:00:18 +01:00
|
|
|
```
|