Meaning of step, epoch and episode in RL?
14 views (last 30 days)
Show older comments
RL Designer App.
I want to train an agent (PPO).
I see that number of epochs in it is 3.
In train options there are also episodes (500) and steps.
My sample has length of 7200 (the number of step() calls).
I set the stop condition to "Number of episodes = 500".
What is the difference between step, epoch and episode? Should I set epochs to 7200 or steps in episode to 7200?
0 Comments
Answers (0)
See Also
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!