Skip to content
forked from duducheng/2048-api

A 2048 api for training supervised learning (imitation learning) or reinforcement learning agents

License

Notifications You must be signed in to change notification settings

kkodoo/2048-api

 
 

Repository files navigation

2048-api

Code structure

Requirements

  • code only tested on linux system (ubuntu 16.04)
  • Python 3 (Anaconda 3.6.3 specifically) with numpy and flask
  • Pytorch 0.4.0
  • numpy 1.14.5

To compile the pre-defined ExpectiMax agent

cd game2048/expectimax
bash configure
make

To run the web app

python webapp.py

demo

LICENSE

The code is under Apache-2.0 License.

For EE369 students from SJTU only

Please read here.

About

A 2048 api for training supervised learning (imitation learning) or reinforcement learning agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.5%
  • JavaScript 8.3%
  • Python 1.8%
  • C++ 0.5%
  • Shell 0.5%
  • C 0.2%
  • Other 0.2%