Reinforcement Learning - SAC with hybrid action spaces
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Reinforcement Learning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!