Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningAction.h |
| Include | #include "LearningAction.h" |
Syntax
namespace UE
{
namespace Learning
{
namespace Action
{
enum EEncodingActivationFunction
{
ELU = 0,
ReLU = 1,
TanH = 2,
}
}
}
}
Values
| Name | Description |
|---|---|
| ELU | |
| ReLU | |
| TanH |
Remarks
Activation Function to use for encoding