Clear Filters
Clear Filters

How do you temporarily disable Fast Restart in Reinforcement Learning.

6 views (last 30 days)
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.

Accepted Answer

Deep
Deep on 22 Jun 2023
Edited: Deep on 23 Jun 2023
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:

More Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!