项目作者: nazariinyzhnyk

项目描述 :
2048 Reinforcement Learning
高级语言: Jupyter Notebook
项目地址: git://github.com/nazariinyzhnyk/2048RL.git
创建时间: 2019-03-27T10:21:29Z
项目社区:https://github.com/nazariinyzhnyk/2048RL

开源协议:MIT License

下载


Reinforcement Learning 2048 game bot

Requirements

Project was developed in Python 3.6 using basic libraries.

See requirements file for details.

To install all the libraries with preinstalled Python and pip cd to project’s folder and run command in Terminal:

  1. pip install -r requirements.txt

TODOs

  • implement 2048 game logic;
  • implement RL algorithm for training;

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details