Navigation
API > API/Plugins > API/Plugins/LearningTraining
References
| Module | LearningTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningTraining/Public/LearningImitationTrainer.h |
| Include | #include "LearningImitationTrainer.h" |
Syntax
struct FImitationTrainerNetworkSettings
Remarks
Settings for the network used for training. These settings must match the Neural Network objects passed to ImitationTrainer::Train.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | PolicyActionNoiseMax | Maximum action noise used by the policy | |
| float | PolicyActionNoiseMin | Minimum action noise used by the policy | |
| EActivationFunction | PolicyActivationFunction | Activation function to use on hidden layers of the policy network | |
| int32 | PolicyHiddenLayerSize | Number of neurons in each hidden layer of the policy network | |
| int32 | PolicyLayerNum | Total layers for policy network including input, hidden, and output layers |