I have a policy that I read from disk using the function SavedModelPyTFEagerPolicy. For troubleshooting the environment definitions, I would like to examine the predicted value of different states.
I have had success using these instructions to extract the actions from the policy for test cases. Is there a function that will allow me to extract the predicted values associated with those actions?