Navigation
API > API/Plugins > API/Plugins/Learning
Enum of Padding Mode
| Name | UE::Learning::Observation::EPaddingMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningObservation.h |
| Include Path | #include "LearningObservation.h" |
Syntax
namespace UE
{
namespace Learning
{
namespace Observation
{
enum EPaddingMode
{
Zeros = 0,
Circular = 1,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Zeros | |
| Circular |