Navigation
API > API/Plugins > API/Plugins/LearningTraining
References
| Module | LearningTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningTraining/Public/LearningTrainer.h |
| Include | #include "LearningTrainer.h" |
Syntax
namespace UE
{
namespace Learning
{
enum ETrainerResponse
&123;
Success = 0,
Unexpected = 1,
Completed = 2,
Stopped = 3,
Timeout = 4,
&125;
}
}
Values
| Name | Description |
|---|---|
| Success | The communication was successful. |
| Unexpected | The communication send or received was unexpected. |
| Completed | Training is complete. |
| Stopped | Training is stopped. |
| Timeout | The communication timed-out. |
Remarks
Type of response from a Trainer