sudhirpratapyadav / Playing-2048-using-RL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playing-2048-using-RL

Simple Reinforcement Learning Algorithm is applied to train a RL agent to learn to play 2048 Game. Feel free to download code and have fun!

Reference

This project is implementation of paper: Temporal Difference Learning of N-Tuple Networks for the Game 2048 by Marcin Szubert, Wojciech Jaskowski - Institute of Computing Science, Poznan University of Technology, Poznan, Poland - {mszubert,wjaskowski}@cs.put.poznan.pl

Link of paper: https://mszubert.github.io/papers/Szubert_2014_CIG.pdf

About


Languages

Language:C++ 97.1%Language:C 2.9%