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
struct FSchema
Remarks
Action Schema
This object allows you to construct a description of the kind of actions you might want to be generated by a policy. Internally this object contains a pool of individual elements. This allows them to be constructed performantly and in a cache efficient way. This object is therefore required to access any data about the individual action elements that are created.