Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Constructs the trainer.
Target is Learning Agents PPOTrainer
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | In Manager | The agent manager we are using. |
| object | In Interactor | The agent interactor we are training with. |
| object | In Training Environment | The training environment. |
| object | In Policy | The policy to be trained. |
| object | In Critic | The critic to be trained. |
| struct | Communicator | The communicator. |
| class | Class | The trainer class. |
| name | Name | The trainer name. |
| struct | Trainer Settings | The trainer settings to use. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value |