Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
The configurable settings for a ULearningAgentsImitationTrainer.
| Name | FLearningAgentsImitationTrainerSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsImitationTrainer.h |
| Include Path | #include "LearningAgentsImitationTrainer.h" |
Syntax
USTRUCT (BlueprintType , Category="LearningAgents")
struct FLearningAgentsImitationTrainerSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RecordingFilterTag | FGameplayTag | Tag used to filter records from the recording. | LearningAgentsImitationTrainer.h |
|
| TrainerCommunicationTimeout | float | Time in seconds to wait for the training process before timing out. | LearningAgentsImitationTrainer.h |
|