Navigation
API > API/Plugins > API/Plugins/LearningAgents
| Name | ELearningAgentsMemoryCell |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsPolicy.h |
| Include Path | #include "LearningAgentsPolicy.h" |
Syntax
enum ELearningAgentsMemoryCell
{
NoMemoryCell,
LearningAgentsGRU,
StandardGRU,
}
Values
| Name | Remarks |
|---|---|
| NoMemoryCell | |
| LearningAgentsGRU | |
| StandardGRU |