2022-09-16 14:00:12 +01:00
|
|
|
---
|
|
|
|
title: Fundamental Spaces
|
|
|
|
---
|
|
|
|
|
|
|
|
# Fundamental Spaces
|
|
|
|
|
|
|
|
```{eval-rst}
|
|
|
|
.. autoclass:: gymnasium.spaces.Box
|
|
|
|
|
2023-11-07 13:27:25 +00:00
|
|
|
.. automethod:: gymnasium.spaces.Box.sample
|
|
|
|
.. automethod:: gymnasium.spaces.Box.seed
|
|
|
|
.. automethod:: gymnasium.spaces.Box.is_bounded
|
2022-09-16 14:00:12 +01:00
|
|
|
|
|
|
|
.. autoclass:: gymnasium.spaces.Discrete
|
|
|
|
|
2023-11-07 13:27:25 +00:00
|
|
|
.. automethod:: gymnasium.spaces.Discrete.sample
|
|
|
|
.. automethod:: gymnasium.spaces.Discrete.seed
|
2022-09-16 14:00:12 +01:00
|
|
|
|
|
|
|
.. autoclass:: gymnasium.spaces.MultiBinary
|
|
|
|
|
2023-11-07 13:27:25 +00:00
|
|
|
.. automethod:: gymnasium.spaces.MultiBinary.sample
|
|
|
|
.. automethod:: gymnasium.spaces.MultiBinary.seed
|
2022-09-16 14:00:12 +01:00
|
|
|
|
|
|
|
.. autoclass:: gymnasium.spaces.MultiDiscrete
|
|
|
|
|
2023-11-07 13:27:25 +00:00
|
|
|
.. automethod:: gymnasium.spaces.MultiDiscrete.sample
|
|
|
|
.. automethod:: gymnasium.spaces.MultiDiscrete.seed
|
2022-09-16 14:00:12 +01:00
|
|
|
|
|
|
|
.. autoclass:: gymnasium.spaces.Text
|
|
|
|
|
2023-11-07 13:27:25 +00:00
|
|
|
.. automethod:: gymnasium.spaces.Text.sample
|
|
|
|
.. automethod:: gymnasium.spaces.Text.seed
|
2022-12-04 22:24:02 +08:00
|
|
|
```
|