frame-skipping in ml-agents

Hi! I’m a beginner. Recently, I learned Rl and knew Frame-skipping, but I don’t know how to apply it on ml-agents. Anyone can help me ? I will appreciate if!

Perhaps you mean the Decision Period on the Decision Requestor component?
https://docs.unity3d.com/Packages/com.unity.ml-agents@1.0/api/Unity.MLAgents.DecisionRequester.html

it seem to be the same , frame-skipping control agents repeating the same actions, decision period control decision time.