Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
Completion modes for episodes.
| Name | ELearningAgentsCompletion |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsCompletions.h |
| Include Path | #include "LearningAgentsCompletions.h" |
Syntax
enum ELearningAgentsCompletion
{
UMETA =(DisplayName = "Running"),
UMETA =(DisplayName = "Truncation"),
UMETA =(DisplayName = "Termination"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | Episode is still running. |
| UMETA | Episode ended while in progress. Critic will be used to estimate final return. |
| UMETA | Episode ended and zero reward was expected for all future steps. |