Any way to run training against a different gpu on my network?

I tend to run Unity from my windows machine and I have an Ubuntu box I often perform my training on due to my 2080Ti being there. I have not had any luck in finding a way of pointing my project to use a remote GPU for training so I thought I would post here to see if it just isn’t available yet and my only option at this point is to install unity under Ubuntu. I did see the post about eventual distributed cloud implementation, but wasn’t sure this was associated to that.

Thanks!

Easiest way would be to build your game for Linux (https://docs.unity3d.com/Manual/BuildSettingsStandalone.html) in the editor on your Windows machine, install Python/ML-Agents on the Ubuntu machine, and ssh/upload the game build to your Ubuntu box and run it there.