Navigation
API > API/Plugins > API/Plugins/LearningAgents
The configurable settings for a ULearningAgentsCritic.
| Name | FLearningAgentsCriticSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsCritic.h |
| Include Path | #include "LearningAgentsCritic.h" |
Syntax
USTRUCT (BlueprintType , Category="LearningAgents")
struct FLearningAgentsCriticSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActivationFunction | ELearningAgentsActivationFunction | Activation function to use on hidden layers of the critic network | LearningAgentsCritic.h |
|
| HiddenLayerNum | int32 | Number of hidden layers for critic network. | LearningAgentsCritic.h |
|
| HiddenLayerSize | int32 | Number of neurons in each hidden layer of the critic network | LearningAgentsCritic.h |
|