Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Initializes this object to be used with the given agent interactor and policy settings.
Target is Learning Agents Policy
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | In Manager | The input Manager |
| object | In Interactor | The input Interactor component |
| object | Encoder Neural Network Asset | Optional Encoder Network Asset to use. If not provided, asset is empty, or bReinitializeEncoderNetwork is set then a new neural network object will be created. |
| object | Policy Neural Network Asset | Optional Policy Network Asset to use. If not provided, asset is empty, or bReinitializePolicyNetwork is set then a new neural network object will be created according to the given PolicySettings. |
| object | Decoder Neural Network Asset | Optional Decoder Network Asset to use. If not provided, asset is empty, or bReinitializeDecoderNetwork is set then a new neural network object will be created. |
| boolean | Reinitialize Encoder Network | If to reinitialize the encoder network |
| boolean | Reinitialize Policy Network | If to reinitialize the policy network |
| boolean | Reinitialize Decoder Network | If to reinitialize the decoder network |
| struct | In Policy Settings | |
| integer | Seed | Random seed to use for initializing network weights and policy sampling |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |