Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsPolicy
| Type | Name | Description | |
|---|---|---|---|
| TLearningArrayView< 2, const float > | Get a const view to this policy's memory state. | ||
| void | GetMemoryState
(
TArray< float >& OutMemoryState, |
Gets the current memory state for a given agent as represented by an abstract vector learned by the policy. |