First, access the following site. Google Cloud Platform
Click Go to Console (https://console.cloud.google.com/iam-admin/projects?hl=ja)
Click Create Project
Enter the project name and click the create button
Click Compute Engine from the menu on the left
Wait for Compute Engine to initialize
On the OS Image tab, select Ubuntu 16.04 LTS and click Select.
Allow HTTP traffic Select Allow HTTP traffic in the firewall section.
Click the [Create] button Click the Create button to create an instance.
Once your instance is created, your billing account will begin to be billed according to GCE pricing.
Delete the instance later to avoid extra charges.
If a VM instance has been created, click the SSH button on the right and click Open in Browser Window
Click SSH to Connect to VM Instance
ubuntu console starts
First, I will download my source code.
Enter the following command
$ git clone https://github.com/sasaco/tf-dqn-reversi.git
Enter the following command
$ cd tf-dqn-reversi
Enter the following command
$ python train.py
How about
In my source code, I got an error like Japanese cannot be used
It looks like you can't use Japanese in python code or comment lines
Recommended Posts