Soft Actor Critic deploy mean path only

조회 수: 4 (최근 30일)
Tech Logg Ding
Tech Logg Ding 2021년 5월 6일
편집: Tech Logg Ding 2021년 5월 13일
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
Emmanouil Tzorakoleftherakis 2021년 5월 13일
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개)

카테고리

Help CenterFile Exchange에서 Reinforcement Learning에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by