Skip to content

Releases: qqpann/Mancala

NegaScout & skip turn

23 May 15:20
Compare
Choose a tag to compare
  • MegaScout implemented. (Should be faster than mini-max for depth>=4)
  • Continue turn rule makes the opponent must skip, instead of keeping a turn. This lead to simpler implementations.

Mini-Max agent

22 May 16:18
Compare
Choose a tag to compare

Mini-max agent with alpha-beta pruning is added

Subcommand and Agents

11 May 14:37
Compare
Choose a tag to compare

Features

Subcommand

Two modes are supported by subcommand

  • play mode
    Play a game with agents
  • arena mode
    Compare agents and show win rates

Agents

Three types of AI agents are supported

  • Random policy
  • Max policy
  • Exact pocket policy