필터 지우기
필터 지우기

Error in Reinforce learning toolbox

조회 수: 1 (최근 30일)
주승 이
주승 이 2022년 11월 6일
답변: Shreyansh Mehra 2022년 11월 9일
I'm trying to simulation Reinforce learning.
So, I'm following "https://kr.mathworks.com/help/reinforcement-learning/ref/rloptimizeroptions.html#mw_b9b76447-cf0e-49dc-b03f-bc4bf81427b4" this link to study of DDGP.
An error occurs when running
criticOptions = rlOptimizerOptions('LearnRate',1e-03,'GradientThreshold',1);
critic = rlQValueFunction(criticNetwork,ObservationInfo,ActionInfo,...
'ObservationInputNames','observation','ActionInputNames','action');
error message is : 'rlOptimizerOptions'은(는) 인식할 수 없는 함수 또는 변수입니다.(is an unrecognized function or variable)
I think this message is doesn't installed Reinforce learning toolbox in my matlab.
but im already installed Reinforce learning toolbox. (i'm already check in my Addon)
Same message at 'rlOptimizerOptions', 'rlQValueFunction', 'rlOptimizerOptions', 'rlContinuousDeterministicActor' too.
My matlab version is '9.11.0.2022996 (R2021b) Update 4'

답변 (1개)

Shreyansh Mehra
Shreyansh Mehra 2022년 11월 9일
Hello,
Please refer to the following MATLAB Answers post, which presents solutions that are possibly relevant to this error message

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!