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