Why the Reinforcement Learning seems do not learn anything?

8 visualizaciones (últimos 30 días)
HUNG JUI CHIU
HUNG JUI CHIU el 31 de Mzo. de 2021
Respondida: Tarunbir Gambhir el 27 de Mayo de 2021
Is reward not converge to a certain value show that the RL agent does no learn anything?
The result shows that every training the agent does the different choices, it won't learn something good from the previous one.
Although the reward is good and has the good result, next training it won't keep at that good choices, it will try the other choice then get the bad result.
How can I deal with this problem?
Thank for helping.

Respuestas (1)

Tarunbir Gambhir
Tarunbir Gambhir el 27 de Mayo de 2021
If the agent is not taking good choices at later episodes, it is likely that the exploration epsilon factor is still high. You can try increasing the "agentOptions.EpsilonGreedyExploration.EpsilonDecay" parameter to encourage the agent to exploit the previously learned Q-values at later episodes.
You can refer this documentation page for more information on the importance of parameters for the epsilon-greedy exploration concept.

Categorías

Más información sobre Training and Simulation 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!

Translated by