Reinforcement Learning toolbox missing functions
5 views (last 30 days)
Show older comments
Hi,
I downloaded the Reinforcement learning toolbox but it has missing files; particularly 'rlDiscreteCategoricalActor' and 'rlValueFunction'.
I couldn't find them and MatLab is not recognizing them?
Any suggestions?
thanks
0 Comments
Accepted Answer
John D'Errico
on 27 Apr 2022
Edited: John D'Errico
on 27 Apr 2022
If you have a current version of that toolbox, it should have those tools.
which rlDiscreteCategoricalActor
which rlValueFunction
However, it is possible that you are using an older release of MATLAB (you don't say), and not the current release. In that case, they were not in existence when your release was created. And in that case, they would not exist for you. Your solution then would be to upgrade MATLAB to the current release. Or you could write your own code to replicate the behavior of those functions. Unfortunately, nobody can just give you those codes.
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!