15ed56134e7a5d98e6e8bb5ff7eef85aad120dec
- Integrated the ANN with the game. The network now predicts a user move, completely ignores it, and trains itself on the players actual move. This integration also included implementing two new functions. The first translates a board state to a boolean array to correspond with input nodes. The second translates a move to a boolean array to correspond with output nodes.
Description
GaTech Spring 2012 CS 8803 Game AI Project 4
Languages
Java
100%