Hi,
I need help understanding the benefit of the “Decision Period” property on the Decision Requester
Component.
As far as I’ve read the documentation and other forum posts - “Academy Steps” are tied to FixedUpdate.
Then, “Decision Period” is a period of how many FixedUpdate frames will pass until another Academy Step is called, is that correct or am I wrong?
By that thought, increasing the Decision Requester
Decision Period property from value of 1 → 2, should be resulted in Academy Steps running at /2 of FixedUpdate
rate?
Additionally, OnActionReceived
should be called /2 of FixedUpdate
rate?
Kind regards,
Mario