Git Product home page Git Product logo

coinche's Introduction

Solving belote-coinchée

a game theory experiment

Games can be classified according to the following properties:

  • Zero-sum: Whether the reward to all players sums to zero (or equivalently some constant value) for all terminal states.
  • Information: Whether the state of the game is fully or partially observable to the players.
  • Determinism: Whether or not taking the same action from the same state always results in the same outcome.
  • Sequential: Whether actions are applied by players sequentially or simultaneously.
  • Discrete: Whether actions are discrete or applied in real-time.

For now I only tackled 2-player, zero-sum, perfect-information, determinist, sequential, discrete games. Like Chess, or utilimate tic-tac-toe. MCTS or Minimax algorithms were enough to make super-human bots for those games, by partially exploring the colossal future game tree.

Now is the time to tackle partially observable games, starting with the belote-coinchée because I love this game. A whole other dimension is to be considered, and lots of different future game trees are possible from a single player perspective.

We then have to consider what information do we have, to determine which future game trees we should explore.

La coinche

TODO: brief rules explanation

What currently works

I currently have a working coinche environment and 3 bots:

Random player

  • Betting: toss a coin to bet +10 or pass until 100 is reached
  • Playing: play random legal move

Human player

  • Betting: human input
  • Playing: human input

Baseline player

  • Betting: bet on their best suit, how high is based on their number of point in hand + a "cocky" variable, to adjust how daring the bot is
  • Playing: play if has the best card in a suit, else lowest card

TODO

Oracle player

They knows every hand and always play the best move. They consider every player is also an Oracle. I shall use MCTS to make them.

Skorm player

The AI. Only know what a regular player would. Play their best. ISMCTS ?

coinche's People

Contributors

avo-k 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.