Skip to content

schola.core.spaces

Definitions for various types of spaces that can be used to define actions and observations.

Modules

baseBase classes for Schola spaces.
binaryImplementation of a MultiBinarySpace, a space representing a vector of binary values.
boxImplementation of a BoxSpace, a space representing a bounded vector of continuous values.
dictImplementation of a DictionarySpace, a space representing a string keyed dictionary of other spaces.
discreteImplementation of Discrete and MultiDiscrete spaces, which represent a single and and a vector of bounded discrete values.