Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningObservation.h |
| Include | #include "LearningObservation.h" |
Syntax
struct FNetworkSettings
Remarks
Settings for building a network from a schema.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseCompressedLinearLayers | 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. |