Navigation
API > API/Plugins > API/Plugins/MLAdapter > API/Plugins/MLAdapter/UMLAdapterAgent
Description
Get the overall action space of this agent based on all its actuators. Used to determine the necessary output shape of the ML model.
| Name | GetActionSpaceDescription |
| Type | function |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/Agents/MLAdapterAgent.h |
| Include Path | #include "Agents/MLAdapterAgent.h" |
| Source | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Private/Agents/MLAdapterAgent.cpp |
virtual void GetActionSpaceDescription
(
FMLAdapterSpaceDescription & OutSpaceDesc
) const