2048 game solver using DeepRL. All the classes and functions follows the structure similar to open ai gym to make it easy to adopt for some coming from open ai gym
Files :
- cosntants.py - Required Constant for color
- logic.py - logic.py contains logic of the game
- puzzle.py - renders actual game. Contain similar functions as openAI gym for deep RL models.Also contains Policy Gradiant solver for 2048
- qlearning.py - Solver for 2048 using deep Q learning