Skip to content

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

Notifications You must be signed in to change notification settings

ujjwalpawar/2048-deepRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048-deepRL

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 :

  1. cosntants.py - Required Constant for color
  2. logic.py - logic.py contains logic of the game
  3. puzzle.py - renders actual game. Contain similar functions as openAI gym for deep RL models.Also contains Policy Gradiant solver for 2048
  4. qlearning.py - Solver for 2048 using deep Q learning

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages