Navigation
API > API/Plugins > API/Plugins/LearningAgentsTrainingEditor
Editor callable imitation learning trainer.
| Name | ALearningAgentsImitationTrainerEditor |
| Type | class |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTrainingEditor/Public/LearningAgentsImitationTrainerEditor.h |
| Include Path | #include "LearningAgentsImitationTrainerEditor.h" |
Syntax
UCLASS (BlueprintType, Blueprintable)
class ALearningAgentsImitationTrainerEditor : public ALearningAgentsTrainerEditorBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → AActor → ALearningAgentsTrainerEditorBase → ALearningAgentsImitationTrainerEditor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ALearningAgentsImitationTrainerEditor() |
LearningAgentsImitationTrainerEditor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ImitationTrainerPathSettings | FLearningAgentsTrainerProcessSettings | LearningAgentsImitationTrainerEditor.h |
|
|
| ImitationTrainerSettings | FLearningAgentsImitationTrainerSettings | LearningAgentsImitationTrainerEditor.h |
|
|
| ImitationTrainerTrainingSettings | FLearningAgentsImitationTrainerTrainingSettings | LearningAgentsImitationTrainerEditor.h |
|
|
| LearningAgentsImitationTrainer | TObjectPtr< ULearningAgentsImitationTrainer > | LearningAgentsImitationTrainerEditor.h |
|
Functions
Public
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void StartExport
(
UE::Learning::ETrainerExportFlags Flags |
LearningAgentsImitationTrainerEditor.h | ||
virtual void StartTraining() |
Start training. | LearningAgentsImitationTrainerEditor.h | |
virtual void StopTraining() |
Stop training. | LearningAgentsImitationTrainerEditor.h |
Overridden from ALearningAgentsTrainerEditorBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsTraining() |
Start training. Stop training. Is training. | LearningAgentsImitationTrainerEditor.h |