Skip to content

nazariinyzhnyk/2048RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published