Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULearningAgentsCompletion
- UPlanarPositionSimilarityCompletion
References
| Module | LearningAgentsTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsCompletions.h |
| Include | #include "LearningAgentsCompletions.h" |
Syntax
UCLASS&40;&41;
class UPlanarPositionSimilarityCompletion : public ULearningAgentsCompletion
Remarks
A completion for if two positions are near by some threshold in a plane, e.g. if the agent gets close to a position.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< UE::Learning::FPlanarPositionSimilarityCompletion > | CompletionObject |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UPlanarPositionSimilarityCompletion * | AddPlanarPositionSimilarityCompletion
(
ULearningAgentsTrainer* InAgentTrainer, |
Adds a new planar position difference completion to the given trainer. | |
| void | SetPlanarPositionSimilarityCompletion
(
const int32 AgentId, |
Sets the data for this completion. |
Overridden from ULearningAgentsCompletion
| Type | Name | Description | |
|---|---|---|---|
| void | VisualLog
(
const UE::Learning::FIndexSet Instances |
Describes this completion to the visual logger for debugging purposes. |