TokyoYoshida/DeepLearningGobang
https://github.com/TokyoYoshida/DeepLarningGobang
Tensorflow
import tensorflow as tf
const_x = tf.constant(1, name=‘x')
const_y = tf.constant(2, name=‘y’)
add = tf.add(const_x, const_y, name=‘add')
sess = tf.Session()
result = sess.run(add)
print(result)
✋
☓
❌
⭕
⭕
⭕
❌
❌
❌
❌
⭕
⭕
⭕
❌
⭕
❌
Tensorflowで五目並べの思考アルゴリズムを作る
Tensorflowで五目並べの思考アルゴリズムを作る

Tensorflowで五目並べの思考アルゴリズムを作る