Load PPO agent and check layer
이전 댓글 표시
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?
답변 (1개)
Emmanouil Tzorakoleftherakis
2023년 1월 24일
0 개 추천
The neural network architectures are not immediately available from the agent object. You can extract and inspect layers using getModel
카테고리
도움말 센터 및 File Exchange에서 Reinforcement Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!