Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningNeuralNetworkObject.h |
| Include | #include "LearningNeuralNetworkObject.h" |
Syntax
struct FNeuralNetworkPolicyFunctionSettings
Remarks
Settings object for a neural network based policy
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ActionNoiseMax | Maximum amount of action noise to allow. | |
| float | ActionNoiseMin | Minimum amount of action noise to allow. | |
| float | ActionNoiseScale | Overall scale of the action noise. | |
| bool | bParallelEvaluation | If to allow for multi-threaded evaluation. | |
| uint16 | MinParallelBatchSize | Minimum batch size to use for multi-threaded evaluation. |