Unrecognized function in reinforcement learning toolbox

12 ビュー (過去 30 日間)
Nozhan Ghoreishi
Nozhan Ghoreishi 2020 年 4 月 27 日
コメント済み: the cyclist 2020 年 4 月 27 日
Hey guys
Im kind of new into reinforcement learning and was just testing mathworks examples on my matlab and keep getting the error :
Unrecognized function or variable 'rlqValueRepresentation'.
Is there any installations needed for using this function?
Thanks in advance

採用された回答

Steven Lord
Steven Lord 2020 年 4 月 27 日
This function was introduced in Reinforcement Learning Toolbox in release R2020a according to its documentation page. Are you using release R2020a or later and do you have Reinforcement Learning Toolbox installed and licensed?
Also make sure you're calling it with the correct case: rlQValueRepresentation not rlqValueRepresentation. [Though I would expect MATLAB to suggest the correctly cased spelling if the function is available.]

その他の回答 (1 件)

the cyclist
the cyclist 2020 年 4 月 27 日
編集済み: the cyclist 2020 年 4 月 27 日
Do other functions from the toolbox work?
Does the output of
>> ver
list the toolbox?
If you go to the License Center, and select your license, is the toolbox listed?
  2 件のコメント
Nozhan Ghoreishi
Nozhan Ghoreishi 2020 年 4 月 27 日
I typed:
>>ver rl
and got the following output :
I actully found that this function was introduced in matlab R2020a version and Im using R2019b so Im wondering if the reinforcement learning toolbax lacks this function in my version and I have no way but to update my MATLAB ?
regards
the cyclist
the cyclist 2020 年 4 月 27 日
Yes, you would need to upddate to use this function

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

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by