mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 13:54:31 +00:00
Fix broken links on the Basic Usage page (#1379)
This commit is contained in:
@@ -111,7 +111,7 @@ Importantly, :attr:`Env.action_space` and :attr:`Env.observation_space` are inst
|
||||
- :class:`Graph`: describes a mathematical graph (network) with interlinking nodes and edges.
|
||||
- :class:`Sequence`: describes a variable length of simpler space elements.
|
||||
|
||||
For example usage of spaces, see their `documentation <../api/spaces>`_ along with `utility functions <../api/spaces/utils>`_. There are a couple of more niche spaces :class:`Graph`, :class:`Sequence` and :class:`Text`.
|
||||
For example usage of spaces, see their `documentation </api/spaces>`_ along with `utility functions </api/spaces/utils>`_. There are a couple of more niche spaces :class:`Graph`, :class:`Sequence` and :class:`Text`.
|
||||
```
|
||||
|
||||
## Modifying the environment
|
||||
|
Reference in New Issue
Block a user