Navigation
API > API/Plugins > API/Plugins/MLAdapter
Defines the numerical space of a sensor, actuator, or agent. Similar to OpenAI Gym's spaces.
| Name | FSpace |
| Type | struct |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterSpace.h |
| Include Path | #include "MLAdapterSpace.h" |
Syntax
struct FSpace :
public FMLAdapter::IJsonable ,
public TSharedFromThis< FSpace >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FSpace
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSpace() |
MLAdapterSpace.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Type | EMLAdapterSpaceType | MLAdapterSpace.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 Num() |
MLAdapterSpace.h |
Overridden from IJsonable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString ToJson() |
MLAdapterSpace.h |