Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new either action. This represents an action which is either action A or action B.
Target is Learning Agents Actions
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Action Schema |
| struct | A | The sub-action A. |
| struct | B | The sub-action B. |
| real | Prior Probability Of A | The prior probability of sampling action A over action B. |
| 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. |