mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 06:07:08 +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>
19 lines
382 B
Markdown
19 lines
382 B
Markdown
# Action Wrappers
|
|
|
|
## Base Class
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: gymnasium.ActionWrapper
|
|
|
|
.. automethod:: gymnasium.ActionWrapper.action
|
|
```
|
|
|
|
## Available Action Wrappers
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: gymnasium.wrappers.TransformAction
|
|
.. autoclass:: gymnasium.wrappers.ClipAction
|
|
.. autoclass:: gymnasium.wrappers.RescaleAction
|
|
.. autoclass:: gymnasium.wrappers.StickyAction
|
|
```
|