An open API service indexing awesome lists of open source software.

https://github.com/nathom/solve2048

Solving 2048
https://github.com/nathom/solve2048

Last synced: 26 days ago
JSON representation

Solving 2048

Awesome Lists containing this project

README

        

# Solving 2048

This repo implements

- Monte Carlo Tree Search
- Expectimax
- N Tuple Networks

all of which can be evaluated in a high performance 2048 framework.