Navigation
API > API/Plugins > API/Plugins/LearningAgents
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsPolicy.h |
| Include | #include "LearningAgentsPolicy.h" |
Syntax
USTRUCT&40;BlueprintType, Category&61;"LearningAgents"&41;
struct FLearningAgentsPolicySettings
Remarks
The configurable settings for a ULearningAgentsPolicy.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ActionNoiseMax | Maximum action noise used by the policy | |
| float | ActionNoiseMin | Minimum action noise used by the policy | |
| float | ActionNoiseScale | Scale of the action noise used by the policy should be 1.0 during training. | |
| int32 | ActionNoiseSeed | Seed for the action noise used by the policy | |
| ELearningAgentsActivationFunction | ActivationFunction | Activation function to use on hidden layers of the policy network | |
| int32 | HiddenLayerSize | Number of neurons in each hidden layer of the policy network | |
| int32 | LayerNum | Total layers for policy network including input, hidden, and output layers |