필터 지우기
필터 지우기

execute dos commend and read excel in simulink (reinforcement learning)

조회 수: 1 (최근 30일)
Hello everyone,
I'm trying to construct reinforcement learning using simulink
The structure of my reinforcement learning model ->
agent -> action(parameters) -> run model(dos commend) -> result -> (reward, observation, isdone) -> agent
Is there any function or example for running "dos commend" or read "excel" in simulink????
Thank you for help

채택된 답변

Walter Roberson
Walter Roberson 2022년 4월 20일
You could potentially use a MATLAB Function block that used system() and readmatrix()
You might have to use coder.extern() for both of these. You would not be able to turn on rapid acceleration, and you would not be able to deploy to any devices.

추가 답변 (0개)

카테고리

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

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by