Meaning of step, epoch and episode in RL?
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!