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.
|
2019-04-19 14:54:23 -07:00
|
|
|
These can be found here: https://github.com/openai/baselines/blob/master/baselines/common/atari_wrappers.py
|