Minimax(Expectimax) 알고리즘을 사용하여
10수 앞을 보는 인공지능에게 2048 게임을 시켜보았습니다
Source code(Github): https://github.com/kairess/2048_expectimax_ai
Dependencies:
- Python
- numpy
- _2048
- pygame
Python 2048 package: https://pypi.org/project/2048/
Algorithm inspired by this answer: https://stackoverflow.com/a/22389702