How to export trained model as a .pt (pytorch ) or ONNX model.
I have fully trained my model and want to deploy the model into the Unity ML agents Env. I have to export the trained model either in Pytorch or ONNX.
I could only see one option "algo.render()" in the documentation.
How to export trained model as a .pt (pytorch ) or ONNX model.
I have fully trained my model and want to deploy the model into the Unity ML agents Env. I have to export the trained model either in Pytorch or ONNX.
I could only see one option "algo.render()" in the documentation.