Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/FLearningAgentsI-
Syntax
UPROPERTY (EditAnywhere, Category="LearningAgents", Meta=(ClampMin="1", UIMin="1", UIMax="512"))
uint32 Window
Remarks
The number of consecutive steps of observations and actions over which to train the policy. Increasing this value will encourage the policy to use its memory effectively. Too large and training can become unstable. Given we don't know the memory state during imitation learning it is better this is slightly larger than when we are doing reinforcement learning.