mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 22:04:31 +00:00
Made readout of seed possible in env (#889)
This commit is contained in:
committed by
GitHub
parent
9e83d5442c
commit
b3f0361f91
@@ -11,3 +11,10 @@
|
||||
.. automethod:: gymnasium.vector.AsyncVectorEnv.get_attr
|
||||
.. automethod:: gymnasium.vector.AsyncVectorEnv.set_attr
|
||||
```
|
||||
|
||||
### Additional Methods
|
||||
|
||||
```{eval-rst}
|
||||
.. autoproperty:: gymnasium.vector.VectorEnv.np_random
|
||||
.. autoproperty:: gymnasium.vector.VectorEnv.np_random_seed
|
||||
```
|
||||
|
@@ -11,3 +11,10 @@
|
||||
.. automethod:: gymnasium.vector.SyncVectorEnv.get_attr
|
||||
.. automethod:: gymnasium.vector.SyncVectorEnv.set_attr
|
||||
```
|
||||
|
||||
### Additional Methods
|
||||
|
||||
```{eval-rst}
|
||||
.. autoproperty:: gymnasium.vector.VectorEnv.np_random
|
||||
.. autoproperty:: gymnasium.vector.VectorEnv.np_random_seed
|
||||
```
|
||||
|
Reference in New Issue
Block a user