フィルターのクリア

Codegen respond with an error: "??Expected a character vector. "

6 ビュー (過去 30 日間)
Haonan Ding
Haonan Ding 2021 年 5 月 8 日
回答済み: Paras Gupta 2024 年 6 月 21 日
When I use my training results of DDPG model to generate GPU code, there always respond an error. I followed the instruction "Deploy Trained Reinforcement Learning Policies" from help document, and it runs well in other exmples. Here is error report:
And return code:
>>codegen('-config','cfg','evaluatePolicy','-args',argstr,'-report');
??? Expected a character vector.
Code generation failed: View Error Report
Incorrect use of codegen
  7 件のコメント
XingZhou Mu
XingZhou Mu 2024 年 4 月 14 日
Hello, did you solve this problem, I am also having the same problem
Jie Li
Jie Li 2024 年 5 月 9 日
竟然是中文路径的问题!改成英文路径就OK了

サインインしてコメントする。

回答 (1 件)

Paras Gupta
Paras Gupta 2024 年 6 月 21 日
Hello Haonan,
I understand that you're encountering the error "??? Expected a character vector."
This issue could arise if the name of the specified MAT-file or the absolute file path to the MAT-file contains non-ASCII characters, which are not supported by codegen. Please refer to the 'Limitations' section of the following documentation.
You can also refer to the below documentation for more information on character encoding in code generation:
Hope this resolves the query.

カテゴリ

Help Center および File ExchangeDeep Learning with GPU Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by