Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsNeuralNetwork
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsNeuralNetwork.h |
| Include | #include "LearningAgentsNeuralNetwork.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsNeuralNetwork.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"LearningAgents"&41;
void LoadNetworkFromAsset
&40;
ULearningAgentsNeuralNetwork &42; NeuralNetworkAsset
&41;
Remarks
Copy another asset's network weights into this network. Network sizes must match.
Parameters
| Name | Description |
|---|---|
| NeuralNetworkAsset | The asset to load from. |