Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FRewardObject
- FFacingTowardsTargetAngularDifferencePenalty
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningRewardObject.h |
| Include | #include "LearningRewardObject.h" |
Syntax
struct FFacingTowardsTargetAngularDifferencePenalty : public UE::Learning::FRewardObject
Remarks
Penalty based on the difference between a rotation facing direction and a position
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayMapHandle< 1, FVector > | FacingDirectionHandle | ||
| TArrayMapHandle< 1, float > | MinRadiusHandle | ||
| TArrayMapHandle< 1, FVector > | PositionHandle | ||
| TArrayMapHandle< 1, FQuat > | RotationHandle | ||
| TArrayMapHandle< 1, float > | ScaleHandle | ||
| TArrayMapHandle< 1, FVector > | TargetHandle | ||
| TArrayMapHandle< 1, float > | ThresholdHandle | ||
| TArrayMapHandle< 1, float > | WeightHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFacingTowardsTargetAngularDifferencePenalty
(
const FName& InIdentifier, |