Load PPO agent and check layer
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sucessfully save and load my trained agent.
But i can;t check my agent layer.
For example actor: fully connect layer [128 64]
critic: fully connect layer [128 64]
How can i check layer at my load agent?
0 Kommentare
Antworten (1)
Emmanouil Tzorakoleftherakis
am 24 Jan. 2023
The neural network architectures are not immediately available from the agent object. You can extract and inspect layers using getModel
0 Kommentare
Siehe auch
Kategorien
Mehr zu Agents finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!