How to print the TF model?

@PREJAN , as you can see in the source code of the ComplexInputNetwork this network possesses possibly mutliple models itself. As you do not post the action/obs spaces we cannot make precise answers here, but you might find your model under algo.get_policy().model.logits_and_value_model

1 Like