Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new inclusive union action. This represents an action which is an inclusive choice from a number of named sub-actions, sampled from a Bernoulli distribution.
Target is Learning Agents Actions
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Action Schema |
| name | Element Names | The names of the sub-actions. |
| struct | Elements | The corresponding sub-actions. Must be the same size as ElementNames. |
| real | Prior Probabilities | The prior probabilities of each option. Can be left empty to use a probability of 0.5 for each option. |
| 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. |