Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsInteractor
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 (BlueprintPure, Category="LearningAgents", Meta=(AgentId="-1"))
bool HasObservationVector
(
const int32 AgentId
) const
Remarks
Returns true if GatherObservations or SetObservationVector has been called and the observation vector already set for the given agent.