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" |
UFUNCTION&40;BlueprintNativeEvent, Category&61;"LearningAgents"&41;
void SetObservations
&40;
const TArray< int32 > & AgentIds
&41;
Remarks
During this event, all observations should be set for each agent.
Parameters
| Name | Description |
|---|---|
| AgentIds | The list of agent ids to set observations for. |
See Also
LearningAgentsObservations.hfor the list of available observations.
GetAgent to get the agent corresponding to each id.