Navigation
API > API/Plugins > API/Plugins/Learning
Inheritance Hierarchy
- FRewardObject
- FSumReward
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningRewardObject.h |
| Include | #include "LearningRewardObject.h" |
Syntax
struct FSumReward : public UE::Learning::FRewardObject
Remarks
Reward that sums the results of multiple other reward functions
Variables
| Type | Name | Description | |
|---|---|---|---|
| TLearningArray< 1, TSharedRef< FRewardObject >, TInlineAllocator< 32 > > | Rewards |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSumReward
(
const FName& InIdentifier, |