Resetting S-Function environment for different reinforement learning model

조회 수: 1 (최근 30일)
mlaudu
mlaudu 2022년 2월 10일
댓글: Musa 2024년 1월 27일
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.

답변 (1개)

Anurag Ojha
Anurag Ojha 2024년 1월 24일
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

카테고리

Help CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by