Skip to content

schola.core.spaces.base.UnrealSpace

class schola.core.spaces.base.### UnrealSpaceType: str(https://docs.python.org/3/library/stdtypes.html#str "(in Python v3.13)")
Bases: object”)

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

_name : The name of the space.

See also

gymnasium.spaces.Space”) : The gym space object that this class is analogous to.

fill_proto(msg, value) : Convert a python representation of point in this space to a protobuf message. Mutates msg with the result.

Parameters

msg

Type: proto\_points.FundamentalPoint
The protobuf message to fill.

value

Type: Any
The pythonic representation of the point.