mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 22:04:31 +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.::
|
The observation space of an environment copy.::
|
||||||
|
|
||||||
>>> envs = gymnasium.vector.make("CartPole-v1", num_envs=3)
|
>>> envs = gymnasium.vector.make("CartPole-v1", num_envs=3)
|
||||||
>>> envs.single_action_space
|
>>> envs.single_observation_space
|
||||||
Box([-4.8 ...], [4.8 ...], (4,), float32)
|
Box([-4.8 ...], [4.8 ...], (4,), float32)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user