├── .DS_Store ├── OmokModel.ckpt.data-00000-of-00001 ├── OmokModel.ckpt.index ├── OmokModel.ckpt.meta ├── OmokModelDeep.ckpt.data-00000-of-00001 ├── OmokModelDeep.ckpt.index ├── OmokModelDeep.ckpt.meta ├── OmokPlay.py ├── OmokPlayDeep.py ├── OmokTrain.py ├── OmokTrainDeep.py └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepseasw/OmokQLearning/HEAD/.DS_Store -------------------------------------------------------------------------------- /OmokModel.ckpt.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepseasw/OmokQLearning/HEAD/OmokModel.ckpt.data-00000-of-00001 -------------------------------------------------------------------------------- /OmokModel.ckpt.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepseasw/OmokQLearning/HEAD/OmokModel.ckpt.index -------------------------------------------------------------------------------- /OmokModel.ckpt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepseasw/OmokQLearning/HEAD/OmokModel.ckpt.meta -------------------------------------------------------------------------------- /OmokModelDeep.ckpt.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepseasw/OmokQLearning/HEAD/OmokModelDeep.ckpt.data-00000-of-00001 -------------------------------------------------------------------------------- /OmokModelDeep.ckpt.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepseasw/OmokQLearning/HEAD/OmokModelDeep.ckpt.index -------------------------------------------------------------------------------- /OmokModelDeep.ckpt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepseasw/OmokQLearning/HEAD/OmokModelDeep.ckpt.meta -------------------------------------------------------------------------------- /OmokPlay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepseasw/OmokQLearning/HEAD/OmokPlay.py -------------------------------------------------------------------------------- /OmokPlayDeep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepseasw/OmokQLearning/HEAD/OmokPlayDeep.py -------------------------------------------------------------------------------- /OmokTrain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepseasw/OmokQLearning/HEAD/OmokTrain.py -------------------------------------------------------------------------------- /OmokTrainDeep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepseasw/OmokQLearning/HEAD/OmokTrainDeep.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 자세한 설명은 아래 링크 참조 2 | 3 | -> http://aidev.co.kr/deeplearning/1056 4 | --------------------------------------------------------------------------------