Skip to content

Commit

Permalink
Typo in the documentation for single_observation_space (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrban authored May 8, 2023
1 parent 4ba61a3 commit 343c21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/vector.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

Expand Down

0 comments on commit 343c21e

Please sign in to comment.