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
- implement 2048 game logic;
- implement RL algorithm for training;
- Nazarii Nyzhnyk - Initial work - nazariinyzhnyk
This project is licensed under the MIT License - see the LICENSE file for details