MATLABのウィン​ドウの長さとは、何を​意味しているのでしょ​うか。

13 ビュー (過去 30 日間)
太雅 藤森
太雅 藤森 2021 年 10 月 21 日
回答済み: Akira Agata 2021 年 10 月 21 日
MATLABのウィンドウの長さとは、何を意味しているのでしょうか。
  2 件のコメント
Akira Agata
Akira Agata 2021 年 10 月 21 日
ご質問の「ウィンドウの長さ」が、どの関数のどのパラメータを指しているか、もう少し教えて頂けると助かります。
太雅 藤森
太雅 藤森 2021 年 10 月 21 日
MATLABの強化学習デザイナーの学習の設定画面にある「ウィンドウの長さの平均」という部分が分かりません。
ご教授よろしくお願いします。

サインインしてコメントする。

採用された回答

Akira Agata
Akira Agata 2021 年 10 月 21 日
以下の説明が参考になるかと思います。
---
"Window length for averaging the scores, rewards, and number of steps for each agent, specified as a scalar or vector.
If the training environment contains a single agent, specify ScoreAveragingWindowLength as a scalar.
If the training environment is a multi-agent Simulink® environment, specify a scalar to apply the same window length to all agents.
To use a different window length for each agent, specify ScoreAveragingWindowLength as a vector. In this case, the order of the elements in the vector correspond to the order of the agents used during environment creation.
For options expressed in terms of averages, ScoreAveragingWindowLength is the number of episodes included in the average. For instance, if StopTrainingCriteria is "AverageReward", and StopTrainingValue is 500 for a given agent, then for that agent, training terminates when the average reward over the number of episodes specified in ScoreAveragingWindowLength equals or exceeds 500."
---

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTraining and Simulation についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!