Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsCritic
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsCritic.h |
| Include | #include "LearningAgentsCritic.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsCritic.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"LearningAgents"&41;
void LoadCriticFromAsset
&40;
ULearningAgentsNeuralNetwork &42; NeuralNetworkAsset
&41;
Remarks
Load a ULearningAgentsNeuralNetwork asset's weights into this critic.
Parameters
| Name | Description |
|---|---|
| NeuralNetworkAsset | The asset to load from. |