Hi all,
I am coming back to this unsolved problem.
The background is that I have trained a reinforcement learning agent and I want to load the pre-trained model (pytorch) into Julia for inference (it is much faster to evaluate the performance which costs lots of time in python).
Can anyone have a similar experience please share a small demo of how to achieve this?
Thank you in advance!