Navigation
API > API/Plugins > API/Plugins/MLAdapter
Inheritance Hierarchy
- IJsonable
- TSharedFromThis
- FSpace
- FSpace_Box
- FSpace_Dummy
- FSpace_Discrete
- FSpace_MultiDiscrete
- FSpace_Tuple
References
| Module | MLAdapter |
| Header | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterSpace.h |
| Include | #include "MLAdapterSpace.h" |
Syntax
struct FSpace :
public FMLAdapter::IJsonable,
public TSharedFromThis< FSpace >
Remarks
Defines the numerical space of a sensor, actuator, or agent. Similar to OpenAI Gym's spaces.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EMLAdapterSpaceType | Type |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FSpace () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Num () |