Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
Completion modes for episodes.
| Name | ILearningAgentsEntityTrainingInterface |
| Type | class |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsEntityInterface.h |
| Include Path | #include "LearningAgentsEntityInterface.h" |
Syntax
class ILearningAgentsEntityTrainingInterface
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ALearningAgentsGymBase * GetGym() |
Resets an entity for a new training episode. | LearningAgentsEntityInterface.h |
|
void InitializeEntity
(
ALearningAgentsGymBase* InGym |
Initialize an entity at the start of training. | LearningAgentsEntityInterface.h |
|
void ResetEntity
(
ALearningAgentsGymBase* InGym |
Resets an entity for a new training episode. | LearningAgentsEntityInterface.h |
|