rlTable using multiple element in rlFiniteSetSpec
3 ビュー (過去 30 日間)
古いコメントを表示
Hi
I was tring to use Q-table in reinforcement learning toolbox. I have 3 signals in the obesrvation bus and used bus2RLSpec to create an 1x3 rlFiniteSetSpec for the observation. But when I created the rlTable using the following code.
qTable = rlTable(observationInfo,actionInfo);
I have the following error:
Error using rlTable/validateInput (line 131)
Input must be a scalar rlFiniteSetSpec
Error in rlTable (line 51)
validateInput(obj, ObservationInfo)
How should I change my observation object to work with rlTable or it's a limitation?
0 件のコメント
回答 (1 件)
Anh Tran
2020 年 3 月 27 日
This is a current limitation with rlTable in MATLAB R2020a. To work with multiple observation channels, you can try a neural network representation instead. See rlQValueRepresentation.
1 件のコメント
参考
カテゴリ
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!