Metadata-Version: 2.1
Name: rl2048player
Version: 0.0.2
Summary: Reinforcement Learning Agent capble of playing 2048
Home-page: https://github.com/aar015/rl-2048-player
Author: aar015
Author-email: avirlincoln@gmail.com
License: UNKNOWN
Keywords: 2048 RL
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: imageio
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: opencv-python

# Reinforcement Learning to Play 2048
This project trains agents to play the game 2048 using TD, Q, and SARSA learning agents. 

## Features

## Getting Started

### Installation

### Running Code

## Future Work


