How do you temporarily disable Fast Restart in Reinforcement Learning.

5 次查看(过去 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.

采纳的回答

Deep
Deep 2023-6-22
编辑:Deep 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 CenterFile Exchange 中查找有关 Modeling 的更多信息

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by