摘要: import tensorflow as tf import matplotlib.pyplot as plt import csv import random import numpy as np #井字棋的打印函数 def print_board(board): symbols = ['O',' ','X','N'] board_plus1 = [int(x) + 1 ... 阅读全文
posted @ 2018-07-03 17:34 绯叶阿卡丽 阅读(594) 评论(0) 推荐(0) 编辑