Do the actorNet and criticNet share the parameter if the layers have the same name?
    6 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Heesu Kim
 il 5 Apr 2021
  
    
    
    
    
    Risposto: Emmanouil Tzorakoleftherakis
    
 il 6 Apr 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 Commenti
Risposta accettata
  Emmanouil Tzorakoleftherakis
    
 il 6 Apr 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 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Agents in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!