demilich1 / metastone

Hearthstone simulator written in Java with full GUI support
GNU General Public License v2.0
132 stars 80 forks source link

import tensorflow into the project #379

Closed curtank closed 7 years ago

curtank commented 7 years ago

i am trying to import tensorflow into metastone ,but i am not familiar with gradle . i may need insert the following line into a build.gradle file ''' // https://mvnrepository.com/artifact/org.tensorflow/tensorflow compile group: 'org.tensorflow', name: 'tensorflow', version: '1.3.0-rc2' ''' above result is from http://mvnrepository.com/artifact/org.tensorflow/tensorflow/1.3.0-rc2

so what should i do next?