Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FRewardObject
- FPositionArraySimilarityReward
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningRewardObject.h |
| Include | #include "LearningRewardObject.h" |
Syntax
struct FPositionArraySimilarityReward : public UE::Learning::FRewardObject
Remarks
Reward based on the similarity between two arrays of position
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayMapHandle< 2, FVector > | Positions0Handle | ||
| TArrayMapHandle< 2, FVector > | Positions1Handle | ||
| TArrayMapHandle< 1, FVector > | RelativePosition0Handle | ||
| TArrayMapHandle< 1, FVector > | RelativePosition1Handle | ||
| TArrayMapHandle< 1, FQuat > | RelativeRotation0Handle | ||
| TArrayMapHandle< 1, FQuat > | RelativeRotation1Handle | ||
| TArrayMapHandle< 1, float > | ScaleHandle | ||
| TArrayMapHandle< 1, float > | ThresholdHandle | ||
| TArrayMapHandle< 1, float > | WeightHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPositionArraySimilarityReward
(
const FName& InIdentifier, |