Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 634 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 634 Bytes

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:

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