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 (BlueprintType , Category="LearningAgents")
struct FLearningAgentsPolicySettings
Remarks
The configurable settings for a ULearningAgentsPolicy.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ELearningAgentsActivationFunction | ActivationFunction | Activation function to use on hidden layers of the policy network | |
| bool | bUseMemory | If this network should use memory or not. | |
| int32 | HiddenLayerNum | Number of hidden layers for policy network. | |
| int32 | HiddenLayerSize | Number of neurons in each hidden layer of the policy network | |
| float | InitialEncodedActionScale | Initial scale for encoded actions. | |
| int32 | MemoryStateSize | Number of neurons in the memory state of the policy network |