How to log/record signal data from a reinforcement learning (RL) agent/environment over multiple training episodes using Simulink?
1 次查看(过去 30 天)
显示 更早的评论
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!