Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Learning Agents Record' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Learning Agents Record |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Name | Record's name. |
| name | Schema Name | Schema's name. Must correspond with a schema in the recording. |
| integer | Step Num | The number of observations and actions recorded. |
| integer | Observation Dim Num | The number of dimensions in the observation vector for this record |
| integer | Action Dim Num | The number of dimensions in the action vector for this record |
| integer | Observation Compatibility Hash | The compatibility hash for the recorded observation vectors |
| integer | Action Compatibility Hash | The compatibility hash for the recorded action vectors |
| struct | Tags | The tags to be referenced in the imitation trainer. |
| real | Observation Data | Observation data |
| real | Action Data | Action data |