Giter Club home page Giter Club logo

Comments (1)

QueensGambit avatar QueensGambit commented on May 18, 2024

Hello @KDKOA and thank you for suggestion.
I'm not that familiar with Asian chess variants but e.g. shogi appeals to me because it shares similarities with crazyhouse and is more balanced.

Adding Fairy-Stockfish as a new back-end is now less complicated as a generic state interface was recently added.
https://github.com/QueensGambit/CrazyAra/blob/master/engine/src/state.h
In addition, a few things would need to be added, such as the definition of a policy output vector and a different input representation.
https://github.com/QueensGambit/CrazyAra/blob/master/engine/src/domain/crazyhouse/constants.h#L161

We are considering what steps to take next after extending to more lichess variants.
With a PhD student, I started to integrate the pommerman, a multi-agent, non-chess environment.
https://github.com/tomatenbrei/pomcpp
https://www.pommerman.com/

In my eyes the CrazyAra project serves a different purpose than Leela-Zero, Lc0 and other Leela forks.
It is not meant to be a distributed community project with a common training server and data server infrastructure and I would currently be unable to manage this in parallel to my work at the university.
It could also lead to conflicts where multiple communities compete for computing resources of volunteers.
Instead, CrazyAra aims to have a more flexible back-end and to be an open, publication-oriented research project.

A less computational intensive starting point for janggi could be to train a neural network on human expert or engine games.
CrazyAra uses the python-chess library to prepare the training data set for this.
Janggi is not supported by python-chess, and I'm not sure if there exists a similar library for janggi.
However, I found a recently started AlphaZero project for janggi on GitHub which offers the main functionality for janggi.

from crazyara.

Related Issues (20)

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.