MATLAB: How to test critic network in DDPG agent

ddpg agentReinforcement Learning Toolbox

I've trained a ddpg agent and I am trying to test my critic network with arbitrary observation and action. Is there any way to do this?

Best Answer

You can use getValue for inference on critic networks.