mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-30 21:34:30 +00:00
Typo in the documentation for single_observation_space (#491)
This commit is contained in:
@@ -52,7 +52,7 @@ title: Vector
|
||||
The observation space of an environment copy.::
|
||||
|
||||
>>> envs = gymnasium.vector.make("CartPole-v1", num_envs=3)
|
||||
>>> envs.single_action_space
|
||||
>>> envs.single_observation_space
|
||||
Box([-4.8 ...], [4.8 ...], (4,), float32)
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user