Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Returns true if the trainer has failed to communicate with the external training process. This can be used in combination with RunTraining to avoid filling the logs with errors.
Target is Learning Agents PPOTrainer
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | True if the training has failed. Otherwise, false. |