rlTable using multiple element in rlFiniteSetSpec

조회 수: 5 (최근 30일)
ricky C
ricky C 2020년 3월 5일
편집: Jpk 2022년 1월 20일
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?

답변 (1개)

Anh Tran
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
Jpk
Jpk 2022년 1월 20일
편집: Jpk 2022년 1월 20일
Hi has this limitation been corrected by any chanche in 2021b?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by