Effacer les filtres
Effacer les filtres

How do you temporarily disable Fast Restart in Reinforcement Learning.

6 vues (au cours des 30 derniers jours)
Bay Jay
Bay Jay le 22 Juin 2023
Commenté : Bay Jay le 26 Juin 2023
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.

Réponse acceptée

Deep
Deep le 22 Juin 2023
Modifié(e) : Deep le 23 Juin 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:

Plus de réponses (0)

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Produits


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by