| EAgentStatus | The Agent State as represented in Schola. |
| EAgentTrainingStatus | An enumeration representing the various states common across gym and gym-like environments. |
| EAutoResetType | Enumeration defining automatic environment reset behavior for gym connectors. |
| EChannels | Bitflag enum for RGBA color channels. |
| EComSystemState | An enumeration representing the state of the communication system. |
| EConnectorStatus | Enum class representing the operational status of the connector. |
| EConnectorStatusUpdate | An enumeration representing the type of action taken by an agent. |
| EEnvironmentStatus | Enum class representing the status of the environment. |
| EFrameOfReference | Enum of frame of reference types for spatial observations and actions. |
| EImitationConnectorStatus | Enum class representing the status of the connector. |
| EPointType | Enumeration of concrete Point types supported by the Schola blueprint helpers. |
| EPythonEnvironmentType | The type of a python environment. |
| EPythonScript | The type of a python training script to use. |
| ERLlibActivationFunctionEnum | An enumeration of activation functions neural networks. |
| ERLlibTrainingAlgorithm | Enumeration of reinforcement learning algorithms supported by Ray RLlib. |
| ERuntimeType | Enumeration for different runtime device types. |
| ESB3ActivationFunctionEnum | An enumeration of activation functions neural networks. |
| ESB3TrainingAlgorithm | Enumeration of reinforcement learning algorithms supported by Stable Baselines 3. |
| EScriptType | The type of a training script. |
| ESpaceType | Enumeration of concrete Space kinds supported by the Schola blueprint helpers. |
| ESpaceValidationResult | Enumeration of possible validation results when testing if a point is in a space. |
| ETeleportDimensionFlags | Bitflags for enabling teleport movement directions per dimension. |
| ETrainingUpdateType | An enumeration representing the type of update. |