https://github.com/nathancooperjones/2048-ai
AI learns to play 2048!
https://github.com/nathancooperjones/2048-ai
Last synced: 2 months ago
JSON representation
AI learns to play 2048!
- Host: GitHub
- URL: https://github.com/nathancooperjones/2048-ai
- Owner: nathancooperjones
- Created: 2019-10-22T14:36:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T23:41:39.000Z (over 5 years ago)
- Last Synced: 2025-02-10T22:29:20.371Z (4 months ago)
- Language: Jupyter Notebook
- Size: 2.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 2048 played by AI!

By building the game from the ground up and using reinforcement learning (or NEAT, for now), we can teach an AI to play 2048 better than a human (or a bit worse, for now)!