fix typo in docs/api/wrappers/table.md (#1254)

This commit is contained in:
Yuning30
2024-11-18 06:24:23 -05:00
committed by GitHub
parent ebe70a1aeb
commit 2765e20d76

View File

@@ -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`