Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FRewardObject
- FFacingDirectionAngularDifferencePenalty
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningRewardObject.h |
| Include | #include "LearningRewardObject.h" |
Syntax
struct FFacingDirectionAngularDifferencePenalty : public UE::Learning::FRewardObject
Remarks
Penalty based on the difference between two rotations facing directions
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayMapHandle< 1, FVector > | FacingDirection0Handle | ||
| TArrayMapHandle< 1, FVector > | FacingDirection1Handle | ||
| TArrayMapHandle< 1, FQuat > | Rotation0Handle | ||
| TArrayMapHandle< 1, FQuat > | Rotation1Handle | ||
| TArrayMapHandle< 1, float > | ScaleHandle | ||
| TArrayMapHandle< 1, float > | ThresholdHandle | ||
| TArrayMapHandle< 1, float > | WeightHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFacingDirectionAngularDifferencePenalty
(
const FName& InIdentifier, |