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