Reinforcement Learning - SAC with hybrid action spaces
Mostrar comentarios más antiguos
Current implementation of Soft Actor Critic algorithm (SAC) in Matlab only applies to problems with continuous action spaces.
I must tackle a problem with hybrid action spaces (some actions are continuous, some are discrete).
I know that SAC implementations with hybrid action spaces have been proposed in literature. Is it possible to adjust standard Matlab implementations in order to account for hybrid actions?
If this is not possible, is there any other Reinforcement Learning Algorithm in Matlab that can (and should) be used in order to deal with hybrid action spaces?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Reinforcement Learning en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!