Navigation
API > API/Plugins > API/Plugins/Learning
Settings for building a network from a schema.
| Name | FNetworkSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningObservation.h |
| Include Path | #include "LearningObservation.h" |
Syntax
struct FNetworkSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseCompressedLinearLayers | bool | If to use compressed linear layers. This reduces the memory usage by half at the cost of some small impact on quality and evaluation speed. | LearningObservation.h | |
| WeightInitialization | EWeightInitialization | Which weight initialization to use. | LearningObservation.h |