I get this error when i try to load RL agents. Please Help!

조회 수: 1 (최근 30일)
Kushal Gowda N
Kushal Gowda N 2021년 7월 9일
편집: Yongjian Feng 2021년 7월 10일

채택된 답변

Yongjian Feng
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개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by