schola.core.spaces
Definitions for various types of spaces that can be used to define actions and observations.
Modules
base | Base classes for Schola spaces. |
binary | Implementation of a MultiBinarySpace, a space representing a vector of binary values. |
box | Implementation of a BoxSpace, a space representing a bounded vector of continuous values. |
dict | Implementation of a DictionarySpace, a space representing a string keyed dictionary of other spaces. |
discrete | Implementation of Discrete and MultiDiscrete spaces, which represent a single and and a vector of bounded discrete values. |