expectimax topic

List expectimax repositories

2048-rs

53
Stars
4
Forks
Watchers

A rust implementation of the famous 2048 game

2048-solver

21
Stars
0
Forks
Watchers

A set of AIs for the 2048 tile-merging game. Includes an expectimax strategy that reaches 16384 with 34.6% success and an ML model trained with temporal difference learning.