mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 05:44:31 +00:00
fix typo in docs/api/wrappers/table.md (#1254)
This commit is contained in:
@@ -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`
|
||||
|
Reference in New Issue
Block a user