Skip to content

Commit

Permalink
Fix for syntax issue with Sphinx role notation in Space class.
Browse files Browse the repository at this point in the history
  • Loading branch information
alphazwest committed Oct 19, 2023
1 parent c121d26 commit b3585e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gymnasium/spaces/space.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Space(Generic[T_cov]):
Warning:
Custom observation & action spaces can inherit from the ``Space``
class. However, most use-cases should be covered by the existing space
classes (e.g. :class:`Box`, :class:`Discrete`, etc...), and container classes (:class`Tuple` &
classes (e.g. :class:`Box`, :class:`Discrete`, etc...), and container classes (:class:`Tuple` &
:class:`Dict`). Note that parametrized probability distributions (through the
:meth:`Space.sample()` method), and batching functions (in :class:`gym.vector.VectorEnv`), are
only well-defined for instances of spaces provided in gym by default.
Expand Down

0 comments on commit b3585e9

Please sign in to comment.