Skip to content

schola.core.spaces.base

Base classes for Schola spaces.

Functions

get_space_shape_as_int(space)Get the shape of a space as an integer.
merge_space_shape(spaces)Merge the shapes of multiple spaces into a single shape.

Classes

UnrealSpace()A base class for all spaces in Schola, providing a common interface for converting between protobuf messages and pythonic representations.