Coder Social home page Coder Social logo

mckalah's Introduction

mckalah

build

Monte Carlo tree search player for Kalah

Installation

Clone this repository and run:

cargo install --path .

How to play

mckalah with no option will start human vs. MCTS game, where the human is a first player.

mckalah

Pits are selected with numbers 1-6.

        3  3  3  3  3  3
        0              0
        3  3  3  3  3  3

Select: 1  2  3  4  5  6

human, random and mcts are available as player types.

# MCTS vs. human (human is a second player)
mckalah mcts human

# Start with 4 stones in each pit
mckalah -n 4

# random vs MCTS with a timeout of 0.1s
mckalah random mcts -t 0.1

Options

USAGE:
    mckalah [OPTIONS] [policy]...

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -n <n>                     n stones in each pit [default: 3]
    -t, --timeout <timeout>    Timeout for Monte Carlo tree search in seconds [default: 1]

ARGS:
    <policy> <policy>     [default: human,mcts]  [possible values: human, random, mcts]

mckalah's People

Contributors

mosmeh avatar

Watchers

 avatar

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.