I want to know how to understand the sampling time ts of the agent in reinforcement learning, and how its value will affect the training and results?
5 ビュー (過去 30 日間)
古いコメントを表示
嘻嘻
2023 年 11 月 6 日
コメント済み: Emmanouil Tzorakoleftherakis
2023 年 11 月 9 日
I want to know how to understand the sampling time ts of the agent in reinforcement learning, and how its value will affect the training and results?
0 件のコメント
採用された回答
Emmanouil Tzorakoleftherakis
2023 年 11 月 8 日
Think of it as how often you need the agent to make decisions. Sometimes you need to make decisions very frequently (e.g. if your system dynamics are fast) and sometimes not. Could be viewed as the equivalent of a controller rate.
The smaller ts is, the more frequently the agent will make decisions, but that will make training much slower. On the other hand, if ts is large, training may progress faster, but depending on your system it may not converge.
Hope this helps
3 件のコメント
Emmanouil Tzorakoleftherakis
2023 年 11 月 9 日
You should be able to use a single agent for this application. However, since you already have a model of the system, I would first try with a model-based controller like MPC.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!