Reinforcement Learning - SAC with hybrid action spaces
古いコメントを表示
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?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Reinforcement Learning についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!