Navigation
API > API/Plugins > API/Plugins/LearningAgents
The configurable settings for a ULearningAgentsFlowMatching.
| Name | FLearningAgentsFlowMatchingSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsFlowMatching.h |
| Include Path | #include "LearningAgentsFlowMatching.h" |
Syntax
USTRUCT (BlueprintType , Category="LearningAgents")
struct FLearningAgentsFlowMatchingSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActionChunkSize | int32 | LearningAgentsFlowMatching.h |
|
|
| ActivationFunction | ELearningAgentsActivationFunction | LearningAgentsFlowMatching.h |
|
|
| HiddenLayerNum | int32 | LearningAgentsFlowMatching.h |
|
|
| HiddenLayerSize | int32 | LearningAgentsFlowMatching.h |
|
|
| ODEStepsNum | int32 | Number of ODE integration steps. More steps is usually better quality but slower inference. | LearningAgentsFlowMatching.h |
|