Navigation
API > API/Plugins > API/Plugins/Learning
Activation Function to use for encoding
| Name | UE::Learning::Observation::EEncodingActivationFunction |
| 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 EEncodingActivationFunction
{
ELU = 0,
ReLU = 1,
TanH = 2,
GELU = 3,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| ELU | |
| ReLU | |
| TanH | |
| GELU |