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
- Keep Programming