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!