You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings folks, I've a small suggestion to improve the explanations about running a model on the Google Cloud Platform, (section Run training job in the README.md) for the newbies. Do whatever you want with it...
In order to submit the training job to the Google Cloud Machine Learning Engine from your laptop:
Install the GitHub tensorflow-rl-pong code and requirements on your laptop
Get a Google Cloud Account and enable billing (credit card)
Create a Google Cloud Platform project on Google Cloud
Install the GCP command line tools on your laptop
Create a Google Cloud Data bucket in order to store the code and the trained model on Google Cloud
On your laptop, you should edit the submit.sh and change the commented line # GCS_BUCKET="gs://my-bucket/"
and replace my-bucket by your bucket id you've created in 5)
On your laptop, do bash submit.sh or eventually sudo bash submit.sh
The text was updated successfully, but these errors were encountered:
Greetings folks, I've a small suggestion to improve the explanations about running a model on the Google Cloud Platform, (section Run training job in the README.md) for the newbies. Do whatever you want with it...
In order to submit the training job to the Google Cloud Machine Learning Engine from your laptop:
# GCS_BUCKET="gs://my-bucket/"
and replace my-bucket by your bucket id you've created in 5)
bash submit.sh
or eventuallysudo bash submit.sh
The text was updated successfully, but these errors were encountered: