Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new bool action. This represents an action which is either true or false.
Target is Learning Agents Actions
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Action Schema |
| real | Prior Probability | The prior probability of this action being true. |
| name | Tag | The tag of this new action. Used during action object validation and debugging. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value | The newly created action schema element. |