How to convert pretrained Trax model to Pytorch

I have trained model of Trax framework which is stored in .pkl format.
I am thinking a way to import it to our Pytorch to do more things with it.
It is different from converting Tensorflow to Pytorch not like directly building model.