Epsilon greedy policy for DQN
8 ビュー (過去 30 日間)
古いコメントを表示
Akash
2023 年 8 月 16 日
回答済み: Emmanouil Tzorakoleftherakis
2023 年 9 月 25 日
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
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Training and Simulation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!