How to use trained model in Unity3D? I exported an onnx file , but it could not work in unity

It seems that rllib model and unity ml-agents model have different inputs/outputs. How can I use the rllib model in unity like the example does? Thank you very much!!!

cc @sven1977 I think you may have worked with unity before. Do you have any inputs for this questions?

Thank you for your reply. Now I USE the inference method instead of onnx, and it works fine. Thank you!!