Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 450 Bytes

2048-AI

This is the reinforcement learning based AI on the popular 2048 game. ##Implemented

  • Agent for the Game is created
    • The agent is controlled via 4 moves, namely up, down, left and right
  • Changed Entire Underlying Architecture
    • Node.JS is added is the backend
    • Neat-Python is the python side library for the NEAT IMPLEMENTATION

TODO

  • Keep Programming