Skip to content

francescobianca/2048-DeepQLearning-Approach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 A Deep Q-Learning-Approach

Project for the Machine Learning course - La Sapienza Università di Roma

Implementing an agent for the 2048 game using a reinforcement learning approach.

Let's see in action: https://youtu.be/swc_otVJJrA

Requirements

  • tensorflow==1.14.0
  • keras-rl
  • keras==2.2.0
  • gym
  • matplotlib
  • pandas
  • numpy

Graphic Interface: visualize=True in test/fit

Evaluation:

Training results with 5 millions steps

alt text

Dataframe training results with 5.000 steps

alt text

Dataframe training results with 5.000.000 steps

alt text