Soft Actor Critic deploy mean path only

3 次查看(过去 30 天)
Hi, I'm wondering if there's a way to only deploy the mean path of the SAC agent after it's been trained? This is useful to create more stable actions after the network has been trained.
Should I extract the network weights manually, create a network, then extract an output path for the mean network?

采纳的回答

Emmanouil Tzorakoleftherakis
Hello,
Please take a look at this option here which was added in R2021a to allow exactly the behavior you mentioned.
Hope this helps
  1 个评论
Tech Logg Ding
Tech Logg Ding 2021-5-13
编辑:Tech Logg Ding 2021-5-13
Thank you for the reply. That setting works. I've also tried the roundabout way of extracting the actor neural network and modifying it to only have the mean path. Then I deploy the actor neural network into the simulation to act as a controller. Both method works!

请先登录,再进行评论。

更多回答(0 个)

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by