Dong Yan
|
fb511aa76d
|
delete unused parameter of _find_block, and using _find_group to replace _find_block
|
2017-12-19 00:16:21 +08:00 |
|
Dong Yan
|
31199c7d0d
|
0. code refactor, try to merge Go and GoEnv
|
2017-12-16 23:29:11 +08:00 |
|
Dong Yan
|
01c0c2483a
|
check if the network weights exists for every player
|
2017-12-16 14:55:19 +08:00 |
|
Dong Yan
|
d115c586d4
|
start the player server in a more robost way.
|
2017-12-16 14:33:31 +08:00 |
|
Dong Yan
|
4fc50c5f1b
|
merge class strategy with class game. Next, merge Go with GoEnv
|
2017-12-15 22:19:44 +08:00 |
|
Wenbo Hu
|
3f3d7b56f5
|
minor indent fix
|
2017-12-12 23:16:50 +08:00 |
|
Wenbo Hu
|
d52ee30259
|
add nearby stones
|
2017-12-12 23:13:31 +08:00 |
|
Wenbo Hu
|
f820aab008
|
change mcts steps
|
2017-12-12 20:37:57 +08:00 |
|
Wenbo Hu
|
848b8f0399
|
minor fix
|
2017-12-12 17:09:26 +08:00 |
|
rtz19970824
|
9791ad386e
|
Merge branch 'master' of https://github.com/sproblvem/tianshou
|
2017-12-12 16:54:52 +08:00 |
|
Wenbo Hu
|
44fbccd380
|
add stone estimation using nearby stone for those UNKNOWs
|
2017-12-13 00:35:18 +08:00 |
|
rtz19970824
|
e88d651400
|
minor fixed on self play
|
2017-12-11 15:56:16 +08:00 |
|
Dong Yan
|
cacf31657b
|
supporting self-play between different version of neural netowrks
|
2017-12-10 20:23:10 +08:00 |
|
rtz19970824
|
1ff8252e6d
|
play
|
2017-12-09 21:41:11 +08:00 |
|
rtz19970824
|
bc49d466d1
|
minor fixed
|
2017-12-08 23:41:31 +08:00 |
|
rtz19970824
|
453e457452
|
minor fixed
|
2017-12-08 18:59:20 +08:00 |
|
rtz19970824
|
8bedac5978
|
minor fixed
|
2017-12-08 18:08:15 +08:00 |
|
rtz19970824
|
906ced84a3
|
self play
|
2017-12-08 17:05:33 +08:00 |
|
Dong Yan
|
b687241a7d
|
minor fix
|
2017-12-07 21:09:58 +08:00 |
|
Dong Yan
|
142810e95b
|
avoid place a stone in an eye
|
2017-12-07 21:05:29 +08:00 |
|
rtz19970824
|
67a9a39e92
|
connect gtp and gui
|
2017-12-07 17:51:58 +08:00 |
|
rtz19970824
|
2d9d1ff945
|
minor fixed
|
2017-12-05 23:42:18 +08:00 |
|
rtz19970824
|
f9f63e6609
|
combine gtp and network
|
2017-12-05 23:17:20 +08:00 |
|
rtz19970824
|
543d876f12
|
merge gtp
|
2017-12-04 11:01:49 +08:00 |
|
rtz19970824
|
a60ab99e59
|
minor fixed
|
2017-12-03 19:18:20 +08:00 |
|
rtz19970824
|
7a4c5c3c88
|
minor fixed
|
2017-12-03 19:16:21 +08:00 |
|
mcgrady00h
|
277aab59ed
|
compute score
|
2017-12-01 01:37:55 +08:00 |
|
rtz19970824
|
13738f13c4
|
merge gtp
|
2017-11-28 17:00:10 +08:00 |
|
rtz19970824
|
e8c05c21cc
|
minor fixed
|
2017-11-28 15:12:01 +08:00 |
|
rtz19970824
|
f59dfda046
|
minor fixed
|
2017-11-28 14:53:20 +08:00 |
|
rtz19970824
|
ca0021083f
|
AlphaGo update
|
2017-11-26 13:36:52 +08:00 |
|
Dong Yan
|
b0216f07c8
|
connect policy-value network with leela for code verification
|
2017-11-16 20:19:18 +08:00 |
|
Dong Yan
|
df57fdb411
|
mcts framework
|
2017-11-16 13:23:26 +08:00 |
|
Dong Yan
|
30427055d1
|
mcts framework
|
2017-11-16 13:21:27 +08:00 |
|
JialianLee
|
2f1035d899
|
update mcts docs
|
2017-11-16 12:38:51 +08:00 |
|
Dong Yan
|
d9368c9a78
|
connect our own network to mcts
|
2017-11-12 22:40:58 +08:00 |
|
Tongzheng Ren
|
ab1b3775e7
|
minor fixed
|
2017-11-10 14:40:23 +08:00 |
|
Tongzheng Ren
|
e0b59a3404
|
minor typo
|
2017-11-09 19:25:33 +08:00 |
|
Tongzheng Ren
|
d9674a3c8d
|
data processing, network modified
|
2017-11-09 19:23:40 +08:00 |
|
Tongzheng Ren
|
93dc10a728
|
modify AlphaGo patch
|
2017-11-08 08:35:39 +08:00 |
|
Tongzheng Ren
|
b382bd8d31
|
modify AlphaGo
|
2017-11-08 08:32:07 +08:00 |
|
Dong Yan
|
2fc87f7020
|
add test interface for Network
|
2017-11-06 23:13:11 +08:00 |
|
Tongzheng Ren
|
2734af8530
|
modify the network
|
2017-11-05 16:47:01 +08:00 |
|
Tongzheng Ren
|
493d361022
|
modified the network
|
2017-11-05 15:30:35 +08:00 |
|
Tongzheng Ren
|
5f923f565e
|
Implement the network of AlphaGo
|
2017-11-04 22:16:43 +08:00 |
|