Epsilon greedy policy for DQN

10 vues (au cours des 30 derniers jours)
Akash
Akash le 16 Août 2023
Hello,
I have created DQN agent with epsilon greedy exploration which has 4 discrete actions and 10 observations.
Now, my policy is:
Epsilon = 0.9;
EpsilonDecay = 1e-3
EpsilonMin = 0.01
I want to plot the Epsilon value over the episodes during the training, or need to find the variable Epsilon over the training. But, i just can see the above described values even after the training has been done.
If you have idea how to plot/know the epsilon for particular episodes then please let me know?
Thanks

Réponse acceptée

Emmanouil Tzorakoleftherakis
You can use the formula here to calculate the epsilon value

Plus de réponses (0)

Catégories

En savoir plus sur Training and Simulation dans Help Center et File Exchange

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by