Navigation
API > API/Plugins > API/Plugins/LearningTraining > API/Plugins/LearningTraining/FEpisodeBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PushRewards
(
const int32 RewardId, |
Convenience overload for pushing rewards from a Training Environment. | LearningExperience.h | |
void PushRewards
(
const int32 RewardId, |
LearningExperience.h |
PushRewards(const int32, const TLearningArrayView< 1, const float >, const FIndexSet)
Description
Convenience overload for pushing rewards from a Training Environment.
| Name | PushRewards |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningTraining/Public/LearningExperience.h |
| Include Path | #include "LearningExperience.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningTraining/Private/LearningExperience.cpp |
void PushRewards
(
const int32 RewardId,
const TLearningArrayView< 1, const float > InRewards,
const FIndexSet Instances
)
PushRewards(const int32, const TLearningArrayView< 2, const float >, const FIndexSet)
| Name | PushRewards |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningTraining/Public/LearningExperience.h |
| Include Path | #include "LearningExperience.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningTraining/Private/LearningExperience.cpp |
void PushRewards
(
const int32 RewardId,
const TLearningArrayView< 2, const float > InRewards,
const FIndexSet Instances
)