I get this error when i try to load RL agents. Please Help!
조회 수: 1 (최근 30일)
이전 댓글 표시

댓글 수: 0
채택된 답변
Yongjian Feng
2021년 7월 10일
편집: Yongjian Feng
2021년 7월 10일
Inside pfcagent.mat, the variable saved is not called "saved_agent". It must be called something else.
That is why the first line of code failed to find saved_agent from pfcagent.mat, and the second line of code generates the "Unrecognized..." error.
If you don't remember what variable name is used in pfcagent.mat, try this
listOfVariables = who('-file', 'pfcagent.mat')
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!