mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 05:44:31 +00:00
Add deprecated wrapper error in gymnasium.experimental.wrappers (#341)
This commit is contained in:
@@ -101,7 +101,7 @@ We aimed to replace the wrappers in gymnasium v0.30.0 with these experimental wr
|
||||
* - `supersuit.clip_reward_v0 <https://github.com/Farama-Foundation/SuperSuit/blob/314831a7d18e7254f455b181694c049908f95155/supersuit/generic_wrappers/basic_wrappers.py#L74>`_
|
||||
- :class:`experimental.wrappers.ClipRewardV0`
|
||||
* - :class:`wrappers.NormalizeReward`
|
||||
- :class:`experimental.wrappers.NormalizeRewardV0`
|
||||
- :class:`experimental.wrappers.NormalizeRewardV1`
|
||||
```
|
||||
|
||||
### Common Wrappers
|
||||
|
@@ -37,7 +37,7 @@ title: Wrappers
|
||||
```{eval-rst}
|
||||
.. autoclass:: gymnasium.experimental.wrappers.LambdaRewardV0
|
||||
.. autoclass:: gymnasium.experimental.wrappers.ClipRewardV0
|
||||
.. autoclass:: gymnasium.experimental.wrappers.NormalizeRewardV0
|
||||
.. autoclass:: gymnasium.experimental.wrappers.NormalizeRewardV1
|
||||
```
|
||||
|
||||
## Other Wrappers
|
||||
|
Reference in New Issue
Block a user