How to log/record signal data from a reinforcement learning (RL) agent/environment over multiple training episodes using Simulink?
2 ビュー (過去 30 日間)
古いコメントを表示
Krupa Prag
2020 年 10 月 13 日
編集済み: Krupa Prag
2020 年 10 月 15 日
I would like to record the data for each episode during the training process.
I have considered the functionality of: 'Log Selected Signals'. However, this does not give/return anything to the workspace.
The environment used is designed using blocks from the powerlib.
0 件のコメント
採用された回答
Emmanouil Tzorakoleftherakis
2020 年 10 月 15 日
If you call 'train' with an output argument, you will get many useful statistics from training (see here). Would this work?
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!