Navigation
API > API/Plugins > API/Plugins/LearningAgents
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsCritic.h |
| Include | #include "LearningAgentsCritic.h" |
Syntax
USTRUCT&40;BlueprintType, Category&61;"LearningAgents"&41;
struct FLearningAgentsCriticSettings
Remarks
The configurable settings for a ULearningAgentsCritic.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ELearningAgentsActivationFunction | ActivationFunction | Activation function to use on hidden layers of the critic network | |
| int32 | HiddenLayerSize | Number of neurons in each hidden layer of the critic network | |
| int32 | LayerNum | Total layers for critic network including input, hidden, and output layers |