Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsInteractor > API/Plugins/LearningAgents/ULearningAgentsInteractor/DecodeActions
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsInteractor.h |
| Include | #include "LearningAgentsInteractor.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsInteractor.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"LearningAgents"&41;
void DecodeActions&40;&41;
Remarks
Call this function when it is time for your agents to take their actions. You most likely want to call this after your policy's EvaluatePolicy function to ensure that you are receiving the latest actions. This will call this agent interactor's GetActions event.