Open AI gym environment for a terminal-based 2048 game clone. Currently only the default game is supported:
A vanilla 2048 game environment with a 4x4 grid, a reward is given for the value of every tile merged. The game ends either when the player reaches the 2048 tile or no moves are possible.
cd gym-2048
pip install -e .