필터 지우기
필터 지우기

.mex file (matlab executable) as Simulink Block?

조회 수: 1 (최근 30일)
Victor Bayer
Victor Bayer 2021년 6월 11일
댓글: Sean de Wolski 2021년 6월 11일
Hi,
i would like to run an RLAgent on a Raspberry. Since the RLAgent included in the reinforcement learning toolbox is not supported by code generation it does not seem to be possible to upload that block as itself.
Instead i generated a .mex (matlab executable) file from the trained agent policy (.mat file). See:
How can i run the generated .mex file in my simulink model?
Thanks for any tips,
Best regards,
V

채택된 답변

Walter Roberson
Walter Roberson 2021년 6월 11일
You start by programming (or obtaining) an Intel x64 instruction set emulator on your ARM based RRaspberry Pi.
In other words, you do not use .mex* files with Raspberry Pi or Arduino.
Perhaps instead of generating mex (binary) it might be possible to generate C or C++ code.
  댓글 수: 1
Sean de Wolski
Sean de Wolski 2021년 6월 11일
Yes - see my answer to your other Question, Victor. Your best bet is to bake the agent into Simulink so the code generator regenerates it for the Pi a part of one process. If not, generate the standalone C|C++ code an compile it for the Pi.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Raspberry Pi Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by