Epsilon greedy policy for DQN

조회 수: 10 (최근 30일)
Akash
Akash 2023년 8월 16일
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

채택된 답변

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2023년 9월 25일
You can use the formula here to calculate the epsilon value

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Training and Simulation에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by