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!