Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
References
| Module | LearningAgentsTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsTrainer.h |
| Include | #include "LearningAgentsTrainer.h" |
Syntax
enum ELearningAgentsCompletion
&123;
Truncation,
Termination,
&125;
Values
| Name | Description |
|---|---|
| Truncation | Episode ended early but was still in progress. Critic will be used to estimate final return. |
| Termination | Episode ended early and zero reward was expected for all future steps. |
Remarks
Completion modes for episodes.