Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Learning Agents PPOTrainer Settings' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| integer | Max Episode Step Num | Maximum number of steps recorded in an episode before it is added to the replay buffer. This can generally be left at the default value anddoes not have a large impact on training. |
| integer | Maximum Recorded Episodes Per Iteration | Maximum number of episodes to record before running a training iteration. An iteration of training will be run when either this orMaximumRecordedEpisodesPerIteration is reached. Typical values for this should be around 1000. Setting this too small means there is notenough data each iteration for the system to train. Setting it too large means training will be very slow. |
| integer | Maximum Recorded Steps Per Iteration | Maximum number of steps to record before running a training iteration. An iteration of training will be run when either this orMaximumRecordedEpisodesPerIteration is reached. Typical values for this should be around 10000. Setting this too small means there is notenough data each iteration for the system to train. Setting it too large means training will be very slow. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Learning Agents PPOTrainer Settings |