How do you temporarily disable Fast Restart in Reinforcement Learning.
    11 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Bay Jay
 am 22 Jun. 2023
  
    
    
    
    
    Kommentiert: Bay Jay
 am 26 Jun. 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. 
0 Kommentare
Akzeptierte Antwort
  colordepth
      
 am 22 Jun. 2023
        
      Bearbeitet: colordepth
      
 am 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:
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

