mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-29 01:27:29 +00:00
Update website external environments page (#1029)
This commit is contained in:
@@ -199,12 +199,12 @@ class AsyncVectorEnv(VectorEnv):
|
||||
|
||||
@property
|
||||
def np_random_seed(self) -> tuple[int, ...]:
|
||||
"""Returns the seeds of the wrapped envs."""
|
||||
"""Returns a tuple of np_random seeds for all the wrapped envs."""
|
||||
return self.get_attr("np_random_seed")
|
||||
|
||||
@property
|
||||
def np_random(self) -> tuple[np.random.Generator, ...]:
|
||||
"""Returns the numpy random number generators of the wrapped envs."""
|
||||
"""Returns the tuple of the numpy random number generators for the wrapped envs."""
|
||||
return self.get_attr("np_random")
|
||||
|
||||
def reset(
|
||||
|
Reference in New Issue
Block a user