Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new continuous action. This represents an action made up of several float values sampled from a Gaussian distribution.
Target is Learning Agents Actions
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Action Schema |
| integer | Size | The number of float values in the action. |
| real | Scale | The scale used for this action. |
| 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. |