필터 지우기
필터 지우기

Do the actorNet and criticNet share the parameter if the layers have the same name?

조회 수: 1 (최근 30일)
Hi.
I'm following the rlDDPGAgent example, and I want to make sure one thing as in the title.
At the Create DDPG Agent Using Initialization Options example, there are plots of actorNet and criticNet.
My question is, the layers that have the same name share their parameters?
Or the actorNet and criticNet have their own ones?

채택된 답변

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2021년 4월 6일
No, each network has its own parameters. Shared layers are not supported out of the box, you would have to implement custom training loop.

추가 답변 (0개)

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by