Files
Gymnasium/docs/wrappers.md
2019-04-19 14:54:23 -07:00

579 B

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