Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsInteractor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GatherObservations () |
-- Blueprint public interface -- | LearningAgentsInteractor.h |
|
void GatherObservations
(
const UE::Learning::FIndexSet AgentSet, |
-- Non-blueprint public interface -- | LearningAgentsInteractor.h |
GatherObservations()
Description
Gathers all the observations for all agents. This will call GatherAgentObservations.
| Name | GatherObservations |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsInteractor.h |
| Include Path | #include "LearningAgentsInteractor.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsInteractor.cpp |
UFUNCTION (BlueprintCallable, Category="LearningAgents")
void GatherObservations()
GatherObservations(const UE::Learning::FIndexSet, bool)
Description
Encode Observations for a specific set of agents
| Name | GatherObservations |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsInteractor.h |
| Include Path | #include "LearningAgentsInteractor.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsInteractor.cpp |
void GatherObservations
(
const UE::Learning::FIndexSet AgentSet,
bool bIncrementIteration
)