필터 지우기
필터 지우기

How do you temporarily disable Fast Restart in Reinforcement Learning.

조회 수: 6 (최근 30일)
Bay Jay
Bay Jay 2023년 6월 22일
댓글: Bay Jay 2023년 6월 26일
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.

채택된 답변

Deep
Deep 2023년 6월 22일
편집: Deep 2023년 6월 23일
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:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by