I have thinking of a project where i will train AI in unity using Imitation Learning where models learn from the players movement and all. The model which was trained from player's movement will be saved on the web server like Google Drive or something. now the next player will access the the same model from the drive and export the same. My problem is how should i export the model without saving it on your PC and how should i access it too from the drive? I haven't yet figured it out how should i attempt this problem everything else like player movement and all is done. My problem is that i don't get proper resources for solving this problem?
I have just created the player movement script which i don't think will useful here. If you need it i provide it to you.