Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsPolicy
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsPolicy.h |
| Include | #include "LearningAgentsPolicy.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsPolicy.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"LearningAgents"&41;
void EvaluatePolicy&40;&41;
Remarks
Calling this function will run the underlying neural network on the previously buffered observations to populate the output action buffer. This should be called after the associated agent interactor's EncodeObservations and before its DecodeActions.