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, BlueprintPure&61;false, Category&61;"LearningAgents", Meta&61;&40;RelativePath&41;&41;
void SaveCriticToSnapshot
&40;
const FFilePath & File
&41; const
Remarks
Save this critic's weights into a snapshot.
Parameters
| Name | Description |
|---|---|
| File | The snapshot file. |