Load PPO agent and check layer
Afficher commentaires plus anciens
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?
Réponses (1)
Emmanouil Tzorakoleftherakis
le 24 Jan 2023
0 votes
The neural network architectures are not immediately available from the agent object. You can extract and inspect layers using getModel
Catégories
En savoir plus sur Reinforcement Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!