How would one save a trained model for future use?
I have looked into the save/load policy/critic functions in the blueprint. It seems like this would be the way to go, but there is probably something that needs to be setup first. Simply using the SavePolicyToAsset function in the Learning Manager gives me an error:
LogLearning: Error: PolicyNetwork: Asset is invalid.
The SavePolicyToSnapshot functions doesnt have an exec pin, so not sure how to use that.
Any suggestion on how use a trained model for inference or further finetuning would be appreciated. ![]()