Skip to content

FScholaImitationModule

Unreal Engine module for Schola Imitation Learning functionality.

This module provides the infrastructure for imitation learning in Schola, enabling environments to collect expert demonstrations and learn from them.

class FScholaImitationModule : public IModuleInterface

Methods

StartupModule

virtual void StartupModule() override

Called when the module is loaded during engine startup.


ShutdownModule

virtual void ShutdownModule() override

Called when the module is unloaded during engine shutdown.

Source: Source/ScholaImitation/Public/ScholaImitation.h