I get this error when i try to load RL agents. Please Help!
4 次查看(过去 30 天)
显示 更早的评论
采纳的回答
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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!