How do you temporarily disable Fast Restart in Reinforcement Learning.
9 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I want to temporaly disable fast restart. I wish to monitor actions of the RL environment, but I think the simulation is fast for display and scope. Afterward, I can then retore fast restart for the actual training.
Thank you for the help.
0 件のコメント
採用された回答
colordepth
2023 年 6 月 22 日
編集済み: colordepth
2023 年 6 月 23 日
Here's how you can disable fast restart:
set_param('modelname', 'FastRestart', 'off');
Here, replace 'modelname' with the actual name of your Simulink model.
Please refer to this documentation for more details:
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!