Skip to content

Latest commit

 

History

History
executable file
·
31 lines (15 loc) · 1.27 KB

File metadata and controls

executable file
·
31 lines (15 loc) · 1.27 KB

Copy files to your VM from your local machine.

You can use the gcloud tool to upload files to your machine.

gcloud compute scp --project tum-adlr-ws21-04 --zone europe-west3-b --recurse <local file or directory> pytorch-workstation-01-vm:~/

Access the running Jupyter notebook.

We've already started a Jupyter notebook instance on the VM for your convenience. In order to get link that can be used to access Jupyter Lab run the following command.

`gcloud compute instances describe --project tum-adlr-ws21-04 --zone europe-west3-b pytorch-workstation-01-vm | grep googleusercontent.com | grep datalab

Setting up remote desktop acces with GUI for GCP VM

Helpful guides:

For Ubuntu: Using OpenAI Gym and Pybullet at Google Cloud Compute Engine with Graphical User Interface For Debian: Your desktop on Google Cloud Platform

Rendering on a server

This colab notebook might give a working example:

https://colab.research.google.com/github/Stable-Baselines-Team/rl-colab-notebooks/blob/sb3/rl-baselines-zoo.ipynb#scrollTo=OWIDzgJTqShY