Load PPO agent and check layer

조회 수: 3 (최근 30일)
주승 이
주승 이 2023년 1월 12일
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
Emmanouil Tzorakoleftherakis 2023년 1월 24일
The neural network architectures are not immediately available from the agent object. You can extract and inspect layers using getModel

카테고리

Help CenterFile Exchange에서 Agents에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by