Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
| Name | ILearningAgentsLearningComponentInterface |
| Type | class |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsLearningComponentInterface.h |
| Include Path | #include "LearningAgentsLearningComponentInterface.h" |
Syntax
class ILearningAgentsLearningComponentInterface
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeLearningComponent() |
Initializes the component at the start of training. | LearningAgentsLearningComponentInterface.h |
|
void ResetLearningComponent() |
Resets the component for a new training episode. | LearningAgentsLearningComponentInterface.h |
|