Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 295 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 295 Bytes

Solving 2048 game with Mont-Carlo method

To run the bot :

  1. install the libraries in requirements.txt
  2. Update SIMULATION_NUMBER and CHROME_PATH variables in bot.py
  3. Launch the bot : python bot.py
  4. wait for a high score

Related article : https://fabdev.fr/articles/2048-ai/