mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-08 08:48:26 +00:00
Co-authored-by: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Co-authored-by: Jet <38184875+jjshoots@users.noreply.github.com> Co-authored-by: Omar Younis <42100908+younik@users.noreply.github.com>
20 lines
349 B
Markdown
20 lines
349 B
Markdown
---
|
|
title: Reward Wrappers
|
|
---
|
|
|
|
# Reward Wrappers
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: gymnasium.RewardWrapper
|
|
|
|
.. automethod:: gymnasium.RewardWrapper.reward
|
|
```
|
|
|
|
## Implemented Wrappers
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: gymnasium.wrappers.TransformReward
|
|
.. autoclass:: gymnasium.wrappers.NormalizeReward
|
|
.. autoclass:: gymnasium.wrappers.ClipReward
|
|
```
|