Add deprecated wrapper error in gymnasium.experimental.wrappers (#341)

This commit is contained in:
Valentin
2023-04-16 13:04:55 +02:00
committed by GitHub
parent 3acaaeb7db
commit 30e846aec5
8 changed files with 117 additions and 21 deletions

View File

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

View File

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