Giter Site home page Giter Site logo

scc's Introduction

SCC (Skilled Chess Commentator)

Codes of models and data processing for paper "Automated Chess Commentator Powered by Neural Chess Engine, Hongyu Zang, Zhiwei Yu and Xiaojun Wan, ACL2019" (pdf) will be released in this repo.
(Zhiwei and me contribute equally in this paper.)

Updating

  • Data preparation
    • Make sure you follow this repo to get the basic dataset in data/crawler
    • Ask the permission from Jhamtani et.al for the distribution of annotation2.tsv, rules.txt, and their processed dataset with [train/test/valid]_[0/1/2].en for data pre-processing.
    • Put the above file into data/mycrawler/data/, and run the scripts (to be detailed) in data/mycrawler/ to get data/mycrawler/data/[train/valid/test].pickle
  • Experiment environments
  • Training
    • to be detailed
  • Test the chess engine
    • Install Arena in arena/. Get sunfish and deep-pink in corresponding folders. Replace with files already in the folders.
    • Download the checkpoint use the links in chess-agent/SCC/links
    • Run Arena and compete with our model by adding chess-agent/engine into Arena engines. (to be detailed)
  • Reproduce the results
    • Get Data preparation Done.
    • Download the checkpoint use the links in chess-agent/SCC/links
    • cd chess-agent/
    • python main.py -c mixall

Note

  • The codes and README is still updating, more details will be cleared. Please be patient.

  • You can check previous most related work about Chess Commentary (GAC).

  • We also use the dataset provided by GAC. You may need to require the permission of distributions of the processed data and scripts from Jhamtani et al. (see previous link).

  • We build our chess agent on alpha-zero-general. If you are interested, you can learn and extend this project.

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.