Skip to content

Commit

Permalink
fix typo in docs/api/wrappers/table.md (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuning30 authored Nov 18, 2024
1 parent ebe70a1 commit 2765e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/wrappers/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ wrapper in the page on the wrapper type
* - :class:`NumpyToTorch`
- Wraps a NumPy-based environment such that it can be interacted with PyTorch Tensors.
* - :class:`OrderEnforcing`
- Will produce an error if ``step`` or ``render`` is called before ``render``.
- Will produce an error if ``step`` or ``render`` is called before ``reset``.
* - :class:`PassiveEnvChecker`
- A passive environment checker wrapper that surrounds the ``step``, ``reset`` and ``render`` functions to check they follows gymnasium's API.
* - :class:`RecordEpisodeStatistics`
Expand Down

0 comments on commit 2765e20

Please sign in to comment.