How could I realize from the graph of "reinforcement learning episode manager" in DDPG or rlTD3Agent that the network is learning well?

1 回表示 (過去 30 日間)
hi every body
im training a TG3Agent . when i see the "reinforcement learning episode manager" i dont realize that my network is learning well or not?
how can i found that? What are the signs of good learning from the chart?
my chart is below

採用された回答

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2023 年 10 月 16 日
You should be seeing the average reward curve going upwards (not monotonically) which is not the case here.
  2 件のコメント
ali kadkhodaei
ali kadkhodaei 2023 年 10 月 21 日
whats your advice for well learning ? increasing layers or nurons ?
using lstm layers instead of feauture layers?/
changing learning rate or gradient thereshhold?
or another things?
Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2023 年 10 月 22 日
Using LSTM layers instead of feature layers won't improve your performance unless the problem you are working on is a better fit for lstm policies. Usually improving the reward, exploration, and neural network architecture (layers/neurons etc) helps. But you also need to make sure the problem is set up correctly, i.e. you provide the appropriate observations so that the agent has enough information to learn.

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

その他の回答 (0 件)

タグ

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by