Stationary action values in reinforcement learning
조회 수: 6 (최근 30일)
이전 댓글 표시
Hello,
I'am trying to train reinforcement learning with high dimensional actions.
ex)
ActionInfo = rlNumericSpec([9 1], ...
'LowerLimit',[0.012 0.01 0.015 0.05 92 3 0.1 3 0.012]',...
'UpperLimit',[0.030 0.03 0.1 0.3 100 5 0.3 5 0.040]');
and construct my actornetwork with "scalingLayer" and low value of neurons
ex)


but only 3~5 parameter changes (other parameter doesn't change)
ex)

Is there any solution to make all action parameters changeable???
Thank you for help.
댓글 수: 1
Venu
2023년 11월 14일
Can you provide some information regarding your learning environment, ObservationInfo?
Thanks
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!