mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 22:04:31 +00:00
14 lines
437 B
Markdown
14 lines
437 B
Markdown
![]() |
# 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
|
||
|
```
|