Stationary action values in reinforcement learning

3 vues (au cours des 30 derniers jours)
minhyuk jeung
minhyuk jeung le 20 Juin 2022
Déplacé(e) : Angelo Yeo le 21 Mai 2024
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 commentaire
Venu
Venu le 14 Nov 2023
Can you provide some information regarding your learning environment, ObservationInfo?
Thanks

Connectez-vous pour commenter.

Réponse acceptée

minhyuk jeung
minhyuk jeung le 14 Nov 2023
Déplacé(e) : Angelo Yeo le 21 Mai 2024
Thank you for your help.
Fortunately, this problem was solved with changing the agent from DDPG to SAC.

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by