Resetting S-Function environment for different reinforement learning model
Mostra commenti meno recenti
I am trying to design a reinforcement learning controller for my model which is defined by a Simulink S-Function block. My model runs for a small time interval [0 tf] for one computation of the reward function. How can I reset the S-Function block so it runs again from the same initial state as often as possible for training the RL controller? Thanks for your help.
Risposte (1)
Anurag Ojha
il 24 Gen 2024
0 voti
Hello Mlaudu,
You can use the “InitializeConditions” method. The "InitializeConditions" method is used to reset values that need reinitialization each time an enabled subsystem, containing the S-function, is executed.
You can refer to following MATLAB Documentation links to get better understanding
1 Commento
Musa
il 27 Gen 2024
Thank you very much. We've since worked out a work-around for the problem.
Categorie
Scopri di più su Reinforcement Learning in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!