Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages