Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsController
Description
Call this function when it is time to evaluate the controller and produce the actions for the agents. This should be called after GatherObservations but before PerformActions. This will call this controller's EvaluateAgentController event.
| Name | EvaluateController |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsController.h |
| Include Path | #include "LearningAgentsController.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsController.cpp |
UFUNCTION (BlueprintCallable, Category="LearningAgents")
void EvaluateController()