Cloud setup
We've tested on Paperspace's ML-in-a-Box Linux public template with a P6000 which already has Tensorflow installed and just requires
To set it up choose your region, then go to Public Templates, and choose the ML-in-a-Box template
Miniconda
Then download the 64-bit Linux installer from Miniconda or click here
Now run the Miniconda installer
Next, create a conda env for deepdrive
Clone
Now clone our repo
Run
And finally run the install
You can validate everything is working by running
If you run into issues, try starting the sim directly as Unreal may need to install some prerequisetes (i.e. DirectX needs to be installed on the Paperspace Parsec Windows box). The default location of the Unreal sim binary is in your user directory under Deepdrive/deepdrive-sim*/DeepDrive/Binaries/Linux/DeepDrive
, i.e.
You can continue testing things out by running the rest of our examples here
Last updated