How could I realize from the graph of "reinforcement learning episode manager" in DDPG or rlTD3Agent that the network is learning well?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ali kadkhodaei
el 14 de Oct. de 2023
Comentada: Emmanouil Tzorakoleftherakis
el 22 de Oct. de 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 comentarios
Respuesta aceptada
Emmanouil Tzorakoleftherakis
el 16 de Oct. de 2023
You should be seeing the average reward curve going upwards (not monotonically) which is not the case here.
2 comentarios
Emmanouil Tzorakoleftherakis
el 22 de Oct. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!