Visualize Progress in Reinforcement Learning Toolbox

1 回表示 (過去 30 日間)
green_ananas
green_ananas 2021 年 3 月 8 日
コメント済み: green_ananas 2021 年 3 月 13 日
Hello everyone
Do you know whether it is possible to store an agent's progress within the reinforcement learning toolbox? What I would like to do is to have access to the agent's states in the course of the training, such that I can show how the agent behaved at different points in its learning phase. Is there a built-in functionality like this, or should I try and store every agent individually, which potentially is a lot of data.
Cheers

採用された回答

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2021 年 3 月 11 日
This is not possible out of the box, but you could implement something like this by setting a counter and saving the current version of the agent as needed. You could do it from the step/reset function
  1 件のコメント
green_ananas
green_ananas 2021 年 3 月 13 日
Thanks Emmanouil, I thought of doing something like this and wondered whether it's already otherwise implemented.

サインインしてコメントする。

その他の回答 (0 件)

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by