mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-20 05:52:03 +00:00
15 lines
590 B
Markdown
15 lines
590 B
Markdown
![]() |
# Wrappers
|
||
|
|
||
|
## Space Wrappers
|
||
|
Wrappers that transform observation and/or action space. Contains
|
||
|
* Discretize (make a discrete version of a continuous space)
|
||
|
* Flatten (put all actions/observations into a single dimension)
|
||
|
* Rescale (rescale the range of values for continuous spaces).
|
||
|
|
||
|
Learn more here: https://github.com/ngc92/space-wrappers
|
||
|
|
||
|
## Utility wrappers for Atari Games
|
||
|
The baseline repository contains wrappers that are used when doing Atari
|
||
|
experiments.
|
||
|
These can be found here: https://github.com/openai/baselines/blob/master/baselines/common/atari_wrappers_deprecated.py
|