Files
Gymnasium/docs/wrappers.md

15 lines
579 B
Markdown
Raw Normal View History

2019-03-07 23:55:56 +01:00
# 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.py