Open AI gym environment for the game 2048, that I use in this reinforcement learning project.
Forked from this repository. The main reasons for the fork are:
- Allowing illegal moves (ie: not ending episode when an illegal move occurs)
- Fixing graphical game rendering
- Starting a game with a large tile (ex: 512)
See the original repo for comprehensive documentation.
This project is licensed under the MIT License - see the LICENSE.txt file for details