Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.04 KB

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