Coder Social home page Coder Social logo

cglemon / pydlgo Goto Github PK

View Code? Open in Web Editor NEW
53.0 2.0 8.0 12.41 MB

基於深度學習的 GTP 圍棋(围棋)引擎,KGS 指引文件以及演算法教學。

License: MIT License

Python 100.00%
deep-learning mcts weiqi goban baduk alphago game-of-go

pydlgo's Issues

Complete GTP with ids

pyDLGO/gtp.py

Lines 149 to 154 in d330691

def process(self, cmd):
# TODO: Support analyze and genmove_analyze commands.
main = cmd[0]
if main == "name":
self.success_print("dlgo")

It is not a complete GTP like this:

1 showboard
=1 
    A B C ...
19 
18
...
1

2 play b k10
=2

0 final_score
=0 7.5

5 quit
=5

Here. numbers before commands are ids.

Why are the features designed this way?

pyDLGO/board.py

Line 440 in c237ab6

def get_features(self):

Is the 18-layer feature design following some paper or trying to fit another library? The most direct thought would perhaps be just to output the past 16 boards, and flip the color depending on who is playing (so that the states are symmetric with respect to black/white). Wonder if there is any reason why the current one is used instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.