フィルターのクリア

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

1 回表示 (過去 30 日間)
minhyuk jeung
minhyuk jeung 2022 年 4 月 20 日
コメント済み: minhyuk jeung 2022 年 4 月 23 日
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 Center および File ExchangeEnvironments についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by