Do the actorNet and criticNet share the parameter if the layers have the same name?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Heesu Kim
el 5 de Abr. de 2021
Respondida: Emmanouil Tzorakoleftherakis
el 6 de Abr. de 2021
Hi.
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?
0 comentarios
Respuesta aceptada
Emmanouil Tzorakoleftherakis
el 6 de Abr. de 2021
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!