C code generation for reinforcement learning agent in Simliunk 2019b
3 ビュー (過去 30 日間)
古いコメントを表示
Yihao Wan
2021 年 3 月 4 日
編集済み: Emmanouil Tzorakoleftherakis
2021 年 3 月 11 日
Hello, I want to implement the reinforcement learning agent in dSPACE, and current supported version is SIMULINK 2019b. I wondered in which way I could generate the c code in Simulink R2019b with the reinforcement learning agent.
Thank you very much.
0 件のコメント
採用された回答
Emmanouil Tzorakoleftherakis
2021 年 3 月 5 日
編集済み: Emmanouil Tzorakoleftherakis
2021 年 3 月 11 日
I believe C code generation is not supported in 19b (only C++). Even if C++ works for you, that would require building one of the 3p libraries the codegen process links to (either arm-compute or one-dnn) for your target hardware.
I think the easiest path would be to use the new plain C code generation feature that shipped in R2021a, that does not require 3p libraries.
Hope this helps
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!