Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FRewardObject
- FLocalDirectionalVelocityReward
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningRewardObject.h |
| Include | #include "LearningRewardObject.h" |
Syntax
struct FLocalDirectionalVelocityReward : public UE::Learning::FRewardObject
Remarks
Reward based on how large a velocity is in a particular local direction
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Axis | ||
| TArrayMapHandle< 1, FQuat > | RelativeRotationHandle | ||
| TArrayMapHandle< 1, float > | ScaleHandle | ||
| TArrayMapHandle< 1, FVector > | VelocityHandle | ||
| TArrayMapHandle< 1, float > | WeightHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLocalDirectionalVelocityReward
(
const FName& InIdentifier, |