Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningArrayMap.h |
| Include | #include "LearningArrayMap.h" |
Syntax
namespace UE
{
namespace Learning
{
enum
&123;
CustomTypeIdStartIndex = 15,
&125;
}
}
Values
| Name | Description |
|---|---|
| CustomTypeIdStartIndex |
Remarks
Shared memory is used by Learning to efficiently share both experience and policy data between a Python training sub-process and potentially multiple unreal processes (which may be gathering that experience).