How could I realize from the graph of "reinforcement learning episode manager" in DDPG or rlTD3Agent that the network is learning well?
2 views (last 30 days)
Show older comments
ali kadkhodaei
on 14 Oct 2023
Commented: Emmanouil Tzorakoleftherakis
on 22 Oct 2023
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
0 Comments
Accepted Answer
Emmanouil Tzorakoleftherakis
on 16 Oct 2023
You should be seeing the average reward curve going upwards (not monotonically) which is not the case here.
2 Comments
Emmanouil Tzorakoleftherakis
on 22 Oct 2023
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.
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox 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!