Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 302 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 302 Bytes

2048-drl

Solving 2048 using Deep Reinforcement Learning

This repository contains the implementation of 2048 on an NxN grid (twozerofoureight.py) and various drivers to play the game either by a human using pygame API or using automatically by a learning algorithm using Tensorforce and Tensorflow.